[Cyrus 2.0.14-NAMESPACE-r2]
If I send master a SIGHUP (with no change to config files) I get:
master[9653]: got SIGHUP
master[9653]: unable to bind imap socket: Permission denied
cyrus.conf:
SERVICES {
imap cmd="imapd" listen="[127.0.0.1]:imap" prefork=0
imaps cmd="imapd -s" listen="imaps" prefork=0
lmtpunix cmd="lmtpd" listen="/local/cyrus/imap/socket/lmtp" prefork=0
}
imaps service continues working, but imap service disappears. Now if I change
config to:
SERVICES {
imap cmd="imapd" listen="imap" prefork=0
imaps cmd="imapd -s" listen="imaps" prefork=0
lmtpunix cmd="lmtpd" listen="/local/cyrus/imap/socket/lmtp" prefork=0
}
..and send master a SIGHUP, I don't get any problems. So it appears as if the
problem exists when a specific IP addr is gven to bind to but no problem with
INADDR_ANY. I don't recall this happening in 2.0.12 when I had a similar
setup.
--
Cillian