Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
23 lines
785 B
Text
23 lines
785 B
Text
==========================================================================
|
|
$NetBSD: MESSAGE,v 1.4 2001/01/29 11:34:40 wiz Exp $
|
|
|
|
AMaViS has now been installed on your system. In order to integrate
|
|
the virus scanner with sendmail, copy
|
|
${PREFIX}/share/examples/amavis/amavis.m4 to the 'mailer' sendmail
|
|
configuration directory. Then use 'amavis' instead of 'local' for
|
|
local mail delivery. Alternatively, you can simply replace
|
|
|
|
|
|
Mlocal, P=/usr/libexec/mail.local, F=lsDFMAw5:/|@qrmn9, S=10/30, R=20/40,
|
|
T=DNS/RFC822/X-Unix,
|
|
A=mail -d $u
|
|
|
|
|
|
in your installed "sendmail.cf" by
|
|
|
|
|
|
Mlocal, P=${PREFIX}/sbin/scanmails, F=lsDFMAw5:/|@qrmn9, S=10/30, R=20/40,
|
|
T=DNS/RFC822/X-Unix,
|
|
A=scanmails -d $u
|
|
|
|
==========================================================================
|