Hello,
Dans toutes mes installs de VM, lorsque j’installe postfix en tant que relay smtp, j’ai systématiquement ce type de sortie qui vient polluer ma /var/log/syslog.
J’ai retourné google pour trouver l’origine de ce problème, sans succès. Auriez-vous une idée/solution ?
Le problème :
[quote]Dec 11 14:23:18 azathoth postfix/smtpd[22348]: connect from localhost[127.0.0.1]
Dec 11 14:23:18 azathoth postfix/smtpd[22348]: disconnect from localhost[127.0.0.1]
Dec 11 14:25:18 azathoth postfix/smtpd[23250]: connect from localhost[127.0.0.1]
Dec 11 14:25:18 azathoth postfix/smtpd[23250]: disconnect from localhost[127.0.0.1]
Dec 11 14:27:18 azathoth postfix/smtpd[5270]: connect from localhost[127.0.0.1]
Dec 11 14:27:18 azathoth postfix/smtpd[5270]: disconnect from localhost[127.0.0.1]
Dec 11 14:29:18 azathoth postfix/smtpd[5287]: connect from localhost[127.0.0.1]
Dec 11 14:29:18 azathoth postfix/smtpd[5287]: disconnect from localhost[127.0.0.1][/quote]
La conf postfix :
/etc/postfix/main.cf
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
append_dot_mydomain = no
readme_directory = no
relayhost = [smtp.gmail.com]:587
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_use_tls = yes
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
Est-ce que ça vous parle ?
Merci !