summaryrefslogtreecommitdiff
path: root/security/amavis/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'security/amavis/MESSAGE')
-rw-r--r--security/amavis/MESSAGE23
1 files changed, 23 insertions, 0 deletions
diff --git a/security/amavis/MESSAGE b/security/amavis/MESSAGE
new file mode 100644
index 00000000000..72c880da443
--- /dev/null
+++ b/security/amavis/MESSAGE
@@ -0,0 +1,23 @@
+==========================================================================
+$NetBSD: MESSAGE,v 1.1 2001/11/01 01:16:29 zuntum 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
+
+==========================================================================