I found the below in the archive, but I'm still having problem with ERROR: Connection dropped by imap-server.
http://www.squirrelmail.org/wiki/en_US/MailServerIMAPProblem I'm not able to telnet to port 143 and do the "a01 logout" and was wondering anyone has tips/hints to configure IMAPD. I'm installing cyrus imap via openpkg and have the proper entry in /etc/inetd.conf. I'm running Solaris 9 with OpenPKG 2.0. My cyrus.conf file... # more cyrus.conf ## ## /openpkg/etc/cyrus-imapd/cyrus.conf - Cyrus IMAP server configuration ## START { # do not delete this entry! recover cmd="/openpkg/bin/ctl_cyrusdb -r" # # this is only necessary if using idled for IMAP IDLE # idled cmd="idled" } SERVICES { # imap cmd="imapd" listen="localhost:imap" prefork=0 # imaps cmd="imapd -s" listen="localhost:imaps" prefork=0 # pop3 cmd="pop3d" listen="localhost:pop3" prefork=0 # pop3s cmd="pop3d -s" listen="localhost:pop3s" prefork=0 imap cmd="imapd" listen="192.168.2.3:imap" prefork=0 imaps cmd="imapd -s" listen="192.168.2.3:imaps" prefork=0 pop3 cmd="pop3d" listen="192.168.2.3:pop3" prefork=0 pop3s cmd="pop3d -s" listen="192.168.2.3:pop3s" prefork=0 # at least one LMTP is required for delivery # KEEP the unix socket name IN SYNC with imapd.conf # lmtp cmd="lmtpd" listen="localhost:lmtp" prefork=0 lmtp cmd="lmtpd" listen="192.168.2.3:lmtp" prefork=0 lmtpunix cmd="lmtpd" listen="/openpkg/var/imapd/socket/lmtp" prefork=0 # # useful if you need to give users remote access to sieve # sieve cmd="timsieved" listen="localhost:sieve" prefork=0 # # this one is needed for the notification services # notify cmd="notifyd" listen="/openpkg/var/imapd/socket/notify" prefork=1 p roto="udp" } EVENTS { # this is required checkpoint cmd="/openpkg/bin/ctl_cyrusdb -c" period=30 # this is only necessary if using duplicate delivery suppression delprune cmd="/openpkg/bin/ctl_deliver -E 3" period=1440 # this is only necessary if caching TLS sessions tlsprune cmd="/openpkg/bin/tls_prune" period=1440 } Thanks. - Mike [ In addition to www.sunfreeware.com more packages at ftp.patriots.net ] [ Furthermore, you can explore www.openpkg.org -- ease of management. ] ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
