|
|
我用的是dovecot
# Protocols we want to be serving:
# imap imaps pop3 pop3s
protocols = imap pop3 imaps
# PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
# dropping root privileges, so keep the key file unreadable by anyone but
# root. Included doc/mkcert.sh can be used to easily generate self-signed
# certificate, just make sure to update the domains in dovecot-openssl.cnf
ssl_cert_file = /usr/share/ssl/certs/dovecot.pem
ssl_key_file = /usr/share/ssl/private/dovecot.pem
# IP or host address where to listen in for SSL connections. Defaults
# to above non-SSL equilevants if not specified.
imaps_listen = 0.0.0.0
#pop3s_listen =
是这样就算拥有SSL机制的imap了么?? |
|