postfix desabilitar notificações de erro smtpd

3

Como posso desabilitar as notificações de erro do postfix smtpd? Aqui estão os cabeçalhos das mensagens:

From - Wed Oct 24 20:16:05 2012                                                                                
Return-Path: <[email protected]>
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: [email protected] (Mail Delivery System)
To: [email protected] (Postmaster)
Subject: ESMTP daemon SMTP server: errors from 130-12.104-92.cust.bluewin.ch[92.104.12.130]
Message-Id: <[email protected]>

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
    
por Guntis 24.10.2012 / 19:35

1 resposta

4

parece que encontrei resposta aqui : Eu removi protocol da diretiva notify_classes

protocolo

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).
    
por 24.10.2012 / 19:44

Tags