On Monday 15 March 2004 17:40, Shaun T. Erickson wrote:
> Now that I have secure imap up and running, I want to stop listening on 
> the imap port. What's the correct way to do that? I was thinking of 
> setting IMAPDSTART=NO, but am concerned that the script wont get run at 
> all then, leaving important variables undefined that imapd-ssl expects ...

In /etc/courier/imapd set IMAPDSTART=NO.  In imapd-ssl set IMAPDSSLSTART=YES.  
Now imap-ssl will start but imap won't.  

Better yet, in imapd set IMAPDSTART=YES and IMAP_TLS_REQUIRED=1 and now imapd 
will start but it will require the client to immediate start a TLS session.  
It will not let them login until they STARTTLS.  So now clients that use SSL 
and clients that use TLS will both work but you know that all your 
connections are encrypted.

Jeff Jansen


-------------------------------------------------------
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
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to