Wanted some coustome filter in to postfix

2011-03-17 Thread kshitij mali
Hi ALL, I wanted some coustom filter in the postfix to block /hold email in the queue . for eg at present i can hold an email which come from *@xyz.com by smtpd_check_sender rule also i can hold email to *@xyz.com by smtpd_check_ recipeint rule . but the above rule work one at a time a can not u

Re: removed virtual domain, still get local delivery

2011-03-17 Thread Voytek Eymont
On Thu, March 17, 2011 4:14 pm, Bjørn Ruberg wrote: > Your own initial post should give you a hint: > "I have postfix 2.4.5 with several virtual domains in mysql/postfixadmin" Bjørn, thanks hmmm, I thought disabling domain in postfixadmin should, well, disable it apparently, it didn't, or perh

Re: Postscreen + Postfix configuration

2011-03-17 Thread Fernando Maior
On Thu, Mar 17, 2011 at 1:46 AM, Noel Jones wrote: > On 3/16/2011 10:11 PM, Fernando Maior wrote: > >> On Wed, Mar 16, 2011 at 11:39 PM, Wietse Venema >> mailto:wie...@porcupine.org>> wrote: >> >>Fernando Maior: >> > What is not clear for me is: do I need to change my >>main.cf

Re: removed virtual domain, still get local delivery

2011-03-17 Thread Bjørn Ruberg
On 03/17/2011 11:55 AM, Voytek Eymont wrote: On Thu, March 17, 2011 4:14 pm, Bjørn Ruberg wrote: Your own initial post should give you a hint: "I have postfix 2.4.5 with several virtual domains in mysql/postfixadmin" Bjørn, thanks hmmm, I thought disabling domain in postfixadmin should, we

Re: Postscreen + Postfix configuration

2011-03-17 Thread Noel Jones
On 3/17/2011 6:38 AM, Fernando Maior wrote: On Thu, Mar 17, 2011 at 1:46 AM, Noel Jones mailto:njo...@megan.vbhcs.org>> wrote: On 3/16/2011 10:11 PM, Fernando Maior wrote: On Wed, Mar 16, 2011 at 11:39 PM, Wietse Venema mailto:wie...@porcupine.org>

Re: Wanted some coustome filter in to postfix

2011-03-17 Thread Noel Jones
On 3/17/2011 5:48 AM, kshitij mali wrote: Hi ALL, I wanted some coustom filter in the postfix to block /hold email in the queue . for eg at present i can hold an email which come from *@xyz.com by smtpd_check_sender rule also i can hold email to *@xyz.com by sm

Re: removed virtual domain, still get local delivery

2011-03-17 Thread Nikolaos Milas
On 17/3/2011 5:39 πμ, Voytek Eymont wrote: ahem, where do I unalias it..? search for domain.tld in /etc/postfix/ with no avail? cd /etc/postfix # grep domain.tld * I only wanted to point to the fact that if you have explicit aliases using domain.tld in your: virtual_alias_maps = proxy:mys

Delivery rate drops soon after restart

2011-03-17 Thread Ram
I have a postfix (2.7) server where as soon as I restart the mails are moved rapidly from incoming queue to active But soon ( after 5 minutes ) the queue manager is left behind .. the incoming queue keeps increasing 10k+ but active queue has hardly 10-15 mails After checking http://www.p

Re: Delivery rate drops soon after restart

2011-03-17 Thread Wietse Venema
Ram: > I have a postfix (2.7) server where as soon as I restart the mails are > moved rapidly from incoming queue to active > > But soon ( after 5 minutes ) the queue manager is left behind .. the > incoming queue keeps increasing 10k+ but active queue has hardly 10-15 > mails > After che

mails delivered to procmail were removed ; SASL support not compiled

2011-03-17 Thread Roger Goh
Bear with me; I'm a newbie struggling to get a  newly set up postfix server to receive mails on Unix account (roger8 is the account that I've useradd'ed) 1. firstly, is ISPconfig necessary in a postfix server or I can still get a basic postfix set up without it? If it's essential where can I

