[AMaViS-user] quar+notif FAILED: Explicit forwarding,but not all recips done

This is a discussion on [AMaViS-user] quar+notif FAILED: Explicit forwarding,but not all recips done within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Hi, I'm a little confused. We had to change the way we are handling our spams because of a ...


Go Back   Usenet Forums > Anti-Spam and Anti-Virus Related Forums > Amavis User

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 06-04-2008
Nils Heymann
 
Posts: n/a
Default [AMaViS-user] quar+notif FAILED: Explicit forwarding,but not all recips done

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 = "antivir\@$mydomain";
$mailfrom_notify_recip = "antivir\@$mydomain";
$mailfrom_notify_spamadmin = "spam\@$mydomain";

$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";

$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

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


This should have been the relevant parts I think.


Will be greatful for any help.

Greetings
Nils

-------------------------------------------------------------------------
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/...fo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply With Quote
  #2 (permalink)  
Old 06-04-2008
Benny Pedersen
 
Posts: n/a
Default Re: [AMaViS-user] quar+notif FAILED: Explicit forwarding,but not all recips done


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 = "antivir\@$mydomain";
> $mailfrom_notify_recip = "antivir\@$mydomain";
> $mailfrom_notify_spamadmin = "spam\@$mydomain";
>
> $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/...fo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 10:52 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0