OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
RE: setup postfix whitout mynetworks, just with permit_sasl_authenticated

From: Dan Blejan (dansdn.ro)
Date: Mon Dec 03 2007 - 03:47:45 CST


I know it's not postfix, but in first place I had to see if authentication was properly done.

With:

smtpd_recipient_restrictions =
  permit_sasl_authenticated,
  reject_unauth_destination,
...

same result:

NOQUEUE: reject: RCPT from unknown[xxx.yyy.zzz.www]: 554 5.7.1 <someuseryahoo.com>: Relay access denied; from=< localuserlocaldomain > to=<someuseryahoo.com> proto=ESMTP helo=<ko>

I don't know where or what to check further...