Re: spawn give a command time limit exceeded

2011-07-08 Thread Damien Robinet
Dear Wietse, Thank again for your reply. I've make the change on the master.cf and the main.cf. After restarted postfix, I've fewer errors. I've add this line in my main.cf: debugger_command = /usr/bin/strace -p $process_id -o /tmp/smtpd.$process_id sleep 5 And updated my master.cf with that:

AUTH LOGIN without 250 AUTH?

2011-07-08 Thread Zólyomi Szabolcs
Dear all, I am a newbie here and in postfix too. After searching the web and browsing some forums, I still haven't got a solution for a problem I struggle with. If you have the time, please help me. Our corporate mail server (mail.ourcompany.hu) is operated by an external provider. I am

Re: AUTH LOGIN without 250 AUTH?

2011-07-08 Thread Matthias Andree
Am 08.07.2011 13:30, schrieb Zólyomi Szabolcs: Dear all, I am a newbie here and in postfix too. After searching the web and browsing some forums, I still haven't got a solution for a problem I struggle with. If you have the time, please help me. Our corporate mail server

Re: spawn give a command time limit exceeded

2011-07-08 Thread Wietse Venema
Damien Robinet: Dear Wietse, Thank again for your reply. I've make the change on the master.cf and the main.cf. After restarted postfix, I've fewer errors. I've add this line in my main.cf: debugger_command = /usr/bin/strace -p $process_id -o /tmp/smtpd.$process_id sleep 5 I have

Re: AUTH LOGIN without 250 AUTH?

2011-07-08 Thread Jerry
On Fri, 08 Jul 2011 13:47:02 +0200 Matthias Andree articulated: Am 08.07.2011 13:30, schrieb Zólyomi Szabolcs: Dear all, I am a newbie here and in postfix too. After searching the web and browsing some forums, I still haven't got a solution for a problem I struggle with. If you

Re: spawn give a command time limit exceeded

2011-07-08 Thread Damien Robinet
Dear Wietse, I'm sorry, but I'm not sure to have all understand. After you reply with the link http://www.postfix.org/SMTPD_POLICY_README.html#client_config I've add on my main.cf this 2 lines with my policy name. sendercheck_time_limit = 3600 dunnopl_time_limit = 3600 But the error have

Postfix/cleanup warning

2011-07-08 Thread Rytec
Dear members, I have changed today some things in the behaviour of the header checkup, I'm using the file from Jim Sun http://jimsun.linxnet.com/misc/header_checks.txt but in the mail logging it gives me this error :

Re: spawn give a command time limit exceeded

2011-07-08 Thread Wietse Venema
Damien Robinet: Dear Wietse, I'm sorry, but I'm not sure to have all understand. After you reply with the link http://www.postfix.org/SMTPD_POLICY_README.html#client_config I've add on my main.cf this 2 lines with my policy name. sendercheck_time_limit = 3600 dunnopl_time_limit = 3600

Re: AUTH LOGIN without 250 AUTH?

2011-07-08 Thread Бак Микаел
Jerry wrote: On Fri, 08 Jul 2011 13:47:02 +0200 Matthias Andree articulated: Am 08.07.2011 13:30, schrieb Zólyomi Szabolcs: Dear all, I am a newbie here and in postfix too. After searching the web and browsing some forums, I still haven't got a solution for a problem I struggle

RE: AUTH LOGIN without 250 AUTH?

2011-07-08 Thread Zólyomi Szabolcs
Matthias, Jerry, Mikael, thanks to all of you. Your replies helped a lot. First of all, I was not aware of having an old release of postfix. As I learnt, it is typical of CentOS. Sending HELO instead of EHLO was also something that I had not noticed before. Following the guide recommended by

Re: Postfix/cleanup warning

2011-07-08 Thread Noel Jones
On 7/8/2011 8:10 AM, Rytec wrote: Dear members, I have changed today some things in the behaviour of the header checkup, I'm using the file from Jim Sun http://jimsun.linxnet.com/misc/header_checks.txt but in the mail logging it gives me this error : postfix/cleanup[2878]: warning:

Re: spawn give a command time limit exceeded

2011-07-08 Thread Damien Robinet
Sorry for the debug, I've think (bad think) that can help for find the reason. That is for example my dunno.pl script: http://pastebin.com/cCQp1Few It's hard to understand why this perl script need more than 3600 sec... It must just reply dunno at postfix when they call the perl script ... And

