I notice that I have two problems with Amavisd-new scanning messages for Postfix. I would like to resolve both but looking at the parameters, I am not sure which one parameter in "/etc/amavis/conf.d/20-debian_defaults" is causing this behavior. I apologize for my ignorance but I searched the forums and Amavisd-new support documents and could not find my answer.
When someone sends a message that is blocked / quarantined for banned contents or viruses, I would like to get notification sent to postmast...@$mydomain however I do not want notification sent to the sender that their message was not delivered based on whatever reason. Right now I am getting admin notifications but so are the senders. How can I stop notifications to the sender that their incoming message was not relayed to it's destination? Second issue is when the sender receives a notification that their message was rejected, the message is sent from <postmas...@mail.iamghost.com> rather than just <postmas...@iamghost.com>. I guess this does not really matter since I wont to stop sending out notifications to the sender that their emails have not been delivered. I don't want to let someone who is trying to sneak malisous code into my LAN know that they should try again... Does anyone know how I can resolve the above or what I need to look for? I am pasting my entire "50-user" (Debian specific) below to show what I have listed and whatever is missing I am guessing is being read from "20-debian_defaults". use strict; # # Place your configuration directives here. They will override those in # earlier files. # # See /usr/share/doc/amavisd-new/ for documentation and examples of # the directives you can use in this file # $mailfrom_notify_admin = "postmast...@$mydomain"; $sa_spam_subject_tag = '***spam*** '; $sa_tag_level_deflt = undef; # add spam info headers if at, or above that level $sa_tag2_level_deflt = 5.0; # add 'spam detected' headers at that level $sa_kill_level_deflt = 8.0; # triggers spam evasive actions #------------ Do not modify anything below this line ------------- 1; # ensure a defined return ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ 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/