On Wed, June 4, 2008 13:11, Nils Heymann wrote:
> Hi,
>
> I'm a little confused.
>
> We had to change the way we are handling our spams because of a corrupt
> MySQL-db. We changed it so it won't touch the DB any more, just change
> the topic and header and let it pass to the user. Virus-Mails should
> still go to the quarantine-dir and a note should be sent to the recepient.
> Seemed to run fine first, but every here and then there is:
>
> Jun  4 12:50:02 FOO amavis[30799]: (30799-02) (!!)TROUBLE in check_mail:
> quar+notif FAILED: Explicit forwarding, but not all recips done at
> /usr/sbin/amavisd line 3313.
> Jun  4 12:50:02 FOO amavis[30799]: (30799-02) (!)PRESERVING EVIDENCE in
> /mnt/amavis_tmp/amavis-20080604T124834-30799
>
> in the log and the mails are defered. Can't even see what is wrong or
> different with those mails. A lot are good-ones.
>
>
> The active amavisd.conf Sniplets from our
> # Section IV - Notifications/DSN, bounce/reject/discard/pass, quarantine
>
> $final_virus_destiny      = D_DISCARD; # (defaults to D_DISCARD)
> $final_banned_destiny     = D_PASS;  # (defaults to D_BOUNCE)
> $final_spam_destiny       = D_PASS;  # (defaults to D_BOUNCE)
> $final_bad_header_destiny = D_PASS;    # (defaults to D_PASS)
>
> $warnbannedsender = 0;  # (defaults to false (undef))
>
> $warnbadhsender = 0;    # (defaults to false (undef))
>
> $warnvirusrecip = 1;    # (defaults to false (undef))
> $warnbannedrecip = 0;   # (defaults to false (undef))
> $warnbadhrecip = 0;     # (defaults to false (undef))
>
> $warn_offsite = 0;      # (defaults to false (undef), i.e. only notify
> locals)
>
> $mailfrom_notify_admin     = "[EMAIL PROTECTED]";
> $mailfrom_notify_recip     = "[EMAIL PROTECTED]";
> $mailfrom_notify_spamadmin = "[EMAIL PROTECTED]";
>
> $mailfrom_to_quarantine = '';   # override sender address with null
> return path
>
> $QUARANTINEDIR = '/var/amavis/quarantine';  # -Q
>
> $virus_quarantine_method = "local:virus-%i-%n";
> $spam_quarantine_method = "undef";
> $banned_files_quarantine_method    = "undef";
> $bad_header_quarantine_method = "undef";

remove " around undef

>
> $virus_quarantine_to  = 'virus-quarantine';    # traditional local
> quarantine
>
> $banned_quarantine_to     = 'undef';     # local quarantine
> $bad_header_quarantine_to = 'undef'; # local quarantine
> $spam_quarantine_to       = 'undef';       # local quarantine
> $banned_quarantine_to     = 'undef';     # local quarantine
> $bad_header_quarantine_to = 'undef'; # local quarantine

remove ' around undef

> $sa_quarantine_cutoff_level = 'undef';  # dflt: undef, which disables
> this feature

same here



Benny Pedersen
Need more webspace ? http://www.servage.net/?coupon=cust37098


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
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