Re: mails delivered to procmail were removed ; SASL support not compiled

2011-03-17 Thread Noel Jones
On 3/17/2011 10:47 AM, Roger Goh wrote: Bear with me; I'm a newbie struggling to get a newly set up postfix server to receive mails on Unix account (roger8 is the account that I've useradd'ed) 1. firstly, is ISPconfig necessary in a postfix server or I can still get a basic postfix set up

Re: Delivery rate drops soon after restart

2011-03-17 Thread Victor Duchovni
On Thu, Mar 17, 2011 at 11:04:31AM -0400, Wietse Venema wrote: > Ram: > > I have a postfix (2.7) server where as soon as I restart the mails are > > moved rapidly from incoming queue to active > > > > But soon ( after 5 minutes ) the queue manager is left behind .. the > > incoming queue kee

Re: Postscreen + Postfix configuration

2011-03-17 Thread Victor Duchovni
On Wed, Mar 16, 2011 at 11:46:47PM -0500, Noel Jones wrote: >> if I configure postscreen to use DNSBL, may I remove the lines >> for DNSBL checking on main.cf for postfix? I understand >> enabling that on both postscreen and postfix is doing the same thing >> twice... Am I wrong?

RE: Non-smtp milter application and sasl macros

2011-03-17 Thread Murray S. Kucherawy
> -Original Message- > From: owner-postfix-us...@postfix.org > [mailto:owner-postfix-us...@postfix.org] On Behalf Of Mehmet Tolga Avcioglu > Sent: Wednesday, March 16, 2011 3:21 AM > To: Postfix users > Subject: Re: Non-smtp milter application and sasl macros > > Well, it seems obvious no

Re: mails delivered to procmail were removed ; SASL support not compiled

2011-03-17 Thread Roger Goh
Thanks Noel. Further assistance needed: > The message means what it says.  You have specified SASL auth, but postfix > was not compiled with SASL support.  Recompile postfix with SASL or if > you're using packages find a package that has SASL support. Would you be able to point me to a link that

Re: mails delivered to procmail were removed ; SASL support not compiled

2011-03-17 Thread Larry Stone
On Fri, 18 Mar 2011, Roger Goh wrote: What's the command to verify if "mutt" is installed on my server? If it's not, where can I download it (for RHES 4.x). Point me to a link to install/configure it as well. I plan to have several Unix accounts in my server to receive mails, so I guess maildir

Re: mails delivered to procmail were removed ; SASL support not compiled

2011-03-17 Thread Noel Jones
On 3/17/2011 12:45 PM, Roger Goh wrote: Thanks Noel. Further assistance needed: The message means what it says. You have specified SASL auth, but postfix was not compiled with SASL support. Recompile postfix with SASL or if you're using packages find a package that has SASL support. Would

Re: Postscreen + Postfix configuration

2011-03-17 Thread Steve Jenkins
On Thu, Mar 17, 2011 at 10:59 AM, Victor Duchovni wrote: > On Wed, Mar 16, 2011 at 11:46:47PM -0500, Noel Jones wrote: > >>> if I configure postscreen to use DNSBL, may I remove the lines >>> for DNSBL checking on main.cf for postfix? I understand >>> enabling that on both postscr

Re: Postscreen + Postfix configuration

2011-03-17 Thread Wietse Venema
Steve Jenkins: > I'm glad we're discussing this, because I was also wondering whether > or not I should comment out the reject_rbl_client lines in my main.cf. > I have the following DNSBL/RHSBL entries in my main.cf: Just keep in mind that postscreen does not do DNSBL lookup for EVERY connection,

Re: Delivery rate drops soon after restart

2011-03-17 Thread Ram
On 03/17/2011 10:11 PM, Victor Duchovni wrote: On Thu, Mar 17, 2011 at 11:04:31AM -0400, Wietse Venema wrote: Ram: I have a postfix (2.7) server where as soon as I restart the mails are moved rapidly from incoming queue to active But soon ( after 5 minutes ) the queue manager is left behi