tobe Sep 21, 2009 #1 Hello, Sendmail is refusing mails from a host that doesn't resolve: Code: ruleset=check_mail, ... reject=451 4.1.8 Domain of sender address xxx.xxxx@xxxxx.xxxxxxxx.gouv.fr does not resolve How can i make it accepts these mails? PS: yes it's from my government...
Hello, Sendmail is refusing mails from a host that doesn't resolve: Code: ruleset=check_mail, ... reject=451 4.1.8 Domain of sender address xxx.xxxx@xxxxx.xxxxxxxx.gouv.fr does not resolve How can i make it accepts these mails? PS: yes it's from my government...
DutchDaemon Administrator Staff member Administrator Moderator Developer Sep 21, 2009 #2 If you have only one of these addresses, try adding that domain to your /etc/mail/access with 'OK'. Then run 'make' in /etc/mail. If you want to accept unresolvable domains in general (bad idea, spam), put Code: FEATURE(`accept_unresolvable_domains') in your .mc file and rebuild sendmail.cf
If you have only one of these addresses, try adding that domain to your /etc/mail/access with 'OK'. Then run 'make' in /etc/mail. If you want to accept unresolvable domains in general (bad idea, spam), put Code: FEATURE(`accept_unresolvable_domains') in your .mc file and rebuild sendmail.cf