> * telnet localhost imap
> * Trying 127.0.0.1...
> * Connected to localhost.localdomain (127.0.0.1).
> * Escape character is '^]'
> *
> * telnet> Connection closed.
>
> cyrus/bin/master got the connection and tried to
fire up imapd (to no avail)
> to handle IMAP-Protocol.
>
> Check your cyrus.conf:
>
> a. does it fire up the correct program upon
connects to "imap" servive port?
>
> b. does it give this very program the correct
config file (imapd.conf, where
> is it)?
>
cat /etc/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=5
imaps cmd="imapd -s" listen="imaps" prefork=1
# pop3 cmd="pop3d" listen="pop3" prefork=3
# pop3s cmd="pop3d -s" listen="pop3s" prefork=1
sieve cmd="timsieved" listen="sieve" prefork=0
# at least one LMTP is required for delivery
lmtp cmd="lmtpd" listen="lmtp" prefork=0
# lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=1
}
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
}
cat /etc/imapd.conf
configdirectory: /var/imap
partition-default: /var/spool/imap
admins: cyrus admin
sasl_pwcheck_method: passwd
allowanonymouslogin: no
umask: 027
timeout: 30
autocreatequota: 20
allowplaintext: yes
plaintextloginpause: 10
singleinstancestore: yes
sieveusehomedir: false
sievedir: /usr/local/sieve
sendmail: /usr/sbin/sendmail
postmaster: postmaster
sasl_pwcheck_method: sasldb
sasl_auto_transition: yes
lmtpsocket: /var/imap/socket/lmtp
idlesocket: /var/imap/socket/idle
notifysocket: /var/imap/socket/notify
What next??
Craig Skinner
--
Get your free email from www.linuxmail.org
Powered by Outblaze