chiark / gitweb /
base.m4, exchange.m4: Improve key/value syntax in warnings.
[exim-config] / auth.m4
diff --git a/auth.m4 b/auth.m4
index 3462c1adfe094acd5fef8ed2f81a1bdb69c37f74..074c6aa1a70c090579abb26e234d92a78c4ba6d1 100644 (file)
--- a/auth.m4
+++ b/auth.m4
@@ -30,7 +30,7 @@ m4_define(<:CHECK_PASSWD:>,
           {false}}:>)
 
 m4_define(<:ALLOW_PLAINTEXT_AUTH_P:>,
-<:or {{match_ip {$sender_host_address}{+localnet}} \
+<:or {{match_ip {$sender_host_address}{+thishost}} \
       {and {{def:tls_cipher} {eq{$acl_c_mode}{submission}}}}}:>)
 
 SECTION(auth)m4_dnl