Hi,
I have one problem. When I put mailfrom:<toto@test.toto.fr>, I get
Sender ok.
# 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 <test@test.toto.com>...
Sender ok
The error should be "553 5.1.8 <test@test.toto.com>... Domain of sender address
test@test.toto.com does not exist".
I am able to get the google.com to resolve.
$ host google.com
google.com has address 209.85.146.103
...
And host test.toto.com returns :
Host test.toto.com not found: 3(NXDOMAIN)
# cat /etc/mail/sendmail.mc |grep accept_unresolvable_domains
FEATURE(`accept_unresolvable_domains')dnl
How can I fix it ?
Thanks for the help.