RE: Postsuper /postfix log issues

2009-07-03 Thread Sriram Nyshadham
Hi All, We have weird issue with postsuper logs. I deleted some 2 emails on one of our MTAs using a script(similar to below) to delete mails destined a particular domain. mailq | tail +2 | grep -v '^ *(' | awk 'BEGIN { RS = "" } { if ($1 !~ /(\*$)|(\!$)/ && ($8 ~ /(@domain.com)/) && $9 == "")

Postsuper /postfix log issues

2009-07-03 Thread Sriram Nyshadham
Hi All, We have weird issue with postsuper logs. I deleted some 2 emails on one of our MTAs using a script(similar to below) to delete mails destined a particular domain. mailq | tail +2 | grep -v '^ *(' | awk 'BEGIN { RS = "" } { if ($1 !~ /(\*$)|(\!$)/ && ($8 ~ /(@domain.com)/) && $9 == "")

RE: About Postfix Crash

2009-06-06 Thread Sriram Nyshadham
Well I am using FreeBSD 6.3 and not solaris. Is it quite possible the same thing would have been done on BSD as well? > Please help me understand why this happened. Postfix has been running fine > for the past one year + without any issues and suddenly it crashed > yesterday on one of our produc

About Postfix Crash

2009-06-06 Thread Sriram Nyshadham
again. Please help.. Thanks, Sriram Nyshadham. -- Confidentiality And Disclaimer Notice Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this messag

Question on qshape

2009-05-20 Thread Sriram Nyshadham
Hi All, For some weird reason, one of our developers want to install qshape on our servers though qshape2 already exists. I googled but couldn't find any ways of installing qshape in postfix. We are using postfix 2.3.5. Any suggestions are greatly appreciated. Thanks, Sriram.

RE: Postfix Relay help

2009-04-23 Thread Sriram Nyshadham
Hildebrandt Sent: Friday, April 24, 2009 3:18 AM To: postfix-users@postfix.org Subject: Re: Postfix Relay help * Sriram Nyshadham : > Hi All, > > I need help with the following scenario: > > > 1. We have an application which needs a mail relay to send emails out. Yes. > 2.

Postfix Relay help

2009-04-23 Thread Sriram Nyshadham
use smtpauth. Can I achieve this without SASL? Please help. Also let me know if there are any potential problems in setting this up. Thanks, Sriram Nyshadham. -- Confidentiality And Disclaimer Notice Please do not print this email unless it is

bounce_queue_lifetime vs maximal_queue_lifetime

2009-02-27 Thread Sriram Nyshadham
Hello All, I need help finding out what parameter overrides what out of bounce_queue_lifetime and maximal_queue_lifetime. On our MTAs, bounce_queue_lifetime = 0d and maximal_queue_lifetime = 5d. So, according to the definition, when bounce_queue_lifetime is set to 0 then mail delivery should b

RE: Qstat and Postqueue

2008-12-01 Thread Sriram Nyshadham
No Sahil, Qstat is also used for Postfix. I just found that postqueue also displays the repeated attempts to connect to any mail server(s) which are not accepting mails. That's why the count becomes bigger. I believe qstat gives the right value. Thanks, Sriram Nyshadham. -Ori

Qstat and Postqueue

2008-12-01 Thread Sriram Nyshadham
4 3 Thanks, Sriram Nyshadham. -- Confidentiality And Disclaimer Notice Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended

Maimum number of SMTP sessions allowed

2008-11-05 Thread Sriram Nyshadham
Hi All, Can someone please let me know which parameter sets the maximum number of SMTP sessions in main.cf? Thanks, Sri.