EMOS 如何停止反病毒和防垃圾邮件功能
1、修改main.cf配置文件,紅色部分為需要注釋的部分
vim /etc/postfix/main.cf
# smtpd related config
smtpd_recipient_restrictions =
? ? ? ?permit_mynetworks,
? ? ? ?permit_sasl_authenticated,
? ? ? ?reject_non_fqdn_hostname,
? ? ? ?reject_non_fqdn_sender,
? ? ? ?reject_non_fqdn_recipient,
? ? ? ?reject_unauth_destination,
? ? ? ?reject_unauth_pipelining,
? ? ? ?reject_invalid_hostname#
#check_policy_service inet:127.0.0.1:10030
#header_checks = regexp:/etc/postfix/dspam_header_checks
# Content-Filter
#content_filter = smtp-amavis:[127.0.0.1]:10024
#receive_override_options = no_address_mappings
?
2、修改master.cf配置文件,紅色部分為需要注釋的部分
vim /etc/postfix/master.cf
#
# DSPAM training settings
#
#retrain unix ? ?- ? ? ? n ? ? ? n ? ? ? - ? ? ? - ? ? ? pipe
# ?flags=Rhq user=dspam argv=/usr/bin/dspam --client --mode=teft --class=$nexthop #--source=corpus --user extmail --deliver=spam,innocent
?
#spamtrap unix ? - ? ? ? n ? ? ? n ? ? ? - ? ? ? - ? ? ? pipe
# ?flags=Rhq user=dspam argv=/usr/bin/dspam --client --mode=teft --class=spam #--source=inoculation --user extmail
?
#smtp-amavis unix ? ?- ? ?- ? ?n ? ?- ? ?3 ? ?smtp
# ? ?-o smtp_data_done_timeout=1200
# ? ?-o smtp_send_xforward_command=yes
# ? ?-o disable_dns_lookups=yes
# ? ?-o max_use=10
轉載于:https://blog.51cto.com/bristol/1552831
總結
以上是生活随笔為你收集整理的EMOS 如何停止反病毒和防垃圾邮件功能的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Android 自定义车牌键盘
- 下一篇: 异步调用与多线程