This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SMTP configuration problem

I'm litlle confused. My SMTP configuration is like this:

MX Hostname: ryba.company.com.pl (just as our mailserver, linux sendmail)
Postmaster: root@company.com.pl (even exists)

Incoming mail: .company.com.pl --> MAIL_SERVER or ::BY DNS MX RECORD :: 

DNS mx record points to MAIL_SERVER

DNS configured, SMTP proxy seems to not work. netstat shows SMTP port opened on ASL. E-mails with wrong content (eq. test virus or EXE files) pass ASL without any problems.

Tested for outgoing SMTP proxy and worked fine.

Anyone has some possible explanation?


This thread was automatically locked due to age.
  • What's the actual problem?  That banned mail is passing through?  I would make Astaro the MX record.

    Then pass the mail to the defined mail server.

    So.

    company.com.pl  -> MAIL_SERVER
    ^ Note no leading "."
  • So Astaro SMTP proxy isn't 100% transparent? I thought it works the same as POP3 proxy. So I suppose I have to point my DNS to point Astaro as MX host. ASL doesn't intercept SMTP traffic transparently?

    Correct. Now it works. Thanks for help.
  • No, it receives the SMTP traffic sent to your external interface then forwards it using it's own SMTP session, by domain, however you set it up. By DNS or host name. If your email server is in your DMZ (which I'm assuming). You'd have no packet filter rules for incoming port 25 or any DNAT rules to forward port 25 traffic to your internal mail server. Have your DNS MX record point to your external interface of ASL and have the proxy set up for your domain and forward that SMTP traffic to your internal mail server's IP address.
  • Yes, now I understand the way SMTP proxy works. Everything works now. Again, thanks for help.