Hi.
'till now, I only start the -SSL versions of courier imapd and pop3d, so users
have to turn on SSL to be able to connect.
The IMAPd has a setting
IMAP_TLS_REQUIRED=1
to force TLS. With this option set in the non-SSL imapd, there's still no
possibility to log in without encryption.
In the pop3d, I did not find such a setting.
Some web-discussions mentioned POP3_TLS_REQUIRED=1 but that one has no effect
for me.
Settings the capablities to "" for non-TLS does not disable the simple "USER"
command in POP3.
cu, Bernd