Olá pessoal!

Estou com um problema que eu não sei mais como resolver.
Coloquei alguns bloqueios na lista e quando rodo o comando postmap
header_checks, retorna o seguinte erro:

zeus::root postfix [1102] postmap header_checks
postmap: warning: header_checks, line 19: record is in "key: value" format;
is this an alias file?
postmap: warning: header_checks, line 29: record is in "key: value" format;
is this an alias file?
postmap: warning: header_checks, line 30: record is in "key: value" format;
is this an alias file?
postmap: warning: header_checks.db: duplicate entry: "/^received:"
postmap: warning: header_checks, line 31: record is in "key: value" format;
is this an alias file?
postmap: warning: header_checks, line 32: record is in "key: value" format;
is this an alias file?
postmap: warning: header_checks.db: duplicate entry: "/^reply-to:"
postmap: warning: header_checks, line 33: record is in "key: value" format;
is this an alias file?
postmap: warning: header_checks.db: duplicate entry: "/^reply-to:"
postmap: warning: header_checks, line 34: record is in "key: value" format;
is this an alias file?
postmap: warning: header_checks, line 36: record is in "key: value" format;
is this an alias file?
postmap: warning: header_checks.db: duplicate entry: "/^from:"
postmap: warning: header_checks, line 45: record is in "key: value" format;
is this an alias file?

Eis o meu header_checks:
#
# $Id: header_checks,v 1.4 2007/09/07 23:14:03 $
#
# Neste arquivo ficam os regular expressions (PCRE) de verificação de
headers
#

#  Bloqueio por anexo perigoso (virus, etc)
/^(\t|Content-(Type|Disposition):.*)name="?.*\.(asp|acm|acv|bat|chm|cla|cmd|com|cpl|crt|dll|dot|exe|hlp|hta|inf|ins|isp|js|jse|lnk|msc|msi|msp|ocx|pif|reg|scr|sct|shb|shs|sys|vbe|vbs|wsc|wsf|wsh|xlt)"?(;|$)/
        REJECT Dangerous attachment detected, rejecting message
#  Idéias copiadas do amavis
/^(\t|Content-(Type|Disposition):.*)name="?.*\.(ade|adp|bas|mdb|mde|pcd|vb)"?(;|$)/
            REJECT Dangerous attachment detected, rejecting message

# Lista compilada de http://antivirus.about.com/library/weekly/aa082901d.htm
#
acm|acv|bat|chm|cla|cmd|com|cpl|crt|dll|dot|exe|hlp|hta|inf|ins|isp|js|jse|lnk|msc|msg|msi|msp|ocx|pif|reg|scr|sct|shb|shs|sys|vbe|vbs|wsc|wsf|wsh|xlt
# Removidos da lista, por decisao unanime
#eml|doc|htm|html|ppt|xls|msg

/^From:.*do-not-reply/                          REJECT
/^X-Keywords: NonJunk/                          451 Internal error ACME01
/TmpStr/                                        451 Internal error ACME02
/^Received:.*dsl\.telesp\.net\.br/              451 Internal error ACME03

# Presumed exploit for http://www.cert.org/advisories/CA-2003-07.html
/<><><><><><>/ REJECT possible CA-2003-07 sendmail buffer overflow exploit


#  Alguma ideias da Embratel:

/^Received: from (?:webstation |EmailProspector|marketing|ECONOSHOP )/
   REJECT
/^Received: from (?:mega\.tk
|TmpStr\W|joe\.great-jokes|1\.1\.1\.1|Servidor-B)/         REJECT
/^Reply-To:
(?:websucesso|querosairja|netlist.*|neuroclin|magdadivulga|consult.*)@
ieg.com.br/           REJECT
/^Reply-To:
(?:globalmailnet|bigamig.*|sonspassa.*|retire.*|remov.*|venda.*|radarvt.*)@
ieg.com.br/              REJECT
/^Reply-To:
(?:casinodojose.*|luanapinh.*|pedra.*|sptechno.*|callplus*|mordomo.*)@
ieg.com.br/           REJECT
/^From: .*Joke-of-the-Day!/
REJECT
/^From: .*(?:Lojas Virtuais|divulga.com|Condominio Brasil)/
REJECT
##/^From:.*(?:naoresponda|noreply|stc-brasil|budde.com.au)/
REJECT
/^From:.*[email protected]/
 REJECT
/^From:.*@noreturn.com/
REJECT
/^Subject:.We know about the problemWe know about the problem/
 REJECT
/Received:.verticalresponse.com/
 REJECT
/Received:.natural-saude.netnatural-saude.net/
 REJECT
##/Received:.locaweb.com.br/
 REJECT
#/^Subject:.*V*AGRA/
 REJECT
##/^Subject: Get a tight package today/
REJECT
/^Subject: .*Atualiza.* Santander.*/
 REJECT Bank
/^Subject:.*Hi/|*hi/|*Kate/
REJECT FILTRO

Obrigado!
---
Josevan Gondim
Tel.: 0*21 7830-5960 - ID 8*19064
MSN/Gtalk: [email protected]
http://twitter.com/josevanrj
_______________________________________________
Postfix-BR mailing list
[email protected]
http://listas.softwarelivre.org/mailman/listinfo/postfix-br

Responder a