[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
