HOW TO install a pop3s server
There are two basic options on Debian: courier-pop-ssl and dovecot; the first is older, I prefer the latter program.
% apt-get install dovecot-common dovecot-pop3dEdit configuration and choose:
% vi /etc/dovecot/dovecot.conf
protocols = pop3 pop3sDefault configuration avoids plain text passwords; to allow it (usually on POP3, i.e. on port 110), insert
disable_plaintext_auth = noinstead of default commented line:
#disable_plaintext_auth = yesDebian Sarge package does not come with logging; use, for instance:
log_path = /var/log/dovecot.logOn a windowzed POP3 client (like Outlook), do not select "Secure Password Authentication", unless you know what you are doing. On the "incoming mail (POP3)", select: "this server requires a secure connection (SSL)"; port selected should be 995 (means POP-3 over SSL).
info_log_path = /var/log/dovecot-info.log
Dozens HOW TOs, most of them for Debian distros:


0 Comments:
Enviar um comentário
<< Home