i want a certain domain (eg datalogica.com) using my mailgw could send zipped
attaches with password and containing .exe files
i searched docs
http://www.ijs.si/software/amavisd/amavisd-new-docs.html#wblist
and i find that to whitelist a domain i should add it to this lookup list:
@whitelist_sender_maps
i dunno in which files of that under /etc/amavis/conf.d; i tried to add it to:
50-user
# See /usr/share/doc/amavisd-new/ for documentation and examples of
# the directives you can use in this file
#
@whitelist_sender_maps = (['.datalogica.com']);
with no success
i tried 20-debian_defaults
after:
# read_hash("/var/amavis/sender_scores_sitewide"),
{ # a hash-type lookup table (associative array)
'[EMAIL PROTECTED]' => -3.0,
'[EMAIL PROTECTED]' => -3.0,
[..]
'.datalogica.com' => -100.0,
with no success
any help will be apreciated :)
-- maurizio
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
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/