Le 12-mai-09 à 15:17, Wietse Venema a écrit :
Postfix stable release 2.6.0 is available. After Postfix was declared
"complete" with version 2.3, the focus has moved towards improving
the code/documentation, and updating it for changing environments.
Hello,
We have installed the new version of postfix and we see the following
situation :
# tail -f /var/log/mail.log | grep 10025
May 13 09:18:13 smtp-1 postfix/smtpd[26441]: warning: proxy
127.0.0.1:10025 rejected "MAIL FROM:<catherine_boeyk...@bio-rad.com>
SIZE=8598 AUTH=<>": "555 5.5.4 Unsupported option: AUTH=<>"
May 13 09:35:03 smtp-1 postfix/smtpd[26202]: warning: proxy
127.0.0.1:10025 rejected "MAIL FROM:<limus...@tele2allin.be>
SIZE=31674 AUTH=<limus...@tele2allin.be>": "555 5.5.4 Unsupported
option: AUTH=<limus...@tele2allin.be>"
May 13 09:36:22 smtp-1 postfix/smtpd[28401]: warning: proxy
127.0.0.1:10025 rejected "MAIL FROM:<cecile.deryc...@skynet.be>
SIZE=4120 AUTH=<cecile.deryc...@skynet.be>": "555 5.5.4 Unsupported
option: AUTH=<cecile.deryc...@skynet.be>"
May 13 09:36:23 smtp-1 postfix/smtpd[26200]: warning: proxy
127.0.0.1:10025 rejected "MAIL FROM:<hn-cms-ad...@cern.ch> SIZE=3395
AUTH=<>": "555 5.5.4 Unsupported option: AUTH=<>"
Clamsmtpd is listening on the port 10025.
smtp inet n - n - 300 smtpd
-o stress=yes
-o smtpd_proxy_filter=127.0.0.1:10025
-o receive_override_options=no_address_mappings
#
submission inet n - n - - smtpd
-o smtpd_etrn_restrictions=reject
-o smtpd_use_tls=yes
-o smtpd_tls_auth_only=yes
-o smtpd_starttls_timeout=300s
-o smtpd_sasl_auth_enable=yes
-o smtpd_sasl_security_options=noanonymous
-o smtpd_proxy_filter=127.0.0.1:10025
-o receive_override_options=no_address_mappings
#
smtps inet n - n - - smtpd
-o smtpd_tls_wrappermode=yes
-o smtpd_use_tls=yes
-o smtpd_tls_auth_only=yes
-o smtpd_sasl_auth_enable=yes
-o smtpd_sasl_security_options=noanonymous
-o smtpd_proxy_filter=127.0.0.1:10025
-o receive_override_options=no_address_mappings
We did not notice this kind of behaviour with the 2.5.6 version of
Postfix.
What's wrong ?
--
Pascal