On 8/20/07, Norberto Bensa <[EMAIL PROTECTED]> wrote:
> Hi Gary,
>
> Gary V <[EMAIL PROTECTED]> ha escrito:
>
> >> $spam_quarantine_to = "[EMAIL PROTECTED]";
> >
> > Try the explicit method:
> > $spam_quarantine_to = '[EMAIL PROTECTED]';
> > (with single quotes when being literal)
>
> Same problem.

Show the error and a few lines before it.

>
>
> >
> > What happens if you simply send an email to [EMAIL PROTECTED]
>
> I can send email to [EMAIL PROTECTED] without problems. AFAIK, the mailbox
> is working.
>

Then Postfix should be OK. What have you set these to?

#$virus_quarantine_method          = 'local:virus-%m';     # default
#$spam_quarantine_method           = 'local:spam-%m.gz';   # default
#$banned_files_quarantine_method   = 'local:banned-%m';    # default
#$bad_header_quarantine_method     = 'local:badh-%m';      # default

Leave them at default.

>
> >> I've disabled spam/virus/etc check for the [EMAIL PROTECTED] account:
> >>
> >> @bypass_spam_checks_maps   = ( [ "[EMAIL PROTECTED]" ] );
> >> ...
> >
> > Should not need to do this. Mail destined for quarantine should not be
> > scanned again (at least not when using Postifx).
>
> Perhaps I need to re-check my postfix config again :-/
>

Or not. If you can send mail to [EMAIL PROTECTED] then Postfix should be OK.

>
> >> Is this the correct way to do what I want (basically all spam, viruses
> >> to [EMAIL PROTECTED])?
> >
> > If you want viruses to go there too, you would have to set:
> > $virus_quarantine_to = '[EMAIL PROTECTED]';
>
> I have:
>
> $spam_quarantine_to       =
> $virus_quarantine_to      =
> $banned_quarantine_to     =
> $bad_header_quarantine_to = '[EMAIL PROTECTED]';
>

Should work.

> >> BTW, this is amavisd-new-2.5.3-r2 running on a Gentoo box.
> >>
> >
> > AFAIK 2.5.3 has not been released
>
> Heh, I'm sorry. It was late...
> The installed version is 2.5.2. There was an 2.3.3-r2 available on
> Gentoo repositories.
>
>
> > Gary V
>
>
> Many thanks Gary. I'll recheck everything again.
>
> Oh BTW; Is there a way to see what options are passed to amavis?
> Something like postfix's "postconf"?

http://marc.info/?l=amavis-user&m=117757891604611

>
> Regards,
> Norberto
>

-- 
Gary V

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
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/

Reply via email to