> Hi, > > I have amavis-new setup with postfix. When I try to set a custom > message for the warnings, IE: $notify_virus_recips_tmpl = > "var/amavis/messages/virus-recipient.txt" I end up getting a blank > email for the notification. I imagine it's not able to open the file, but > I'm not sure as to why, I checked all permissions on the files and > directory and they are set to the same user that amavis is running as, > I even chmod it to 777 just to be sure and I still got a blank message. >
Which I why you should post the whole .conf file. Did you mean: (you are missing the leading slash in your example) $notify_virus_recips_tmpl = "/var/amavis/messages/virus-recipient.txt" -- Michael Scheidell, CTO >|SECNAP Network Security Winner 2008 Network Products Guide Hot Companies FreeBSD SpamAssassin Ports maintainer _________________________________________________________________________ This email has been scanned and certified safe by SpammerTrap(r). For Information please see http://www.spammertrap.com _________________________________________________________________________ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ 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/
