Bonjour,
Alors que la résolution de noms fonctionne :
# host toto@test.toto.fr
Host toto@test.toto.fr not found: 3(NXDOMAIN)
# host google.fr
google.fr has address 209.85.146.103
...
L'envoi d'un message me retourne Sender ok au lieu de :
553 5.1.8 <toto@test.toto.fr>... Domain of sender address toto@test.toto.fr does not exist
Exemple :
# sendmail -bs
220 serveur ESMTP Sendmail 8.13.8/8.13.8/Submit; Wed, 13 Apr 2011 14:22:10 +0400
helo localhost
250 serveur Hello test@localhost, pleased to meet you
250 2.1.0 <toto@test.toto.fr>... Sender ok
Ma config semble correct :
# cat /etc/mail/sendmail.mc |grep unresolvable
dnl # We strongly recommend not accepting unresolvable domains if you want to
FEATURE(`accept_unresolvable_domains')dnl
Merci pour votre aide