Am 26.03.2012 15:57, schrieb Masegaloeh:
> Wow, it works...
> 
> Looks like, change main.cf paramater from
> smtpd_client_event_limit_exceptions =
> ${smtpd_client_connection_limit_exceptions:$mynetworks}
> to
> smtpd_client_event_limit_exceptions =
> make the anvil process appear in maillog (although I'm not sure why
> this thing happened :) )
> 
> Thank you very much for the hint :)

usually you do not want clients in $mynetworks be affacted from rate-limits
normally you should test smtpd from outside "mynetworks" because
there are many execptions for trusted hosts - at least this is why
mynetworks exists
____________________

smtpd_client_event_limit_exceptions (default: $mynetworks)

    Clients that are excluded from smtpd_client_*_count/rate_limit 
restrictions. See the mynetworks parameter
description for the parameter value syntax.

    By default, clients in trusted networks are excluded. Specify a list of 
network blocks, hostnames or .domain
names (the initial dot causes the domain to match any name below it).

    Note: IP version 6 address information must be specified inside [] in the 
smtpd_client_event_limit_exceptions
value, and in files specified with "/file/name". IP version 6 addresses contain 
the ":" character, and would
otherwise be confused with a "type:table" pattern.

    This feature is available in Postfix 2.2 and later.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to