On Thursday 06 May 2004 13:50, Jeff Potter wrote: > Ok, Courier-buffs, how do I disable starttls in esmtpd AND have EHLO > stop advertising starttls, without recompiling / installing / etc?
In /etc/courier/esmtpd find the "COURIERTLS" line and set it to "0". So COURIERTLS=0 Then restart courier. Now it won't advertise STARTTLS and won't use it if you try. If you want to disable SSL on a separate port you edit /etc/courier/esmtpd-ssl, find the "ESMTPDSSLSTART" line and set it to "NO". So: ESMTPDSSLSTART=NO Jeff Jansen ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
