Hello world, following amavisd-new's documentation on enabling DKIM signing, I've created a policy bank for Mailman mailing list traffic:
$policy_bank{'POSTQ-MAILMAN'} = { originating => 1, forward_method => 'smtp:127.0.0.1:10027', smtpd_discard_ehlo_keywords => ['8BITMIME'], mynetworks_maps => [], ... } If I connect to the TCP port providing this policy bank and issue a "XFORWARD" command, amavisd-new loads the MYNETS policy bank on top of the one I defined. Since recently, @client_ipaddr_policy was introduced, does that mean I have to add a line like client_ipaddr_policy => [], to the above policy bank definition? If yes, is there any chance this might be added to the documentation? Cheers Stefan ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/