The problem is fixed, and here is the final config:
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $mydomain
disable_mime_input_processing = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_authenticated_header = yes
smtpd_recipient_restrictions =
reject_non_fqdn_recipient
permit_sasl_authenticated
reject_unknown_sender_domain
permit_mynetworks
reject_unknown_recipient_domain
reject_invalid_hostname
reject_non_fqdn_sender
reject_unauth_destination
permit
Thank you for your help.
On Sat, 14 Aug 2010, Jerry wrote:
On Sat, 14 Aug 2010 18:28:20 +0200
Magnus Bäck <mag...@dsek.lth.se> articulated:
Then I guess you weren't authenticated after all, or there is no
permit_sasl_authenticated prior to reject_unauth_destination in
smtpd_recipient_restrictions.
Have you bothered to check out either of these URLs:
http://www.postfix.org/SASL_README.html
http://postfix.state-of-mind.de/patrick.koetter/smtpauth/
If you continue to have problems, provide the output from the
postfinger tool. This can be found at
http://ftp.wl0.org/SOURCES/postfinger.
If the problem is SASL related, consider including the output from the
saslfinger tool. This can be found at
http://postfix.state-of-mind.de/patrick.koetter/saslfinger/.
--
Jerry ✌
postfix-u...@seibercom.net
_____________________________________________________________________
TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail
TO (UN)SUBSCRIBE see http://www.postfix.org/lists.html
There's no saint like a reformed sinner.