I have seen this quite a bit, and I have found that it is usually one of two
things.
1. imapd.conf is not correct
2. It could not find my shared libraries. On solaris, I have created an rc
script that will set the LD_LIBRARY_PATH before it starts.
Greg
On Tue, Jul 24, 2001 at 05:05:19PM +0200, Philippe Balse wrote:
> Hello,
>
> I compiled cyrus-imapd 2.0.15, and after many efforts, can't success
> in getting an answer/banner from the IMAP server:
>
> % imtest -m login -u cyrus -p imap localhost
> C: C01 CAPABILITY
>
> ... and nothing more.
>
> Same with:
>
> % telnet localhost imap
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> ...
>
>
> As master starts, I see in imapd.log (whole log in attachment) the line:
>
> Jul 24 16:37:45 myhost master[24634]: process 24637 exited, signaled to death by 11
>
> I previously looked in archive.info-cyrus before sending this message, and
> didn't see any solution.
> Same trouble with today CVS version.
> So, if anyone has any clue(s) ...
>
>
> Regards,
>
>
>
> Here is our configuration:
>
> cyrus-imapd-2.0.15
> cyrus-sasl-1.5.24
> Redhat 6.2 with 2.2.18 kernel
>
Content-Description: imapd.conf
> configdirectory: /var/imap
> partition-default: /var/spool/imap
> admins: cyrus root
> allowanonymouslogin: no
> #sasl_passwd_check: passwd
> sasl_pwcheck_method: sasldb
Content-Description: cyrus.conf
> # standard standalone server implementation
>
> START {
> # do not delete these entries!
> mboxlist cmd="ctl_mboxlist -r"
> deliver cmd="ctl_deliver -r"
>
> # this is only necessary if using idled for IMAP IDLE
> # idled cmd="idled"
> }
>
> # UNIX sockets start with a slash and are put into /var/imap/sockets
> SERVICES {
> # add or remove based on preferences
> imap cmd="imapd" listen="imap" prefork=1
> pop3 cmd="pop3d" listen="pop3" prefork=1
>
> # LMTP is required for delivery
> lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=0
> }
>
> EVENTS {
> # this is required
> checkpoint cmd="ctl_mboxlist -c" period=30
>
> # this is only necessary if using duplicate delivery suppression
> #delprune cmd="ctl_deliver -E 3" period=1440
> }
Content-Description: log
> Jul 24 16:37:41 myhost master[24589]: exiting on SIGTERM
> Jul 24 16:37:44 myhost master[24634]: process started
> Jul 24 16:37:44 myhost master[24635]: set maximum file descriptors to 256/256
> Jul 24 16:37:44 myhost master[24635]: about to exec /usr/local/cyrus/bin/ctl_mboxlist
> Jul 24 16:37:44 myhost ctl_mboxlist[24635]: running mboxlist recovery
> Jul 24 16:37:45 myhost master[24634]: process 24635 exited, signaled to death by 11
> Jul 24 16:37:45 myhost master[24636]: set maximum file descriptors to 256/256
> Jul 24 16:37:45 myhost master[24636]: about to exec /usr/local/cyrus/bin/ctl_deliver
> Jul 24 16:37:45 myhost master[24634]: add: service imap (imapd, imap/tcp, 1, -1)
> Jul 24 16:37:45 myhost master[24634]: add: service pop3 (pop3d, pop3/tcp, 1, -1)
> Jul 24 16:37:45 myhost master[24634]: add: service lmtpunix (lmtpd,
>/var/imap/socket/lmtp/tcp, 0, -1)
> Jul 24 16:37:45 myhost master[24634]: init: service imap socket 9 pipe 10 11
> Jul 24 16:37:45 myhost master[24634]: init: service pop3 socket 12 pipe 13 14
> Jul 24 16:37:45 myhost master[24634]: init: service lmtpunix socket 15 pipe 16 17
> Jul 24 16:37:45 myhost master[24634]: ready for work
> Jul 24 16:37:45 myhost master[24637]: set maximum file descriptors to 256/256
> Jul 24 16:37:45 myhost master[24637]: about to exec /usr/local/cyrus/bin/ctl_mboxlist
> Jul 24 16:37:45 myhost ctl_mboxlist[24637]: checkpointing mboxlist
> Jul 24 16:37:45 myhost master[24634]: process 24637 exited, signaled to death by 11
> Jul 24 16:37:45 myhost master[24634]: listening for messages from imap
> Jul 24 16:37:45 myhost master[24634]: listening for messages from pop3
> Jul 24 16:37:45 myhost master[24634]: listening for messages from lmtpunix
> Jul 24 16:37:45 myhost master[24634]: listening for connections for lmtpunix
> Jul 24 16:37:45 myhost master[24638]: set maximum file descriptors to 256/256
> Jul 24 16:37:45 myhost master[24638]: about to exec /usr/local/cyrus/bin/imapd
> Jul 24 16:37:45 myhost master[24639]: set maximum file descriptors to 256/256
> Jul 24 16:37:45 myhost master[24639]: about to exec /usr/local/cyrus/bin/pop3d
> Jul 24 16:37:45 myhost service-pop3[24639]: executed
> Jul 24 16:37:45 myhost service-imap[24638]: executed
> Jul 24 16:37:45 myhost master[24634]: process 24639 exited, signaled to death by 11
> Jul 24 16:37:45 myhost master[24634]: listening for messages from imap
> Jul 24 16:37:45 myhost master[24634]: listening for messages from pop3
> Jul 24 16:37:45 myhost master[24634]: listening for messages from lmtpunix
> Jul 24 16:37:45 myhost master[24634]: listening for connections for lmtpunix
> Jul 24 16:37:45 myhost master[24634]: process 24638 exited, signaled to death by 11
> Jul 24 16:37:45 myhost master[24634]: listening for messages from imap
> Jul 24 16:37:45 myhost master[24634]: listening for messages from pop3
> Jul 24 16:37:45 myhost master[24634]: listening for messages from lmtpunix
> Jul 24 16:37:45 myhost master[24634]: listening for connections for lmtpunix
>
> --
> Philippe Balse E-mail: [EMAIL PROTECTED]
> Inria Sophia Antipolis
> 2004, Route des Lucioles - BP 93 Tel: +33 4 92 38 79 34
> 06902 Sophia Antipolis Cedex Fax: +33 4 92 38 76 02