X-Git-Url: https://git.hcoop.net/hcoop/zz_old/config/exim4-hopper.git/blobdiff_plain/5daef77da35559a9102ce707927d545fcb25bf88..b9924679c5aa8caee9a1c4ff3ded61aecfa9fbc0:/conf.d/auth/30_exim4-config_examples diff --git a/conf.d/auth/30_exim4-config_examples b/conf.d/auth/30_exim4-config_examples index b228b4c..f844199 100644 --- a/conf.d/auth/30_exim4-config_examples +++ b/conf.d/auth/30_exim4-config_examples @@ -210,7 +210,7 @@ cram_md5: client_name = ${extract{1}{:}{${lookup{$host}nwildlsearch{CONFDIR/passwd.client}{$value}fail}}} client_secret = ${extract{2}{:}{${lookup{$host}nwildlsearch{CONFDIR/passwd.client}{$value}fail}}} -# hcoop-change: Authenticate against /etc/courier/exim.dat for plain +# hcoop-change: Authenticate against /etc/courier/userdb.dat for plain # and login authenticators userdb_plain: @@ -220,7 +220,7 @@ userdb_plain: ${if \ crypteq {$3} \ {${extract{systempw}{${tr{${lookup{$2} \ - dbm{/etc/courier/exim.dat} \ + dbm{/etc/courier/userdb.dat} \ }}{|}{ }}}}} \ {yes} \ {no} \ @@ -235,7 +235,7 @@ userdb_login: ${if \ crypteq {$2} \ {${extract{systempw}{${tr{${lookup{$1} \ - dbm{/etc/courier/exim.dat} \ + dbm{/etc/courier/userdb.dat} \ }}{|}{ }}}}} \ {yes} \ {no} \