On Thu, Jan 08, 2009 at 09:59:54AM -0300, Reinaldo de Carvalho wrote:
> On Thu, Jan 8, 2009 at 6:01 AM, Geert Hendrickx <g...@telenet.be> wrote:
> >
> > You can just refuse them: put "reject_unknown_recipient_domain" in your
> > smtpd_recipient_restrictions -- assuming the typo domain has no A nor MX
> > record, your example hotmail.org however does have an A record thus the
> > mail will be accepted and delivery attempted as usual.
> >
> > RCPT TO: <t...@hotmail.comm>
> > 450 4.1.2 <t...@hotmail.comm>: Recipient address rejected: Domain not found
> >
> >        Geert
> >
> 
> "reject_unknown_recipient_domain" work only for top-level domain name
> (TLDs) errors (.comm, .opgg, .nett).


I don't see why.

RCPT TO: <t...@blablafoo.com>
450 4.1.2 <t...@blablafoo.com>: Recipient address rejected: Domain not found

Anyway, as said, this check will only refuse mail for domains that really do
not exist (NXDOMAIN) or don't have an A, AAA or MX record.  For cases like
hotmail.org which do exist but are known not to deliver (correctly), you'll
have to manually blacklist them.

        Geert


Reply via email to