Justin, > Is this possible in amavis? > if I've got a couple of users set up in the user table i.e. > [EMAIL PROTECTED] > [EMAIL PROTECTED] > [EMAIL PROTECTED] > and a user called > @domain.com > and have a whitelisting entry linked to the @domain.com user will it also > effect the other users of that domain? I want to try and set a kind of > global but at a domain level whitelisting system so users can then over > rule it if necessary
Yes, it works as expected. The first match wins, which in case of hash and SQL lookups is: from specific to more general. With list lookup tables (ACL) it is up to you to specify more specific cases before the more general ones. See README.lookups. The only exception is @score_sender_maps as documented in RELEASE_NOTES and in amavisd.conf-sample, where all matching matching by-recipient lookups are summed. Mark ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
