我需要帮助是启用 SMTPS。我使用 postfix , dovecot 和 MySQL(虚拟域)。我不知道如何启用 SMTPS(465)。我已经在“/etc/postfix/main.cf”中添加了与 tls 相关的设置和密钥和证书
操作系统:Centos 6.4 64 位
请将我的 /etc/postfix/master.cf 文件放在这里
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - n - - smtpd
-o content_filter=smtp-amavis:127.0.0.1:10024
-o receive_override_options=no_address_mappings
pickup fifo n - n 60 1 pickup
-o content_filter=
-o receive_override_options=no_header_body_checks
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
#qmgr fifo …Run Code Online (Sandbox Code Playgroud)