Guest User!

You are not Sophos Staff.

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

Problems with SMTP

I am having problems with the smtp.  Below is the error I am getting.  Note I am NOT using the SMTP proxy.  I am not having problems with anything else and the DNS setings are correct.
  
--------------------------
Jul 9 10:15:14 sherman qmail:994673714.330203 status: local 0/10 remote 20/20
Jul 9 10:15:14 sherman qmail:994673714.341222 delivery 55468: deferral: Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/


This thread was automatically locked due to age.
  • Sounds like there is a problem with port 25 getting through the firewall. What does the PacketFilter live log say?

    I have a SMTP problem too... Bounces double bounce... An example appears below


    Any ideas?

    Darryl
  • I get the same error also when tring to send mail to my registered mail server that sits on my "dmz".  I have narrowed it down to one possable issue.  I belive it to be this: I have disabled dns proxy on the firewall so even if it could send mail it has no idea that my mail server is sitting behide it (on the dmz).  Some one correct me if im wrong about this.  One possable solution would be to mod the /etc/hosts file and give my mail server's internal ip an alias to smtp.whatever.com which appears to be what it trys to send to?

    J Seitz

    [ 09 August 2001: Message edited by: Jake S ]
  • I notice that (even though smtp proxy is turned off) ASL is still listening on all intefaces on port 25.  Similar to ssh, which should not be listening on the WAN interface.  Because of this, I can't seem to forward port 25 to anything behind the server.
  • Daryl, you are having the same problem as me.
    Your bounce messages are being rejected because the sender domain does not exist.

    ex:
    mail from: MAILER-DAEMON@reactor.radio-active.net.au

    error: domain reactor.radio-active.net.au does not exist. Sender domain must exist.

    ASL sends emails from its own host name. If the dns hostname doesn't really exist in internet DNS, then it will be rejected by many mail servers out there. I think it should be possible to tell ASL to send mails simply as MAILER-DAEMON@domain.com, instead of MAILER-DAEMON@host.domain.com.

    See http://www.astaro.org/cgi/ultimatebb.cgi?ubb=get_topic&f=9&t=000069  posted 2 days ago.

    regards,

    Carl
  • Actually Darryl, I think in your case because reactor.radio-active.net.au does have internet DNS records, its simply that it has no MX record, so the smtp server you are sending to does not know which host is responsible for handling any mail which needs to come back to it.

    Same thing really, sender domain unroutable.

    hope this helps,

    Carl

    [ 29 September 2001: Message edited by: carlywarly ]