On Sun, Feb 28, 2010 at 4:09 PM, Bill Landry <b...@inetmsg.com> wrote:
> Move the back-slash "\" before the dot "." (\.org) as you currently have it
> after the dot (.\org)
>
> Bill

Bill - I got my example from Ralph Hildebrandt's Postfix config
directly from his site:

http://www.arschkrebs.de/postfix/#chapter5

Respectfully it's 3 years old but he does have it the exact way I do:

/^localhost$/                       550 Don't use my own domain (localhost)
/^arschkrebs\.de$/                  550 Don't use my own domain
/^postfixshrine.\org$/              550 Don't use my own domain
/^88\.198\.105\.204$/               550 Spammer comes to me, Greets me
with my own IP, His mail I shall not see.
/^\[88\.198\.105\.204\]$/           550 Spammer comes to me, Greets me
with my own IP, His mail I shall not see.
/^fatush\.arschkrebs\.de$/          550 Don't use my own hostname
/^mail\.postfixshrine.\org$/        550 Don't use my own hostname
/^[0-9.-]+$/                        550 Your software is not RFC 2821
compliant: EHLO/HELO must be a domain or an address-literal (IP
enclosed in []) - not a naked IP.

Are you saying that his example is incorrect and wont properly work?
It's strange because he has it as you suggest for the '.de' TLD
however not for the '.org' for whatever reason and I don't understand
why. Thanks for any clarification!

Reply via email to