|
From: <kol...@bv...> - 2004-04-20 13:34:33
|
That would work except for one thing. In my /etc/postfix/main.cf
...
local_transport = error:no local mail delivery
local_recipient_maps =
...
So I would have to do just a little working to get my local recipients to
work, as this is just purely a spam relay.
-------------------------------------------------------
Drew Kollasch
Network/Desktop Technician
Buena Vista Regional Medical Center
kol...@bv...
712-732-4455x2153
-----Original Message-----
From: Florent [mailto:flo...@ho...]
Sent: Tuesday, April 20, 2004 8:28 AM
To: AMa...@li...
Subject: RE: [AMaViS-user] Separate files for virus and spam quarantines ?
I don't know if that's gonna help ...
I had to add this to the amavisd program ( vi `which amavisd` ) to the %
local_delivery_aliases hash:
'spam-quar' =>
sub { ("$QUARANTINEDIR/spam_quarantine", undef) },
'virus-quar' =>
sub { ("$QUARANTINEDIR/virus_quarantine", undef) },
(line 6663 or so)
then in amavisd.conf :
$QUARANTINEDIR="/var/amavisd/quarantine";
$spam_quarantine_to = 'spam-quar';
$virus_quarantine_to = 'virus-quar';
That's what I had to do to avoid using variant3.
Florent
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo
technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
AMaViS-user mailing list
AMa...@li...
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/
********************************************
This message and accompanying documents are covered by the Electronic
Communications Privacy Act, 18 U.S.C. ?? 2510-2521, and contain information
intended for the specified individual (s) only. This information is
confidential. If you are not the intended recipient or an agent responsible
for delivering it to the intended recipient, you are hereby notified that
you have received the document in error and that any review, dissemination,
copying, or the taking of any action based on the contents of this is
strictly prohibited. If you have received this communication in error,
please notify us immediately by email, and delete the original message.
*********************************************
|