Dennis Putnam:
> Hi Ralf,
> 
> Thanks for the reply
> 
> Here is the text of the sequence of errors:
> 
> Dec 29 08:26:41 xserveeml postfix/tlsmgr[64439]: fatal: poll: Unknown error: 0
> Dec 29 08:26:42 xserveeml postfix/master[64050]: warning: process 
> /usr/libexec/postfix/tlsmgr pid 64439 exit status 1
> Dec 29 08:26:42 xserveeml postfix/master[64050]: warning: 
> /usr/libexec/postfix/tlsmgr: bad command startup -- throttling
> 
> The only way I found which statement was doing it, was to comment/uncomment 
> each TLS parameter one at a time reloading postfix.

Apparently, your system's poll() implementation returns -1 with
errno==0 when applied to /dev/urandom.

Maybe you have "security" software turned on such as SeLinux,
Apparmor, or other that interferes with legitimate system calls.
I don't support such configurations.

Otherwise, consider upgrading to a less buggy kernel.

        Wietse

Reply via email to