Lookups: avoid leaking user/passwd from server spec to log. Bug 3066
[exim.git] / test / confs / 0475
index f279cfd63898ae786a731630e3b4e4baa634b811..58eb420523ffb690f75fbba037f68509e750ca3c 100644 (file)
@@ -1,17 +1,13 @@
 # Exim test configuration 0475
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
-acl_smtp_rcpt = a1
+acl_smtp_rcpt = $local_part
 
+log_selector = +unknown_in_list
 
 # ----- ACL -----
 
@@ -20,4 +16,13 @@ begin acl
 a1:
   deny hosts = 1.2.3.4 : <; 1.2.3.4::5.6.7.8
 
+a2:
+  deny hosts = 1.2.3/24
+
+a3:
+  deny hosts = <; fe80::1
+
+a4:
+  deny hosts = <; fe80:1
+
 # End