Am Mo, 18.06.12 um 13:55:21 Uhr 
schrieb Margrit Lottmann <[email protected]>:

> Vielen Dank denen, die mir bei den
>     too many errors
> geholfen haben...
> 
> Ich moechte unseren Listendurchsatz optimieren:
> 
> Was mache ich bisher:
> 
> main.cf:
> ::::::::
> 
> content_filter = pmx:[127.0.0.1]:10025

ich habe folgendes am start:

smtpd_data_restrictions =      permit_sasl_authenticated,
                               permit_mynetworks,
                               check_recipient_access 
pcre:/etc/postfix/recipients.noamavis,
                               check_client_access 
cidr:/etc/postfix/check_client_access.cidr,

In der check_client_access.cidr dann pro source IP:
... OK
... OK
127.0.0.1 OK

#amavis/dspam deaktiveren:
#0.0.0.0/0    OK

# A catch-all for the rest
0.0.0.0/0    FILTER smtp-amavis:[127.0.0.1]:10024


Via recipients.noamavis kann ich dann noch sowas machen:

/^abuse@(.*)$/ OK
/^postmaster@(.*)$/ OK
/^(.*)$/ DUNNO

das gibt nochmal flexibilität ;)



Grüße,
  Florian


PS: Irgendwann hab ich mein claws und die python scripte zum absender setzen 
bestimmt mal im Griff - sorry!
_______________________________________________
postfix-users mailing list
[email protected]
http://de.postfix.org/cgi-bin/mailman/listinfo/postfix-users

Antwort per Email an