Jens,
> I have updated some of our servers running the old
> amavisd-0.3.13 up to amavisd-new-2.4.5.
> Anything works very fine, but in my old amavisd-file
> I have the entries:
>
> # What sendmail wrapper to use
> $sendmail_wrapper = "/usr/lib/sendmail";
> $sendmail_wrapper_args = "-oMr scanned-ok -i -t";
>
> But in amavid-new I can't find any similar entry
> that adds scanned-ok to any scanned mail.
>
> Is it possible to activate the wrapper-command in
> amavisd-new ?
The amavisd.conf-sample contains an example, the
relevant configuration variable is $forward_method
(and $notify_method, which is usually the same value):
# SENDMAIL (old non-milter setup, as relay, deprecated):
$forward_method =
'pipe:flags=q argv=/usr/sbin/sendmail -C/etc/sendmail.orig.cf -i -f ${sender}
-- ${recipient}';
$notify_method = $forward_method;
Which MTA are you using?
With Exim take a look at: README_FILES/README.exim*
Mark
-------------------------------------------------------------------------
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/