Adicionando o BCC ao Postfix header_checks dentro do Zimbra não funciona

1

Eu me pergunto se você por favor me dê uma mão aqui:

Estamos implementando uma regra header_checks em nosso Zimbra MTA para BCC os e-mails de todos os usuários para sua própria caixa de correio de arquivo morto automaticamente. O seguinte é a regra:

/^From:(.*)<(.*)@domain.com>(.*)/ BCC [email protected]

Depois de enviar um e-mail, recebo a seguinte mensagem de erro:

Oct  5 22:33:33 mta1 postfix/cleanup[21994]: warning: unknown command in header_checks map: BCC [email protected]

Eu executei manualmente um postmap -q para verificar a regra e tudo corre bem:

[zimbra@mta1 ~]$ postmap -q 'From: FistName LastName <[email protected]>' pcre:/opt/zimbra/conf/custom_header_checks
BCC [email protected]

Eu tentei várias maneiras, mas sem sorte ... Isso é apenas postfix regex, nada relacionado ao próprio Zimbra, eu acho ...

Zimbra 8.6 com mail_version 2.11.1

    
por egmweb 06.10.2017 / 04:47

1 resposta

2

Meus manuais, deixe-me mostrar-lhes:

BCC user@domain

Add the specified address as a BCC recipient, and inspect the next input line. The address must have a local part and domain part. The number of BCC addresses that can be added is limited only by the amount of available storage space.

Note 1: the BCC address is added as if it was specified with NOTIFY=NONE. The sender will not be notified when the BCC address is undeliverable, as long as all down-stream software implements RFC 3461.

Note 2: this ignores duplicate addresses (with the same delivery status notification options).

This feature is available in Postfix 3.0 and later.

(ênfase adicionada)

    
por 06.10.2017 / 05:34

Tags