From 1dd6756d5501c0197a7004a228d5b5de78ddf5de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 12 Jul 2004 14:14:04 +0000 Subject: [PATCH] - added hint about SMTP AUTH config (a solution to pre-queue postfix config problems) Changed files: amavisd-new-config.patch -> 1.14 --- amavisd-new-config.patch | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/amavisd-new-config.patch b/amavisd-new-config.patch index d31f919..5ccfdfc 100644 --- a/amavisd-new-config.patch +++ b/amavisd-new-config.patch @@ -37,6 +37,15 @@ diff -uNr amavisd-new-20030616/amavisd.conf-sample amavisd-new-20030616~/amavisd #$db_home = "$MYHOME/db"; # DB databases directory, default "$MYHOME/db" +@@ -106,6 +106,8 @@ + # as an IP address or a DNS name (A or CNAME, but MX is ignored) + #$forward_method = 'smtp:[127.0.0.1]:10025'; # where to forward checked mail + #$notify_method = $forward_method; # where to submit notifications ++ ++# @auth_mech_avail = ('PLAIN','LOGIN'); # empty list disables incoming AUTH + + # To make it possible for several hosts to share one content checking daemon, + # the IP address and/or the port number in $forward_method and $notify_method @@ -143,7 +148,8 @@ # and see further down what these two lookup lists really mean. # -- 2.44.0