[Postfixbuch-users] amavis nur ausgehende eMail testen
Andreas Ernst
ae at ae-online.de
Fr Nov 14 10:43:12 CET 2003
Hi *,
ich habe amavisd-new (amavisd-new-20030616p5-23) erfolgreich
installiert, und er scanned alle eMail.
Jetzt möchte ich
a) nicht jede Domain scannen, lt. amavis doku mit:
/etc/amavisd.conf
# don't run spam check for these RECIPIENT domains:
@bypass_spam_checks_acl = qw( .dom.de .domain.de );
dies klappt jedoch leider nicht:
Nov 14 10:21:10 kelly amavis[20334]: (20334-05) Passed,
<xxxxxx at xxxxxx.de> -> <xxx at localhost.andreas-ernst.de>, Message-ID:
<OFA80E0303.5A0D6985-ONC1256DDE.003331AF at xxxxxx.de>, Hits: 0
Nov 14 10:21:10 kelly amavis[20334]: (20334-05) TIMING [total 569 ms] -
SMTP EHLO: 1 (0%), SMTP pre-MAIL: 0 (0%), SMTP pre-DATA-flush: 2 (0%),
SMTP DATA: 39 (7%), body hash: 0 (0%), mime_decode: 10 (2%),
get-file-type: 8 (1%), decompose_part: 1 (0%), parts: 0 (0%), AV-scan-1:
174 (31%), SA msg read: 2 (0%), SA parse: 1 (0%), SA check: 49 (9%),
fwd-connect: 14 (2%), fwd-mail-from: 71 (13%), fwd-rcpt-to: 2 (0%),
write-header: 3 (1%), fwd-data: 0 (0%), fwd-data-end: 187 (33%),
fwd-rundown: 1 (0%), unlink-1-files: 3 (1%), rundown: 0 (0%)
Was muß ich ändern?
(ich habe noch Kunden-Domains laufen, und die will ich (noch) nicht scannen)
b) wie verhindere ich, daß amavis ausgehende eMail scannt?
1. Möglichkeit:
# a practical application: don't check outgoing mail for spam:
#@bypass_spam_checks_acl = ( "." );
nur mit "." wird nicht mehr gescannt...
2. Möglichkeit (README.postfix):
| /etc/postfix/main.cf:
| smtpd_recipient_restrictions =
| check_recipient_access hash:/etc/postfix/recipient_access
| ...the usual stuff here...
| reject_unauth_destination
|
| /etc/postfix/recipient_access:
| my.domain FILTER foo:bar
eine check_recipient_access hash:/etc/postfix/recipient habe ich schon,
deshalb habe ich aus:
ae-online.de aeonline-restrictions #ich habe schon eine
restriction hierfür
ae-online.de FILTER smtp-amavis:[127.0.0.1]:10024 #2
gemacht, das wollte postfix aber nicht ...
auch
ae-online.de aeonline-restrictions, FILTER
smtp-amavis:[127.0.0.1]:10024
wollte postfix nicht....oder muß ich 2 Restrictions machen:
[...]
check_recipient_access hash:/etc/postfix/recipient
check_recipient_access hash:/etc/postfix/recipient_access
[...]
Was muß ich ändern?
Vielen Dank.
Grüße
Andreas
Mehr Informationen über die Mailingliste Postfixbuch-users