From 1c679d11ca897ffaf9f796b4fd2eaea6a192427b Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Jaros=C5=82aw=20Mozer?= Date: Fri, 2 Apr 2004 00:17:07 +0000 Subject: [PATCH] - fixed auth for some broken MUAs Changed files: exim4.conf -> 1.9 --- exim4.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/exim4.conf b/exim4.conf index 0429e67..a6bf6de 100644 --- a/exim4.conf +++ b/exim4.conf @@ -67,7 +67,6 @@ hostlist relay_from_hosts = 127.0.0.1 # av_scanner = clamd:/var/lib/clamav/clamd.socket # acl_smtp_data = acl_check_data - # Most straightforward access control requirements can be obtained by # appropriate settings of the above options. In more complicated situations, you # may need to modify the Access Control List (ACL) which appears later in this @@ -582,7 +581,7 @@ begin authenticators # driver = plaintext # public_name = PLAIN # server_prompts = : -# server_condition = ${if saslauthd{{$1}{$3}{smtp}}{1}{0}} +# server_condition = ${if saslauthd{{$2}{$3}{smtp}}{1}{0}} # server_set_id = $2 # # login: -- 2.44.0