加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Linux > 正文

linux – 如何在postfix中禁用“发件人未送达通知”?

发布时间:2020-12-13 18:00:22 所属栏目:Linux 来源:网络整理
导读:我希望postfix停止向我的本地帐户发送未送达通知,这是我日志中的示例 17:47:08 A727B62C6F61: message-id=20121124174708.A727B62C6F61@mail.***********17:47:08 F151362C6F5F: sender non-delivery notification: A727B62C6F6117:47:08 A727B62C6F61: from
我希望postfix停止向我的本地帐户发送未送达通知,这是我日志中的示例
17:47:08  A727B62C6F61: message-id=<20121124174708.A727B62C6F61@mail.***********>
17:47:08  F151362C6F5F: sender non-delivery notification: A727B62C6F61
17:47:08  A727B62C6F61: from=<>,size=4676,nrcpt=1 (queue active)
17:47:08  F151362C6F5F: removed
17:47:08  warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
17:47:08  A727B62C6F61: to=<**********>,relay=local,delay=0.01,delays=0/0.01/0/0,...

如何在main.cf中配置它?

解决方法

答案:

master.cf

bounce    unix  -       -       n       -       0       bounce

应改为:

master.cf

bounce    unix  -       -       n       -       0       discard

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读