#1# Your smarthost (also called relayhost). Leave blank if you don't want2# smarthost support.3#SMARTHOST45# Use this SMTP port. Most users will be fine with the default (25)6#PORT 2578# Path to your alias file. Just stay with the default.9#ALIASES /etc/aliases1011# Path to your spooldir. Just stay with the default.12#SPOOLDIR /var/spool/dma1314# SMTP authentication15#AUTHPATH /etc/dma/auth.conf1617# Uncomment if you want TLS/SSL support18#SECURETRANSFER1920# Uncomment if you want STARTTLS support (only used in combination with21# SECURETRANSFER)22#STARTTLS2324# Uncomment if you have specified STARTTLS above and it should be allowed25# to fail ("opportunistic TLS", use an encrypted connection when available26# but allow an unencrypted one to servers that do not support it)27#OPPORTUNISTIC_TLS2829# Path to your local SSL certificate30#CERTFILE3132# If you want to use plain text SMTP login without using encryption, change33# the SECURE entry below to INSECURE. Otherwise plain login will only work34# over a secure connection. Use this option with caution.35#SECURE3637# Uncomment if you want to defer your mails. This is useful if you are38# behind a dialup line. You have to submit your mails manually with dma -q39#DEFER4041# Uncomment if you want the bounce message to include the complete original42# message, not just the headers.43#FULLBOUNCE4445# The internet hostname dma uses to identify the host.46# If not set or empty, the result of gethostname(2) is used.47# If MAILNAME is an absolute path to a file, the first line of this file48# will be used as the hostname.49#MAILNAME mail.example.net5051# Masquerade envelope from addresses with this address/hostname.52# Use this if mails are not accepted by destination mail servers because53# your sender domain is invalid.54# By default, MASQUERADE is not set.55# Format: MASQUERADE [user@][host]56# Examples:57# MASQUERADE john@ on host "hamlet" will send all mails as john@hamlet58# MASQUERADE percolator will send mails as $username@percolator, e.g. fish@percolator59# MASQUERADE herb@ert will send all mails as herb@ert6061# Directly forward the mail to the SMARTHOST bypassing aliases and local delivery62#NULLCLIENT636465