One last thing for now...
Your /etc/cyrus.conf contains the following lines?
| Code: |
....
# UNIX sockets start with a slash and are put into /openpkg/var/imapd/sockets
SERVICES {
# Sieve
sieve cmd="timsieved" listen="127.0.0.1:2000" prefork=0
# LMTP is required for delivery
lmtpunix cmd="lmtpd" listen="/var/lib/imap/socket/lmtp" prefork=0
lmtp cmd="lmtpd -a" listen="127.0.0.1:2003"
# POP/IMAP
pop3 cmd="pop3d" listen="110" prefork=0
imap cmd="imapd" listen="143" prefork=3
}
....
|
mind the wraps...
and the directory /var/lib/imap/socket/lmtp has the following permissions...
| Code: |
[root@georgina ~]# ls -lad /var/lib/imap/socket/lmtp
srwxrwxrwx 1 root root 0 Mar 15 12:42 /var/lib/imap/socket/lmtp
[root@georgina ~]#
|