Re: spawn give a command time limit exceeded

2011-07-08 Thread Jeroen Geilman
On 2011-07-08 17:54, Damien Robinet wrote: Sorry for the debug, I've think (bad think) that can help for find the reason. That is for example my dunno.pl script: http://pastebin.com/cCQp1Few It's hard to understand why this perl script need more than 3600 sec... It must just reply dunno at

Re: spawn give a command time limit exceeded

2011-07-08 Thread Damien Robinet
Dear Jeroen, On the main.cf I've this two lines: grey0 = check_policy_service unix:private/dunnopl grey1 = check_policy_service inet:127.0.0.1:10023 I use it because the user can select wich greylist or not. I make a request into MySQL, if the user have enable postgrey, MySQL return grey1, if

Re: spawn give a command time limit exceeded

2011-07-08 Thread Jeroen Geilman
On 2011-07-08 18:30, Damien Robinet wrote: Dear Jeroen, On the main.cf I've this two lines: grey0 = check_policy_service unix:private/dunnopl grey0 = dunno grey1 = check_policy_service inet:127.0.0.1:10023 I use it because the user can select wich greylist or not. I make a request into

Re: spawn give a command time limit exceeded

2011-07-08 Thread Victor Duchovni
On Fri, Jul 08, 2011 at 06:33:31PM +0200, Jeroen Geilman wrote: On 2011-07-08 18:30, Damien Robinet wrote: Dear Jeroen, On the main.cf I've this two lines: grey0 = check_policy_service unix:private/dunnopl grey0 = dunno No, one can use: grey0 = check_client_access static:dunno

Iptables stopping smtp_bind_address from working properly

2011-07-08 Thread Jeffrey Starin
When I turn off the firewall (which I am loath to do) to my VPS I am able to use the command smtp_bind_address just fine. Otherwise, with firewall turned on, I am getting these time out errors in my maillog files: Jul 7 13:00:04 who postfix/pickup[36846]: 1F3274160009: uid=10003

Re: spawn give a command time limit exceeded

2011-07-08 Thread Jeroen Geilman
On 2011-07-08 20:30, Victor Duchovni wrote: On Fri, Jul 08, 2011 at 06:33:31PM +0200, Jeroen Geilman wrote: On 2011-07-08 18:30, Damien Robinet wrote: Dear Jeroen, On the main.cf I've this two lines: grey0 = check_policy_service unix:private/dunnopl grey0 = dunno No, one can use:

Re: Iptables stopping smtp_bind_address from working properly

2011-07-08 Thread Jeroen Geilman
On 2011-07-08 21:06, Jeffrey Starin wrote: When I turn off the firewall (which I am loath to do) to my VPS I am able to use the command smtp_bind_address just fine. Otherwise, with firewall turned on, I am getting these time out errors in my maillog files: Jul 7 13:00:34 who

Re: Iptables stopping smtp_bind_address from working properly

2011-07-08 Thread Jeffrey Starin
On 7/8/2011 4:21 PM, Jeroen Geilman wrote: On 2011-07-08 21:06, Jeffrey Starin wrote: When I turn off the firewall (which I am loath to do) to my VPS I am able to use the command smtp_bind_address just fine. Otherwise, with firewall turned on, I am getting these time out errors in my maillog

Re: Iptables stopping smtp_bind_address from working properly

2011-07-08 Thread Jeroen Geilman
On 2011-07-08 22:37, Jeffrey Starin wrote: On 7/8/2011 4:21 PM, Jeroen Geilman wrote: On 2011-07-08 21:06, Jeffrey Starin wrote: When I turn off the firewall (which I am loath to do) to my VPS I am able to use the command smtp_bind_address just fine. Otherwise, with firewall turned on, I am

Re: Iptables stopping smtp_bind_address from working properly

2011-07-08 Thread Jeffrey Starin
On 7/8/2011 4:39 PM, Jeroen Geilman wrote: On 2011-07-08 22:37, Jeffrey Starin wrote: On 7/8/2011 4:21 PM, Jeroen Geilman wrote: On 2011-07-08 21:06, Jeffrey Starin wrote: When I turn off the firewall (which I am loath to do) to my VPS I am able to use the command smtp_bind_address just fine.

Re: Iptables stopping smtp_bind_address from working properly

