# Exim test configuration 4009
# Content-scan: spamassassin interface
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+OPT= 127.0.0.1 7833
+
+.include DIR/aux-var/std_conf_prefix
+
log_selector = +subject
+primary_hostname = myhost.test.ex
+
+# we need to set the sender
+trusted_users = CALLER
-spamd_address = 127.0.0.1 7833
+spamd_address = OPT
# ----- Main settings -----
warn
spam = nobody
warn
- log_message = $spam_action $spam_report
+ log_message = $callout_address $spam_action $spam_report
accept
# ----- Routers -----