Re: mynetworks rules don't appear to be working

2011-11-03 Thread kshitij mali
Will u please show me how the my network statement defined i mean the directive is declared in main.cf file because by default my network only give access to the local host machine only. please see the below sample config of mine mynetworks = cidr:/etc/postfix/network_table smtpd_recipient_rest

Re: mynetworks rules don't appear to be working

2011-11-03 Thread list
Ah yes, cidr format. Thanks for the help, I have changed the config to reflect the cidr formated tables. On Thu, 03 Nov 2011 12:48:07 -0500, Noel Jones wrote: > On 11/3/2011 11:58 AM, l...@airstreamcomm.net wrote: >> In mynetworks I have the following IP configured (among others): >> >> 204.9.1

Re: mynetworks rules don't appear to be working

2011-11-03 Thread Noel Jones
On 11/3/2011 11:58 AM, l...@airstreamcomm.net wrote: > In mynetworks I have the following IP configured (among others): > > 204.9.157.0/24 OK > > In main.cf mynetworks is listed in the recipient restrictions: > > smtpd_recipient_restrictions = > permit_mynetworks, > chec

Re: mynetworks rules don't appear to be working

2011-11-03 Thread list
Kshitij, To clarify we have three methods of relay. The first being the mynetworks, the second a dynamically generated file (popimap_access) that has remote ips for pop and imap clients added for relay, and the third is smtp auth. We need to be able to do all three methods. Thanks On Thu, 3 No

Re: mynetworks rules don't appear to be working

2011-11-03 Thread fafaforza
On 11/3/2011 12:58 PM, l...@airstreamcomm.net wrote: In mynetworks I have the following IP configured (among others): 204.9.157.0/24 OK In main.cf mynetworks is listed in the recipient restrictions: smtpd_recipient_restrictions = permit_mynetworks, check_client_acces

Re: mynetworks rules don't appear to be working

2011-11-03 Thread kshitij mali
HI Friend, Please confirm the file /etc/postfix/popimap_access has the below statement 204.9.157.0/24 OK and try with the following smtpd_recipient_restrictions = permit_mynetworks, check_client_access hash:/etc/postfix/popimap_access, reject_unauth_destination id

mynetworks rules don't appear to be working

2011-11-03 Thread list
In mynetworks I have the following IP configured (among others): 204.9.157.0/24 OK In main.cf mynetworks is listed in the recipient restrictions: smtpd_recipient_restrictions = permit_mynetworks, check_client_access hash:/etc/postfix/popimap_access, permit_sasl_a