2011-07-08 Thread Jeroen Geilman
On 2011-07-08 22:43, Jeffrey Starin wrote: On 7/8/2011 4:39 PM, Jeroen Geilman wrote: On 2011-07-08 22:37, Jeffrey Starin wrote: On 7/8/2011 4:21 PM, Jeroen Geilman wrote: On 2011-07-08 21:06, Jeffrey Starin wrote: When I turn off the firewall (which I am loath to do) to my VPS I am able to

Re: Iptables stopping smtp_bind_address from working properly

2011-07-08 Thread Jeffrey Starin
On 7/8/2011 4:46 PM, Jeroen Geilman wrote: On 2011-07-08 22:43, Jeffrey Starin wrote: On 7/8/2011 4:39 PM, Jeroen Geilman wrote: On 2011-07-08 22:37, Jeffrey Starin wrote: On 7/8/2011 4:21 PM, Jeroen Geilman wrote: On 2011-07-08 21:06, Jeffrey Starin wrote: When I turn off the firewall

Re: Iptables stopping smtp_bind_address from working properly

2011-07-08 Thread Brian Evans - Postfix List
On 7/8/2011 4:43 PM, Jeffrey Starin wrote: On 7/8/2011 4:39 PM, Jeroen Geilman wrote: On 2011-07-08 22:37, Jeffrey Starin wrote: On 7/8/2011 4:21 PM, Jeroen Geilman wrote: On 2011-07-08 21:06, Jeffrey Starin wrote: When I turn off the firewall (which I am loath to do) to my VPS I am able to

Re: Iptables stopping smtp_bind_address from working properly

2011-07-08 Thread Jeffrey Starin
On 7/8/2011 4:51 PM, Brian Evans - Postfix List wrote: On 7/8/2011 4:43 PM, Jeffrey Starin wrote: On 7/8/2011 4:39 PM, Jeroen Geilman wrote: On 2011-07-08 22:37, Jeffrey Starin wrote: On 7/8/2011 4:21 PM, Jeroen Geilman wrote: On 2011-07-08 21:06, Jeffrey Starin wrote: When I turn off the

Re: Iptables stopping smtp_bind_address from working properly

2011-07-08 Thread lst_hoe02
Zitat von Jeffrey Starin jeffrey.sta...@gmail.com: On 7/8/2011 4:46 PM, Jeroen Geilman wrote: On 2011-07-08 22:43, Jeffrey Starin wrote: On 7/8/2011 4:39 PM, Jeroen Geilman wrote: On 2011-07-08 22:37, Jeffrey Starin wrote: On 7/8/2011 4:21 PM, Jeroen Geilman wrote: On 2011-07-08 21:06,

Re: Iptables stopping smtp_bind_address from working properly

2011-07-08 Thread Reindl Harald
Am 08.07.2011 22:56, schrieb Jeffrey Starin: Are you saying I need an explicit rule for that smtp_bind_address to 127.0.0.1 for port 10027? no you should fix your rules generally because it is a wonder that this machine works as expected - never heard that anybody limits the loopback-device

Re: Iptables stopping smtp_bind_address from working properly

2011-07-08 Thread Robert Felber
On Fri, Jul 08, 2011 at 04:37:58PM -0400, Jeffrey Starin wrote: On 7/8/2011 4:21 PM, Jeroen Geilman wrote: On 2011-07-08 21:06, Jeffrey Starin wrote: When I turn off the firewall (which I am loath to do) to my VPS I am able to use the command smtp_bind_address just fine. Otherwise,

Re: Iptables stopping smtp_bind_address from working properly

2011-07-08 Thread Ansgar Wiechers
On 2011-07-08 Jeffrey Starin wrote: When I turn off the firewall (which I am loath to do) to my VPS I am able to use the command smtp_bind_address just fine. Otherwise, with firewall turned on, I am getting these time out errors in my maillog files: Jul 7 13:00:04 who

Re: Iptables stopping smtp_bind_address from working properly

2011-07-08 Thread Jeffrey Starin
Okay. Got it. Thanks for the hollers. I will do what I can. On 7/8/2011 5:42 PM, Ansgar Wiechers wrote: On 2011-07-08 Jeffrey Starin wrote: When I turn off the firewall (which I am loath to do) to my VPS I am able to use the command smtp_bind_address just fine. Otherwise, with firewall