OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Martin Traxl (docclan-on.de)
Date: Mon Mar 05 2001 - 12:36:17 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    hi,

    I set up postfix-20001212 with smtp auth using cyrus-sasl 1.5.24
    following the SASL_README and sample-auth.cf. users log in successful
    but mail to non local domains is rejected. in /var/log/mail I have
    these messages:

    ---
    postfix/smtpd[2221]: 603958EC7:
    client=pC19F6395.dip.t-dialin.net[193.159.99.149], sasl_method=LOGIN,
    sasl_username=xxx
    

    postfix/smtpd[2221]: reject: RCPT from pC19F6395.dip.t-dialin.net[193.159.99.149]: 554 <usernonlocal-domain.de>: Recipient address rejected: Relay access denied; from=<xxxlocal-domain.de> to=<usernonlocal-domain.de>

    postfix/smtpd[2221]: disconnect from pC19F6395.dip.t-dialin.net[193.159.99.149] ---

    In main.cf I have: --- smtpd_sasl_auth_enable = yes smtpd_client_restrictions = permit_sasl_authenticated smtpd_sasl_security_options = noanonymous smtpd_sasl_local_domain = $myhostname --- Anybody an idea what I missed? Thanks a lot,

    Martin