amavis crashing in Natty

Florian Effenberger floeff at gmail.com
Sat Mar 19 12:22:13 CET 2011


Hi,

2011/3/19 Gary V <mr88talent at gmail.com>:

> Hmm, I could not repro this. I tried on a 64-bit laptop and an older
> 32-bit desktop. I did a force-reload every 7 seconds for about a half
> hour and threw some mail at it during this time. The test laptop is a
> dual core Pentium with no Hyperthreading and a SATA drive. I installed
> using the option to use LVM.

here's the configuration I've put in 50-user, maybe one of the
settings triggers it?

==
$enable_dkim_verification = 1;
$QUARANTINEDIR = undef;
$warnvirussender = 0;
$warnbannedsender = 0;
$warn_offsite = 0;
$warnvirusrecip = 1;
$warnbannedrecip = 1;
$virus_quarantine_to = undef;
$spam_quarantine_to = undef;
$mailfrom_notify_admin = "postmaster\@$myhostname";
$mailfrom_notify_recip = "postmaster\@$myhostname";
$mailfrom_notify_spamadmin = "postmaster\@$myhostname";
$hdrfrom_notify_sender = "Mail Delivery System <postmaster\@$myhostname>";
$hdrfrom_notify_recip = $hdrfrom_notify_sender;
$hdrfrom_notify_admin = $hdrfrom_notify_sender;
$hdrfrom_notify_spamadmin = $hdrfrom_notify_sender;
$undecipherable_subject_tag = undef;
$first_infected_stops_scan = 1;
$sa_spam_subject_tag = undef;
$sa_tag_level_deflt  = -999;
$sa_tag2_level_deflt = 5.5;
$sa_kill_level_deflt = undef;
$sa_dsn_cutoff_level = undef;
@viruses_that_fake_sender_maps = undef;
$X_HEADER_LINE = "$myversion at $myhostname";
$banned_filename_re = undef;
$max_servers = 5;
==

In addition, I've modified 05-domain it to read

==
#chomp($mydomain = `head -n 1 /etc/mailname`);
$mydomain = 'external.fqdn';
@local_domains_acl = ( "internal.fqdn external.fqdn" );
==

edited 15-av-scanners to enable

==
['always-clean', sub {0}],
==

and enabled both filters in 15-content_filter_mode.

Florian


More information about the amavis-users mailing list