默认Postfix配置文件为:
/etc/postfix/main.cf
注:重启Postfix,配置文件生效。
修改配置文件,在末尾添加:
smtp_tls_security_level = may
重启Postfix:
[root@localhost postfix]# service postfix restart
Shutting down postfix: [ OK ]
Starting postfix: [ OK ]
默认Postfix配置文件为:
/etc/postfix/main.cf
注:重启Postfix,配置文件生效。
修改配置文件,在末尾添加:
smtp_tls_security_level = may
重启Postfix:
[root@localhost postfix]# service postfix restart
Shutting down postfix: [ OK ]
Starting postfix: [ OK ]
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。