Hi Mark,

first of all, thank you for your fast response, but I read the Document 
and now I'am a bit confused.

I'am not much familiar with the amavisd configuration, but I can't find 
a difference between my configuration and the discribed setup in the 
document.

Maybe you can give me a hint:

grep '^[^#]' /etc/amavisd.conf
------------------------------------------------------
use strict;
 @bypass_virus_checks_maps = (1);  # uncomment to DISABLE anti-virus code
$max_servers = 8;            # num of pre-forked children (2..15 is 
common), -m
$daemon_user  = 'vscan';     # (no default;  customary: vscan or amavis), -u
$daemon_group = 'vscan';     # (no default;  customary: vscan or amavis), -g
$mydomain = 'xxxxxx.xxxxxxx.de';   # a convenient default for other settings
$MYHOME = '/var/spool/amavis';   # a convenient default for other 
settings, -H
$TEMPBASE = "$MYHOME/tmp";   # working directory, needs to exist, -T
$ENV{TMPDIR} = $TEMPBASE;    # environment variable TMPDIR
$QUARANTINEDIR = '/var/spool/amavis/virusmails';  # -Q
@local_domains_maps = ( read_hash('/etc/postfix/local_domains_spam') );
$log_level = 1;              # verbosity 0..5, -d
$log_recip_templ = undef;    # disable by-recipient level-0 log entries
$DO_SYSLOG = 1;              # log via syslogd (preferred)
$syslog_facility = 'mail';   # Syslog facility as a string
           # e.g.: mail, daemon, user, local0, ... local7
$syslog_priority = 'debug';  # Syslog base (minimal) priority as a string,
           # choose from: emerg, alert, crit, err, warning, notice, 
info, debug
$enable_db = 1;              # enable use of BerkeleyDB/libdb (SNMP and 
nanny)
$enable_global_cache = 1;    # enable use of libdb-based cache if 
$enable_db=1
$inet_socket_port = 10024;   # listen on this local TCP port(s) (see 
$protocol)
$unix_socketname = "$MYHOME/amavisd.sock";  # amavisd-release or 
amavis-milter
                # option(s) -p overrides $inet_socket_port and 
$unix_socketname
$interface_policy{'SOCK'}='AM.PDP-SOCK';  # only relevant with 
$unix_socketname
$policy_bank{'AM.PDP-SOCK'} = { protocol=>'AM.PDP' };
$sa_tag_level_deflt  = -99.0;  # add spam info headers if at, or above 
that level
$sa_tag2_level_deflt = 4.5; # add 'spam detected' headers at that level
$sa_dsn_cutoff_level = 10;   # spam level beyond which a DSN is not sent
$sa_mail_body_size_limit = 400*1024; # don't waste time on SA if mail is 
larger
$sa_local_tests_only = 0;    # only tests which do not require internet 
access?
$virus_admin               = "[EMAIL PROTECTED]";  # notifications 
recip.
$mailfrom_notify_admin     = "[EMAIL PROTECTED]";  # notifications 
sender
$mailfrom_notify_recip     = "[EMAIL PROTECTED]";  # notifications 
sender
$mailfrom_notify_spamadmin = "[EMAIL PROTECTED]"; # notifications 
sender
$mailfrom_to_quarantine = ''; # null return path; uses original sender 
if undef
@addr_extension_virus_maps      = ('virus');
@addr_extension_banned_maps     = ('banned');
@addr_extension_spam_maps       = ('spam');
@addr_extension_bad_header_maps = ('badh');
$path = '/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin';
$MAXLEVELS = 14;
$MAXFILES = 1500;
$MIN_EXPANSION_QUOTA =      100*1024;  # bytes  (default undef, not 
enforced)
$MAX_EXPANSION_QUOTA = 300*1024*1024;  # bytes  (default undef, not 
enforced)
$sa_spam_subject_tag = '*SPAM*2* ';
$defang_virus  = 1;  # MIME-wrap passed infected mail
$defang_banned = 1;  # MIME-wrap passed mail containing banned name
$defang_by_ccat{+CC_BADH.",3"} = 1;  # NUL or CR character in header
$defang_by_ccat{+CC_BADH.",5"} = 1;  # header line longer than 998 
characters
$defang_by_ccat{+CC_BADH.",6"} = 1;  # header field syntax error
$myhostname = 'spamfilter2.itservice.de';  # must be a fully-qualified 
domain name!
$final_spam_destiny       = D_PASS;
-----------------------------------------------------------------

grep '^[^#].*' master.cf
-----------------------------------------------------------------
smtp      inet  n       -       n       -       4       smtpd -o 
content_filter=smtp:[127.0.0.1]:10024
pickup    fifo  n       -       n       60      1       pickup
cleanup   unix  n       -       n       -       0       cleanup
qmgr      fifo  n       -       n       300     1       qmgr
rewrite   unix  -       -       n       -       -       trivial-rewrite
bounce    unix  -       -       n       -       0       bounce
defer     unix  -       -       n       -       0       bounce
trace     unix  -       -       n       -       0       bounce
verify    unix  -       -       n       -       1       verify
flush     unix  n       -       n       1000?   0       flush
proxymap  unix  -       -       n       -       -       proxymap
smtp      unix  -       -       n       -       -       smtp
relay     unix  -       -       n       -       -       smtp
        -o fallback_relay=
showq     unix  n       -       n       -       -       showq
error     unix  -       -       n       -       -       error
discard   unix  -       -       n       -       -       discard
local     unix  -       n       n       -       -       local
virtual   unix  -       n       n       -       -       virtual
lmtp      unix  -       -       n       -       -       lmtp
anvil     unix  -       -       n       -       1       anvil
127.0.0.1:10025 inet    n       -       n       -       -       smtpd -o 
content_filter= -o content_filter= -o local_recipient_maps= -o 
smtpd_helo_restrictions= -o smtpd_client_restrictions= -o 
smtpd_sender_restrictions= -o 
smtpd_recipient_restrictions=permit_mynetworks,reject_unauth_destination 
-o mynetworks=127.0.0.0/8
scache    unix  -       -       n       -       1       scache
maildrop  unix  -       n       n       -       -       pipe
  flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
cyrus     unix  -       n       n       -       -       pipe
  user=cyrus argv=/usr/lib/cyrus/bin/deliver -e -r ${sender} -m 
${extension} ${user}
uucp      unix  -       n       n       -       -       pipe
  flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail 
($recipient)
ifmail    unix  -       n       n       -       -       pipe
  flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp     unix  -       n       n       -       -       pipe
  flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop 
$recipient
vscan     unix  -       n       n       -       10       pipe
  user=vscan argv=/usr/sbin/amavis ${sender} ${recipient} -o 
smtp_data_done_timeout=1200 -o disable_dns_lookups=yes
procmail  unix  -       n       n       -       -       pipe
  flags=R user=nobody argv=/usr/bin/procmail -t -m /etc/procmailrc 
${sender} ${recipient}
tlsmgr    unix  -       -       n       1000?   1       tlsmgr

-------------------------------------------------------------------------
I think the rest is not so important, so I inserted only the interesting 
part.

Thank for your Help.

Best Regards,
Daniel Dentzer

-------------------------------------------------------------------------
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
[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