Re: About smtpd_recipient_restrictions

2013-09-12 Thread Noel Jones
On 9/11/2013 11:13 PM, Feel Zhou wrote: > Hello, Noel > At the same time, smtpd_sender_restrictions not working too smtpd_sender_restrictions only work with mail that arrives via SMTP. Perhaps this message arrived via the postfix/pickup service, sent from some local process, perhaps a web server m

Re: About smtpd_recipient_restrictions

2013-09-11 Thread Feel Zhou
Hello, Noel At the same time, smtpd_sender_restrictions not working too smtpd_sender_restrictions = reject_non_fqdn_sender reject_unknown_sender_domain reject_unlisted_sender check_sender_mx_access cidr:/etc/postfix/bad_mx_access_check check_sender_access ha

Re: About smtpd_recipient_restrictions

2013-09-11 Thread Noel Jones
On 9/11/2013 10:08 PM, Feel Zhou wrote: > Hello, Myfriend > This is Tom, I'm sending my greeting from China > In the main.cf > > smtpd_recipient_restrictions = > reject_unknown_recipient_domain > reject_unlisted_recipient > permit_auth_destination >

About smtpd_recipient_restrictions

2013-09-11 Thread Feel Zhou
Hello, Myfriend This is Tom, I'm sending my greeting from China In the main.cf smtpd_recipient_restrictions = reject_unknown_recipient_domain reject_unlisted_recipient permit_auth_destination permit_sasl_authenticated permit_mynetworks reject_unauth_

Re: question about smtpd_recipient_restrictions in master.cf

2013-08-09 Thread LuKreme
On 07 Aug 2013, at 07:27 , /dev/rob0 wrote: > OTOH I see no need for reject_unauth_destination when you're ending > your $submission_recipient_restrictions with "reject" anyway. That's a good point. Thanks for your comments. -- Han : You said you wanted to be around when I made a mistake, well

Re: question about smtpd_recipient_restrictions in master.cf

2013-08-07 Thread /dev/rob0
On Wed, Aug 07, 2013 at 07:05:40AM -0600, LuKreme wrote: > Can the smtpd_recipient_restrictions in master.cf take the same > range of settings in identical syntax as in main.cf? yes > I am wondering specifically if a declaration like: > > smtpd_recipient_restrictions=smtpd_recipient_restriction

question about smtpd_recipient_restrictions in master.cf

2013-08-07 Thread LuKreme
Can the smtpd_recipient_restrictions in master.cf take the same range of settings in identical syntax as in main.cf? I am wondering specifically if a declaration like: smtpd_recipient_restrictions=smtpd_recipient_restrictions=permit_my_networks,check_client_access pcre:$config_directory/myfile.