From: Florian Effenberger (no email)
Date: Thu Jul 01 2004 - 15:07:57 EDT
Hello there,
with my switch to Postfix 2.1.3 and amavisd-new as SMTP proxy, I have a
problem sending over an authenticated mail server. The relevant part of
my main.cf reads
===
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/saslpass
smtp_sasl_security_options = noanonymous
transport_maps = hash:/etc/postfix/transport
===
saslpass reads:
===
smarthost.tld username:password
===
Now, when I send through this server, I receive
===
remotehost.tld said: 504 5.5.4 MAIL command parameter error: AUTH=<> (in
reply to RCPT TO command)
===
which seems to come from amavisd-new. When manually (telnet port 25)
sending the message with the same data and same authentication (AUTH
PLAIN), it works just fine. I think Postfix sends out some wrong data to
my remote server, but I don't know where to search.
Any ideas?
Thanks!
Florian
|
|
|