LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 614|回复: 0

怎么完整配置imaps???

[复制链接]
发表于 2005-10-15 17:52:56 | 显示全部楼层 |阅读模式
我用的是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了么??
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表