This is a discussion on Re: mail for domain.com loops back to myself within the mailing.postfix.users forums, part of the Mail Servers and Related category; On Tuesday, June 07, 2005 at 22:36 CEST, Andrew Ball <aball@acttheatre.org> wrote: > In the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Tuesday, June 07, 2005 at 22:36 CEST,
Andrew Ball <aball@acttheatre.org> wrote: > In the log file: >=20 > > Jun 7 12:53:25 kyle postfix/smtp[32234]: E08055DFA3:=20 > > to=3D<natalie@mailhandlers.com>, relay=3Dnone, delay=3D1, status=3Dbo= unced (mail=20 > > for mailhandlers.com loops back to myself) DNS says that your host is responsible for mailhandlers.com, but Postfix is not configured to accept mail to mailhandlers.com. $ dig +short mx mailhandlers.com 10 localhost.fabulous.com. $ dig +short a localhost.fabulous.com 127.0.0.1 The DNS for mailhandlers.com is indeed fscked up. You can use check_sender_mx_access and check_recipient_mx_access to reject crap like this. [...] --=20 Magnus B=E4ck magnus@dsek.lth.se |