# Macro defining the main configuration directory, we use no abolute # paths. CONFDIR = /etc/exim4 # Dynamically loadable local_scan rules! :-) #local_scan_path = /usr/lib/exim4/accept.so # You don't *really* need to turn SA off here, it's off by default in # CONFDIR/spamassassin.conf # That said, it will fail if you don't have the dlopen_localscan patch # or the sa-exim module in the specified location # See htp://marc.merlins.org/linux/exim/sa.html for more details. #local_scan_path = /usr/lib/exim4/local_scan/sa-exim.so # MAILNAME is the hostname you want for this mail server (like foo.company.tld) # It defaults to the machine fqdn #MAILNAME= \ # .include /etc/mailname #MAILNAME=mail.domain.tld # Enable TLS by setting the path to your combined cert # incoming TLS will be automatically disabled if the cert can't be found CERTNAME=/etc/ssl/certs/MAILNAME_cert.pem # Set this to your mailman home dir # MAILMAN_HOME=/var/local/mailman # # If the above is set and you use a different domain for your lists, you # should also set LISTDOMAIN to have auto-rewrites to that domain if the # local part is a list name # lists. If you don't use mailman, you can ignore this (set it to MAILNAME) #LISTDOMAIN= \ # .include CONFDIR/domains/listdomain #LISTDOMAIN=list.domain.tld # MAINDOMAIN would be something like company.tld, you can use this if you want # to rewrite hostnames to your mail domain. Set it to MAILNAME otherwise #MAINDOMAIN= \ # .include CONFDIR/domains/maindomain #MAINDOMAIN=domain.tld # Uncomment this if you want all domains in domains/localdomains to be rewritten # to MAINDOMAIN (note that you also have domains/localdomains.norewrite) #MAIN_CANONIZE=yes # if you want to send autoreponses from a different domain, you can chose it # here #AUTORESPONDDOMAIN=MAINDOMAIN # You can use a smarthost if needed SMARTHOST_ROUTELIST= \ .include CONFDIR/domains/smarthostroutelist #SMARTHOST_ROUTELIST= * smtp.relayhost.tld TRUSTED_USERS=mail TRUSTED_GROUPS=mail RFC1918=10.0.0.0/8 : 172.16.0.0/12 : 192.168.0.0/16 # To or from IPs we don't want to handle mail for (localhost/APIPA/test block) # Add RFC1918 for an internet only connected system BOGUSIPS=127.0.0.1/8 : 169.254.0.0/16 : 192.0.2.0/24 : RFC1918 #BOGUSIPS=127.0.0.1/8 : 169.254.0.0/16 : 192.0.2.0/24 # Set >0 to enable teergrubing on acl errors and say how long we delay TEERGRUBE=0s # How many bad receipients must fail before we drop the connection # unset to never drop the connection and just delay more and more by FAILEDRCPTDELAY # seconds x number of failed recipients in that connection. ALLOWEDRCPTFAIL=15 # You can set this to 0 to disable delaying the response to failed RCPT TOs # Do not add trailing 's' FAILEDRCPTDELAY=0