On 5/6/07, Gary V <[EMAIL PROTECTED]> wrote:
>
> Azfar wrote:
>
> > I am currently quarantine all spam,virus,banned and badheader mails into
> > seprate mailboxes. Now I want to totaly disable the quarantine system
> and
> > other admin notifications on virus, banned and badheader found.
>
> $virus_quarantine_to  = undef;
> $banned_quarantine_to     = undef;
> $bad_header_quarantine_to = undef;
> $spam_quarantine_to       = undef;
>
> $virus_admin = undef;
> $banned_admin = undef;
> $bad_header_admin = undef;
>
> (or possibly)
>
> @virus_admin_maps = undef;
> @banned_admin_maps = undef;
> @bad_header_admin_maps = undef;
>
> See amavisd.conf-sample included with the source code.
>
> Gary V
>
>
> -------------------------------------------------------------------------
> thanks I was missing


$virus_admin = undef;
$banned_admin = undef;
$bad_header_admin = undef;

(or possibly)

@virus_admin_maps = undef;
@banned_admin_maps = undef;
@bad_header_admin_maps = undef;
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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/

Reply via email to