Re: Configuration question

2009-09-11 Thread Noel Jones
On 9/11/2009 8:40 AM, Duncan B. wrote: or perhaps you misspelled "restricions" in main.cf like you did in this message. Always check your "postconf -n" output to verify that postfix see what you expect. Ahh this is more than possible .. Would 'postfix reload' not complain about a syntax error?

Re: Configuration question

2009-09-11 Thread Duncan B.
On Fri, 11 Sep 2009, Noel Jones wrote: smtpd_recipient_restricions = reject_unauth_destination, reject_non_fqdn_recipient, reject_unknown_recipient_domain, permit_mynetworks Am I doing something wrong? It seems to me that the restrictions aren't processed in the order that you specify them o

Re: Configuration question

2009-09-11 Thread Noel Jones
On 9/11/2009 3:30 AM, Duncan B. wrote: I tried putting "permit_mynetworks" at the end of the smtpd_recipient_restrictions instead, but it still just allows all relaying from mynetworks: smtpd_recipient_restricions = reject_unauth_destination, reject_non_fqdn_recipient, reject_unknown_recipient_d

Re: Configuration question

2009-09-11 Thread Duncan B.
On Fri, 11 Sep 2009, Sahil Tandon wrote: Why don't you reject_unknown_recipient_domain BEFORE permitting your networks (and/or SASL authenticated clients) in smtpd_recipient_restrictions? So, how do I make mynetworks exempt from the smtpd_recipient_restrictions, yet make mynetworks able to re

Re: Configuration question

2009-09-11 Thread Duncan B.
On Fri, 11 Sep 2009, Sahil Tandon wrote: The list of CIDR IP ranges to relay for is in the mynetworks variable, so I can't do the recipient domain verification in "smtpd_recipient_restrictions" because I need "permit_mynetworks", so that my networks can relay through the box! permit_mynetworks

Re: Configuration question

2009-09-10 Thread Sahil Tandon
On Thu, 10 Sep 2009, Duncan B. wrote: > The list of CIDR IP ranges to relay for is in the mynetworks variable, > so I can't do the recipient domain verification in > "smtpd_recipient_restrictions" because I need "permit_mynetworks", so > that my networks can relay through the box! permit_mynet