Re: I think that thing smtpd_recipient_restrictions does not work

2011-01-22 Thread Condor
> On 1/22/2011 2:04 PM, Condor wrote: >> master.cf smtp inet n - n - - smtpd -o smtpd_etrn_restrictions=reject -o smtpd_sasl_auth_enable=yes -o smtpd_proxy_filter=127.0.0.1:10021 -o smtpd_client_con

Re: I think that thing smtpd_recipient_restrictions does not work

2011-01-22 Thread Noel Jones
On 1/22/2011 2:04 PM, Condor wrote: master.cf smtp inet n - n - - smtpd -o smtpd_etrn_restrictions=reject -o smtpd_sasl_auth_enable=yes -o smtpd_proxy_filter=127.0.0.1:10021 -o smtpd_client_connection_count_limit=10 -o content_

Re: I think that thing smtpd_recipient_restrictions does not work

2011-01-22 Thread Condor
>> >> master.cf >> >> smtp inet n - n - - smtpd >> -o smtpd_etrn_restrictions=reject >> -o smtpd_sasl_auth_enable=yes >> -o smtpd_proxy_filter=127.0.0.1:10021 >> -o smtpd_client_connection_count_limit=10 >> -o content_filter=dksign:[127.

Re: I think that thing smtpd_recipient_restrictions does not work

2011-01-22 Thread Noel Jones
On 1/22/2011 1:01 PM, Condor wrote: On 1/22/2011 9:04 AM, Condor wrote: On 1/22/2011 1:20 AM, Condor wrote: On 1/21/2011 5:08 PM, Condor wrote: Hello, i have postfix 2.7.2 and i have problem with restrictions. I setup smtpd_recipient_restrictions here is my main.cf config file: Here

Re: I think that thing smtpd_recipient_restrictions does not work

2011-01-22 Thread Condor
> On 1/22/2011 9:04 AM, Condor wrote: >> >>> On 1/22/2011 1:20 AM, Condor wrote: > On 1/21/2011 5:08 PM, Condor wrote: >> >> Hello, >> i have postfix 2.7.2 and i have problem with restrictions. I setup >> smtpd_recipient_restrictions here is my main.cf config file: >> >> >

Re: I think that thing smtpd_recipient_restrictions does not work

2011-01-22 Thread Ralf Hildebrandt
* Condor : > > Hello, > i have postfix 2.7.2 and i have problem with restrictions. I setup > smtpd_recipient_restrictions here is my main.cf config file: > > smtpd_recipient_restrictions = > permit_mynetworks, > permit_sasl_authenticated, > check_helo_access hash:/etc/postfix/helo_checks, >

Re: I think that thing smtpd_recipient_restrictions does not work

2011-01-22 Thread Ralf Hildebrandt
* Condor : > reject_rhsbl_client blackhole.securitysage.com, > reject_rhsbl_sender blackhole.securitysage.com, These may be dead > reject_rbl_client relays.ordb.org, dead > reject_rbl_client blackholes.easynet.nl, dead > reject_rbl_client cbl.abuseat.org, > reject_rbl_client sbl.sp

Re: I think that thing smtpd_recipient_restrictions does not work

2011-01-22 Thread Noel Jones
On 1/22/2011 9:04 AM, Condor wrote: On 1/22/2011 1:20 AM, Condor wrote: On 1/21/2011 5:08 PM, Condor wrote: Hello, i have postfix 2.7.2 and i have problem with restrictions. I setup smtpd_recipient_restrictions here is my main.cf config file: Your RBL list is a mess. Several of the li

Re: I think that thing smtpd_recipient_restrictions does not work

2011-01-22 Thread Condor
> On 1/22/2011 1:20 AM, Condor wrote: >> >>> On 1/21/2011 5:08 PM, Condor wrote: Hello, i have postfix 2.7.2 and i have problem with restrictions. I setup smtpd_recipient_restrictions here is my main.cf config file: >>> >>> Your RBL list is a mess. Several of the lis

Re: I think that thing smtpd_recipient_restrictions does not work

2011-01-22 Thread Noel Jones
On 1/22/2011 1:20 AM, Condor wrote: On 1/21/2011 5:08 PM, Condor wrote: Hello, i have postfix 2.7.2 and i have problem with restrictions. I setup smtpd_recipient_restrictions here is my main.cf config file: Your RBL list is a mess. Several of the lists you are querying are dead -- securi

Re: I think that thing smtpd_recipient_restrictions does not work

2011-01-22 Thread Condor
> On 01/21/2011 11:20 PM, Condor wrote: >> >> # postconf smtpd_recipient_restrictions >> >> smtpd_recipient_restrictions = permit_mynetworks, >> permit_sasl_authenticated, reject_unauth_destination, >> check_helo_access >> hash:/etc/postfix/helo_checks, check_sender_access >> hash:/etc/postfix/h

Re: I think that thing smtpd_recipient_restrictions does not work

2011-01-22 Thread Mike Morris
On 01/21/2011 11:20 PM, Condor wrote: > >> >> Does postconf smtpd_recipient_restrictions show the the same >> as what you've posted above? >> > > Yes, i did not post it because i posted in previous email but here is it > again: > > # postconf smtpd_recipient_restrictions > > smtpd_recipient_res

Re: I think that thing smtpd_recipient_restrictions does not work

2011-01-21 Thread Condor
> On 1/21/2011 5:08 PM, Condor wrote: >> >> Hello, >> i have postfix 2.7.2 and i have problem with restrictions. I setup >> smtpd_recipient_restrictions here is my main.cf config file: >> >> > > Your RBL list is a mess. Several of the lists you are > querying are dead -- securitysage, wirehub, ea

Re: I think that thing smtpd_recipient_restrictions does not work

2011-01-21 Thread Noel Jones
On 1/21/2011 8:12 PM, Jerrale G wrote: ... reject_unauth_destination. Also, as an anti-openrelay failsafe, you should put "OK 250 custom message here" instead of "permit 250 custom message". No, OK and permit are the same. Technically, OK is an access map result, permit is a smtpd_*_restrict

Re: I think that thing smtpd_recipient_restrictions does not work

2011-01-21 Thread Jerrale G
On 1/21/2011 8:25 PM, Noel Jones wrote: On 1/21/2011 7:13 PM, Mike Morris wrote: On 01/21/2011 04:56 PM, Noel Jones wrote: On 1/21/2011 5:08 PM, Condor wrote: Hello, i have postfix 2.7.2 and i have problem with restrictions. I setup smtpd_recipient_restrictions here is my main.cf config file:

Re: I think that thing smtpd_recipient_restrictions does not work

2011-01-21 Thread Mike Morris
On 01/21/2011 05:25 PM, Noel Jones wrote: > On 1/21/2011 7:13 PM, Mike Morris wrote: >> On 01/21/2011 04:56 PM, Noel Jones wrote: >>> On 1/21/2011 5:08 PM, Condor wrote: Hello, i have postfix 2.7.2 and i have problem with restrictions. I setup smtpd_recipient_restrictions here i

Re: I think that thing smtpd_recipient_restrictions does not work

2011-01-21 Thread Noel Jones
On 1/21/2011 7:13 PM, Mike Morris wrote: On 01/21/2011 04:56 PM, Noel Jones wrote: On 1/21/2011 5:08 PM, Condor wrote: Hello, i have postfix 2.7.2 and i have problem with restrictions. I setup smtpd_recipient_restrictions here is my main.cf config file: smtpd_recipient_restrictions = perm

Re: I think that thing smtpd_recipient_restrictions does not work

2011-01-21 Thread Mike Morris
On 01/21/2011 04:56 PM, Noel Jones wrote: > On 1/21/2011 5:08 PM, Condor wrote: >> >> Hello, >> i have postfix 2.7.2 and i have problem with restrictions. I setup >> smtpd_recipient_restrictions here is my main.cf config file: >> >> smtpd_recipient_restrictions = >>permit_mynetworks, >>perm

Re: I think that thing smtpd_recipient_restrictions does not work

2011-01-21 Thread Noel Jones
On 1/21/2011 5:08 PM, Condor wrote: Hello, i have postfix 2.7.2 and i have problem with restrictions. I setup smtpd_recipient_restrictions here is my main.cf config file: smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_helo_access hash:/etc/postfix/he