############################################################################ # Runtime configuration file for Exim 4 # ############################################################################ # $Cambridge: hermes/conf/exim/etc/misc-conf/interceptor.conf,v 1.3 2003/05/21 19:42:04 fanf2 Exp $ # This configuration accepts all mail and puts it in a special place. ###################################################################### # MAIN CONFIGURATION SETTINGS # ###################################################################### # Allow the spool directory to be easily overridden on the command line. # SPOOL = /var/spool/exim spool_directory = SPOOL # Which ACL to use for SMTP RCPT commands. # acl_smtp_rcpt = accept # Better spool layout # split_spool_directory # Log to the same place regardless of the setting of spool_directory. # log_file_path = /var/spool/exim/log/%slog log_selector = +all no_syslog_timestamp # Remove spurious CRs on non-SMTP mail. # drop_cr # Use all 8 bits of TCP. # accept_8bitmime # Privileged users. # admin_groups = root trusted_groups = root # Don't deliver mail to root. # never_users = root ###################################################################### # ROUTERS CONFIGURATION # ###################################################################### begin routers accept: driver = accept transport = deliver ###################################################################### # TRANSPORTS CONFIGURATION # ###################################################################### begin transports deliver: driver = appendfile use_bsmtp batch_max = 10000 message_prefix = create_directory directory = /var/spool/exim.out/${length_5:$message_id} directory_file = $message_id ###################################################################### # RETRY CONFIGURATION # ###################################################################### begin retry # This single retry rule applies to all domains and all errors. # Domain Error Retries # ------ ----- ------- * * F,7d,1d # End of Exim configuration file