1403a3a8be
amavisd-new is an interface between message transfer agent (MTA) and one or more content checkers, e.g. virus scanners, SpamAssassin, etc. It is a performance-enhanced and feature-enriched version of amavisd (which in turn is a daemonized version of AMaViS or amavis-perl). amavisd-new is normally positioned at or near a central mailer, not necessarily where user's mailboxes and final delivery takes place. If you are looking for fully per-user configurable and/or low-message-rate solution to be placed at the final stage of mail delivery (e.g. called from procmail), there may be other solutions more appropriate for your needs. Package created and maintained by Julian Dunn in pkgsrc-wip.
24 lines
928 B
Text
24 lines
928 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE.milter,v 1.1.1.1 2004/08/06 15:05:53 jlam Exp $
|
|
|
|
Before using amavisd-new with Sendmail, you must configure Sendmail
|
|
properly. Please refer to the following documentation:
|
|
|
|
${PREFIX}/share/doc/amavisd-new/README.milter
|
|
${PREFIX}/share/doc/amavisd-new/README.sendmail
|
|
${PREFIX}/share/doc/amavisd-new/README.sendmail-dual
|
|
|
|
There are several ways to configure Sendmail to pass mail through
|
|
amavisd-new depending on your resources and whether you wish to use
|
|
libmilter.
|
|
|
|
If you choose to use libmilter, then you will need to add the following
|
|
line to /etc/rc.conf:
|
|
|
|
amavismilter=YES
|
|
|
|
Please refer to the comments at the top of the amavismilter rc.d script
|
|
for additional rc.conf settings to modify how libmilter and amavisd-new
|
|
communicate with each other.
|
|
|
|
===========================================================================
|