SPF: fix handling mix of spf and other txt records. Bug 2499
[exim.git] / test / confs / 0601
index 84f7d38a610dc3e377d7c6cb50937b63bd1f5403..8b47f3d7eb216b122125976cfea9d89d05f64974 100644 (file)
@@ -2,14 +2,18 @@
 # udpsend
 
 exim_path = EXIM_PATH
+keep_environment =
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
+tls_advertise_hosts =
 queue_only
+.ifdef _HAVE_DMARC
+dmarc_tld_file =
+.endif
 
 # ----- Main settings -----
 
-acl_smtp_connect = accept udpsend = <; 127.0.0.1 ; 1223 ; message from exim
-acl_smtp_rcpt = accept
+acl_smtp_rcpt = accept udpsend = <; 127.0.0.1 ; 1223 ; message from exim
 
 
 # End