iRedMail将指定域名清除出灰名单方法
清除命令
python3 /opt/iredapd/tools/greylisting_admin.py --disable --from '@xtyenergy.com'
关闭全局灰名单命令
python3 /opt/iredapd/tools/greylisting_admin.py --disable --from '@.'
全局黑名单若无效,则使用如下方法:
编辑 /opt/iredapd/settings.py 配置文件,将其中 plugins 默认启用的 greylisting 模块给删除,如
plugins = ['reject_null_sender', 'amavisd_wblist', 'throttle', 'reject_sender_login_mismatch']
或者添加白名单:
python spf_to_greylist_whitelists.py outlook.com microsoft.com 126.com 163.com qq.com foxmail.com
参考:https://www.cnblogs.com/maybreath/p/14966598.html
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。