# Exim test configuration 0574 SERVER = exim_path = EXIM_PATH keep_environment = host_lookup_order = bydns spool_directory = DIR/spool log_file_path = DIR/spool/log/SERVER%slog gecos_pattern = "" gecos_name = CALLER_NAME tls_advertise_hosts = log_selector = +received_recipients +sender_on_delivery acl_smtp_rcpt = accept queue = ${if eq {normal}{$local_part} {} {$local_part}} queue_only queue_run_in_order #--------------- begin routers all: driver = accept transport = dump #--------------- begin transports dump: driver = pipe command = true # End