Hi,

I spend some time trying to setup courier-imap with ssl support. All
connections to the specified port (993) were refused.

Now with a simple netstat -p -l ,I figured that the process didn't bind
to the requested port, but instead to the (obsolete) imap4/ssl port 585.

> netstat -p -l

Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address        
State       PID/Program name   
tcp        0      0 mail.sintluca:imap4-ssl *:*                 
LISTEN      4812/couriertcpd    

> ps awwx | grep 4812

4812 ?        S      0:00 /usr/lib/courier-imap/libexec/couriertcpd
-address=193.75.136.13
-stderrlogger=/usr/lib/courier-imap/libexec/logger
-stderrloggername=imapd-ssl -maxprocs=40 -maxperip=20
-pid=/var/run/imapd-ssl.pid -nodnslookup -noidentlookup
193.75.136.13.993 /usr/lib/courier-imap/bin/couriertls -server -tcpd
/usr/lib/courier-imap/sbin/imaplogin
/usr/lib/courier-imap/libexec/authlib/authdaemon
/usr/lib/courier-imap/bin/imapd Maildir

I tried to change the address / port to params to different settings but
I can't get couriertcpd to bind to the requested port (993).

Can someone verify that this is indeed a bug, or is it my mistake?

Thanks,

Lieven


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to