Cyrus not listenting to port 993?
Daniel R.
nospam at drlock.com
Wed Jan 5 13:07:17 EST 2005
I am trying to get IMAP over SSL to work and am running into a real puzzle.
Every time I try and connect to port 993 I get no response at all. It
seems that Cyrus master is not listening to port 993, even though it
says it is. It is listening on port 110 and 143 though.
The key parts of my config and log files are listed below.
Thank you for your help.
Daniel
Important part of /etc/cyrus.conf
SERVICES {
imap cmd="imapd" listen="imap" prefork=0
imaps cmd="imapd -s" listen="imaps" prefork=0
pop3 cmd="pop3d" listen="pop3" prefork=0
sieve cmd="timsieved" listen="sieve" prefork=0
lmtpunix cmd="lmtpd" listen="/var/lib/imap/socket/lmtp" prefork=0
}
My /etc/imapd.conf
configdirectory: /var/lib/imap
partition-default: /var/spool/imap
sievedir: /var/lib/sieve
admins: cyrus
allowanonymouslogin: no
autocreatequota: 10000
reject8bit: no
timeout: 30
poptimeout: 10
dracinterval: 0
drachost: localhost
#sasl_pwcheck_method: saslauthd
lmtp_overquota_perm_failure: no
quotawarn: 80
allowplainwithouttls: no
sasl_pwcheck_method: auxprop
# SEIVE setup
sendmail: /usr/sbin/sendmail
#
# if you want TLS, you have to generate certificates and keys
#
tls_cert_file: /var/lib/imap/CA/server.cert
tls_key_file: /var/lib/imap/CA/server.key
Important parts of my /etc/services
pop3 110/tcp # Post Office Protocol - Version 3
pop3 110/udp # Post Office Protocol - Version 3
imap 143/tcp imap2 # Internet Message Access Protocol
imap 143/udp imap2 # Internet Message Access Protocol
imaps 993/tcp # imap4 protocol over TLS/SSL
imaps 993/udp # imap4 protocol over TLS/SSL
pop3s 995/tcp # pop3 protocol over TLS/SSL (was spop3)
pop3s 995/udp # pop3 protocol over TLS/SSL (was spop3)
When I start the master, my log file says:
Jan 5 12:43:37 zeus master[20133]: SLPRegister
[service:imap://zeus.:143]
Jan 5 12:43:37 zeus master[20133]: Error registering service with
slp -20
Jan 5 12:43:37 zeus master[20133]: SLPRegister
[service:imaps://zeus.:993]
Jan 5 12:43:37 zeus master[20133]: Error registering service with
slp -20
Jan 5 12:43:37 zeus master[20133]: SLPRegister
[service:pop3://zeus.:110]
Jan 5 12:43:37 zeus master[20133]: Error registering service with
slp -20
Jan 5 12:43:37 zeus master[20133]: SLPRegister
[service:sieve://zeus.:2000]
Jan 5 12:43:37 zeus master[20133]: Error registering service with
slp -20
Jan 5 12:43:37 zeus master[20133]: ready for work
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
More information about the Info-cyrus
mailing list