Salut,
J’ai un petit problème avec mon serveur de mail (postfix-dovecot sous lenny amd64).
Maintenant il refuse la distribution locale des mails.
Si je fais un :echo "mail de test" | mail -s "sujet" root@localhost
Ben ça ne fonctionne pas et j’ai ces lignes dans mail.warn:
Dec 7 13:58:24 hector postfix/smtp[29331]: warning: host hector.deb-indus.org[mon-ip-publique]:25 greeted me with my own hostname hector.deb-indus.org
Dec 7 13:58:24 hector postfix/smtp[29331]: warning: host hector.deb-indus.org[mon-ip-publique]:25 replied to HELO/EHLO with my own hostname hector.deb-indus.org
et dans mail.log
Dec 7 13:58:23 hector postfix/pickup[28950]: CEB6BBB24: uid=0 from=<root>
Dec 7 13:58:23 hector postfix/cleanup[29328]: CEB6BBB24: message-id=<20091207125823.CEB6BBB24@hector.deb-indus.org>
Dec 7 13:58:23 hector postfix/qmgr[2498]: CEB6BBB24: from=<root@hector.deb-indus.org>, size=338, nrcpt=1 (queue active)
Dec 7 13:58:23 hector postfix/smtp[29331]: CEB6BBB24: to=<jordi@localhost.deb-indus.org>, orig_to=<jordi@localhost>, relay=none, delay=0.1,$Dec 7 13:58:23 hector postfix/cleanup[29328]: E69BFBB25: message-id=<20091207125823.E69BFBB25@hector.deb-indus.org>
Dec 7 13:58:23 hector postfix/bounce[29332]: CEB6BBB24: sender non-delivery notification: E69BFBB25
Dec 7 13:58:23 hector postfix/qmgr[2498]: E69BFBB25: from=<>, size=2350, nrcpt=1 (queue active)
Dec 7 13:58:23 hector postfix/qmgr[2498]: CEB6BBB24: removed
Dec 7 13:58:24 hector postfix/smtpd[29333]: connect from hector.deb-indus.org[81.56.159.67]
Dec 7 13:58:24 hector postfix/smtp[29331]: warning: host hector.deb-indus.org[81.56.159.67]:25 greeted me with my own hostname hector.deb-i$Dec 7 13:58:24 hector postfix/smtp[29331]: warning: host hector.deb-indus.org[81.56.159.67]:25 replied to HELO/EHLO with my own hostname he$Dec 7 13:58:24 hector postfix/smtp[29331]: E69BFBB25: to=<root@hector.deb-indus.org>, relay=hector.deb-indus.org[81.56.159.67]:25, delay=0.$Dec 7 13:58:24 hector postfix/qmgr[2498]: E69BFBB25: removed
Dec 7 13:58:24 hector postfix/smtpd[29333]: disconnect from hector.deb-indus.org[81.56.159.67]
De même tous les mails envoyés par cron terminent dans le puits.
Ce qui me trouble c’est que ça fonctionnait avant.
Je n’ai fait que deux modifications sur la machine :
- installation de cups (rien à voir)
- activation du relais sur authentification --> ça serait ça ?
Du côté du main.cf j’ai ces règles :
[code]smtpd_client_restrictions = permit_mynetworks,
permit_sasl_authenticated,
reject_unknown_client_hostname,
reject_unknown_reverse_client_hostname
smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination,
reject_unknown_recipient_domain,
reject_non_fqdn_recipient,
warn_if_reject reject_unverified_recipient
smtpd_sender_restrictions = reject_non_fqdn_sender,
reject_unknown_sender_domain,
warn_if_reject reject_unverified_sender
smtpd_helo_restrictions = warn_if_reject reject_invalid_helo_hostname,
warn_if_reject reject_non_fqdn_helo_hostname,
warn_if_reject reject_unknown_helo_hostname
[/code]
Je mets tout le main.cf ou bien ?