Re: smptd_client_restriction

2011-04-12 Thread Ansgar Wiechers
On 2011-04-12 mejaz wrote: > Sorry may some lines were not copied properly in my previous Email. Here is > the ouput of postconf -n and you will find mynetworks in second last line. [...] > transport_maps = hash:/etc/postfix/transport > unknown_local_recipient_reject_code = 550 In the second last

RE: smptd_client_restriction

2011-04-11 Thread mejaz
_code = 550 ejaz -Original Message- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Noel Jones Sent: Monday, April 11, 2011 5:41 PM To: postfix-users@postfix.org Subject: Re: smptd_client_restriction On 4/11/2011 7:37 AM, Ejaz wrote: > Than

Re: smptd_client_restriction

2011-04-11 Thread Noel Jones
On 4/11/2011 7:37 AM, Ejaz wrote: Thanks a lot Jones. I am using /etc/postfix/mynetworks where I can list "trusted" network addresses (IPADDRESS) is it? *_Postconf –n output_* bounce_queue_lifetime = 1d command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/li

RE: smptd_client_restriction

2011-04-11 Thread Ejaz
postfix-us...@postfix.org] On Behalf Of Noel Jones Sent: Monday, April 11, 2011 3:05 PM To: postfix-users@postfix.org Subject: Re: smptd_client_restriction On 4/11/2011 1:08 AM, mejaz wrote: > Hello, > > Many thanks for your feedback it works for me after replacing > "hash" wit

Re: smptd_client_restriction

2011-04-11 Thread Noel Jones
On 4/11/2011 1:08 AM, mejaz wrote: Hello, Many thanks for your feedback it works for me after replacing “hash” with “cidr” but after that whenever I was trying to send emails to outside domains it says relay access denied although the trusted IPs are listed in my network file. Please help Ejaz

RE: smptd_client_restriction

2011-04-11 Thread mejaz
owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of mejaz Sent: Monday, April 11, 2011 9:08 AM To: 'postfix users' Subject: RE: smptd_client_restriction Hello, Many thanks for your feedback it works for me after replacing "hash" w

RE: smptd_client_restriction

2011-04-10 Thread mejaz
-Original Message- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Noel Jones Sent: Saturday, April 09, 2011 11:36 PM To: postfix-users@postfix.org Subject: Re: smptd_client_restriction On 4/9/2011 9:47 AM, Ejaz wrote: > Hello, &g

Re: smptd_client_restriction

2011-04-09 Thread Noel Jones
On 4/9/2011 9:47 AM, Ejaz wrote: Hello, I was trying to add this “*smtpd_client_restrictions = check_client_access hash:/etc/postfix/access, hash:/etc/postfix/mynetworks, reject_rbl_client bl.spamcop.vnet, reject_rbl_client list.dsbl.org*” in postfix main.cf file it won’t work out for me. After

Re: smptd_client_restriction

2011-04-09 Thread /dev/rob0
On Sat, Apr 09, 2011 at 05:47:14PM +0300, Ejaz wrote: > I was trying to add this "smtpd_client_restrictions = > check_client_access hash:/etc/postfix/access, "access" is a poor name for an access lookup. File names generally should at least indicate the type of lookup, if not the purpose of it

Re: smptd_client_restriction

2011-04-09 Thread Ralf Hildebrandt
* Ejaz : > > There is no error appeared but emails are getting stuck in my outbox. There IS an error, otherwise the wouldn't be stuck. Check your logs. -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenbur

Re: smptd_client_restriction

2011-04-09 Thread Reindl Harald
Am 09.04.2011 16:50, schrieb Ejaz: > > There is no error appeared but emails are getting stuck in my outbox. > Ejaz there must be something in the maillog signature.asc Description: OpenPGP digital signature

RE: smptd_client_restriction

2011-04-09 Thread Ejaz
There is no error appeared but emails are getting stuck in my outbox. Ejaz -Original Message- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Ralf Hildebrandt Sent: Saturday, April 09, 2011 5:51 PM To: postfix-users@postfix.org Subject: Re

Re: smptd_client_restriction

2011-04-09 Thread Ralf Hildebrandt
* Ejaz : > Hello, > > > > I was trying to add this "smtpd_client_restrictions = check_client_access > hash:/etc/postfix/access, hash:/etc/postfix/mynetworks, reject_rbl_client > bl.spamcop.vnet, reject_rbl_client list.dsbl.org" in postfix main.cf file it > won't work out for me. > > > > A

RE: smptd_client_restriction

2011-04-09 Thread Ejaz
Hello, I was trying to add this "smtpd_client_restrictions = check_client_access hash:/etc/postfix/access, hash:/etc/postfix/mynetworks, reject_rbl_client bl.spamcop.vnet, reject_rbl_client list.dsbl.org" in postfix main.cf file it won't work out for me. After adding this smtpd_clients re