]> git.pld-linux.org Git - packages/amavisd-new.git/commitdiff
- added hint about SMTP AUTH config (a solution to pre-queue postfix config problems)
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 12 Jul 2004 14:14:04 +0000 (14:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amavisd-new-config.patch -> 1.14

amavisd-new-config.patch

index d31f91935052baa5518cd2a35253c8b975871f77..5ccfdfc7dd69e4a4a47374cbed298a30433510f7 100644 (file)
@@ -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.
  #
This page took 0.043551 seconds and 4 git commands to generate.