Zitat von Wietse Venema <[email protected]>:
[email protected]:Zitat von Wietse Venema <[email protected]>: > [email protected]: >> fslnx.hq.kwsoft.de[10.1.70.1] >> Jan 17 12:05:44 hpux2 postfix/postscreen[16003]: fatal: watchdog timeout >> Jan 17 12:05:45 hpux2 postfix/master[15998]: warning: process >> /usr/libexec/postfix/postscreen pid 16003 exit status 1 > > Looks like the same problem as Solaris. > > Add: > > # define USE_WATCHDOG_PIPE > > To the section enclosed with: > > #ifdef HPUX11 > .. > #endif > > Or compile with > > make makefile CCARGS="-DUSE_WATCHDOG_PIPE ..." ... > > Wietse I will try the second and report if it fixes the watchdog.By the way, the file src/util/watchdog.c is missing one line: #include <errno.h> On some systems the compiler would complain. Wietse
Yes, the compiler from HPUX does.... With both changes it looks ok now (first blacklisted, second whitelisted):Jan 17 16:28:23 hpux2 postfix/master[28899]: daemon started -- version 2.8.0-RC1, configuration /etc/postfix Jan 17 16:28:33 hpux2 postfix/postscreen[28903]: CONNECT from [10.1.70.1]:48111 Jan 17 16:28:33 hpux2 postfix/postscreen[28903]: entering STRESS mode with 1 connections
Jan 17 16:28:33 hpux2 postfix/postscreen[28903]: BLACKLISTED [10.1.70.1]:48111 Jan 17 16:28:33 hpux2 postfix/postscreen[28903]: PASS OLD [10.1.70.1]:48111Jan 17 16:28:33 hpux2 postfix/postscreen[28903]: leaving STRESS mode with 0 connections Jan 17 16:28:33 hpux2 postfix/smtpd[28904]: connect from fslnx.hq.kwsoft.de[10.1.70.1] Jan 17 16:28:33 hpux2 postfix/smtpd[28904]: setting up TLS connection from fslnx.hq.kwsoft.de[10.1.70.1] Jan 17 16:28:33 hpux2 postfix/smtpd[28904]: Anonymous TLS connection established from fslnx.hq.kwsoft.de[10.1.70.1]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits) Jan 17 16:28:41 hpux2 postfix/smtpd[28904]: disconnect from fslnx.hq.kwsoft.de[10.1.70.1] Jan 17 16:29:33 hpux2 postfix/postfix-script[28971]: refreshing the Postfix mail system Jan 17 16:29:40 hpux2 postfix/postscreen[28903]: CONNECT from [10.1.70.1]:39463 Jan 17 16:29:40 hpux2 postfix/postscreen[28903]: entering STRESS mode with 1 connections
Jan 17 16:29:40 hpux2 postfix/postscreen[28903]: BLACKLISTED [10.1.70.1]:39463Jan 17 16:29:40 hpux2 postfix/master[28899]: reload -- version 2.8.0-RC1, configuration /etc/postfix Jan 17 16:29:40 hpux2 postfix/anvil[28906]: statistics: max connection rate 1/60s for (smtpd:10.1.70.1) at Jan 17 16:28:33 Jan 17 16:29:40 hpux2 postfix/anvil[28906]: statistics: max connection count 1 for (smtpd:10.1.70.1) at Jan 17 16:28:33 Jan 17 16:29:40 hpux2 postfix/anvil[28906]: statistics: max cache size 1 at Jan 17 16:28:33
Jan 17 16:29:40 hpux2 postfix/postscreen[28903]: PASS OLD [10.1.70.1]:39463Jan 17 16:29:40 hpux2 postfix/postscreen[28981]: leaving STRESS mode with 0 connections Jan 17 16:29:40 hpux2 postfix/smtpd[28980]: connect from fslnx.hq.kwsoft.de[10.1.70.1] Jan 17 16:29:40 hpux2 postfix/smtpd[28980]: setting up TLS connection from fslnx.hq.kwsoft.de[10.1.70.1] Jan 17 16:29:40 hpux2 postfix/smtpd[28980]: Anonymous TLS connection established from fslnx.hq.kwsoft.de[10.1.70.1]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits) Jan 17 16:29:46 hpux2 postfix/smtpd[28980]: disconnect from fslnx.hq.kwsoft.de[10.1.70.1]
Regards Andreas
smime.p7s
Description: S/MIME Cryptographic Signature
