首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >禁用smtpd错误通知

禁用smtpd错误通知
EN

Server Fault用户
提问于 2012-10-24 17:35:20
回答 1查看 3.1K关注 0票数 3

如何禁用后缀smtpd错误通知?以下是消息头:

代码语言:javascript
复制
From - Wed Oct 24 20:16:05 2012                                                                                
Return-Path: <double-bounce@example.com>
Received: from mnl-latvia.lv ([unix socket])
     by localhost (Cyrus v2.x.xxx-Debian-2.x.xx-xxxx) with LMTPA;
     Wed, 24 Oct 2012 18:45:44 +0300
X-Sieve: CMU Sieve 2.xxx
Received: by example.com (ESMTP daemon)
    id D9F5315F5A8; Wed, 24 Oct 2012 18:45:44 +0300 (EEST)
Date: Wed, 24 Oct 2012 18:45:44 +0300 (EEST)
From: MAILER-DAEMON@example.com (Mail Delivery System)
To: postmaster@example.com (Postmaster)
Subject: ESMTP daemon SMTP server: errors from 130-12.104-92.cust.bluewin.ch[92.104.12.130]
Message-Id: <20121024154544.D9F5315F5A8@example.com>

Transcript of session follows.

 Out: 220 mnl-latvia.lv ESMTP daemon ready
 In:  EHLO
 Out: 501 Syntax: EHLO hostname
 In:  HELO
 Out: 501 Syntax: HELO hostname
 In:  QUIT
 Out: 221 2.0.0 Bye
EN

回答 1

Server Fault用户

回答已采纳

发布于 2012-10-24 17:44:16

看来我找到了答案这里:我从notify_classes指令中删除了protocol

协议

代码语言:javascript
复制
Send the postmaster a transcript of the SMTP session in case of client or server protocol errors. The notification is sent to the address specified with the error_notice_recipient configuration parameter (default: postmaster).
票数 3
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/441920

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档