# $DragonFly: src/etc/dma/dma.conf,v 1.2 2008/02/04 10:11:41 matthias Exp $1#2# Your smarthost (also called relayhost). Leave blank if you don't want3# smarthost support.4# NOTE: on Debian systems this is handled via debconf!5# Please use dpkg-reconfigure dma to change this value.6#SMARTHOST78# Use this SMTP port. Most users will be fine with the default (25)9#PORT 251011# Path to your alias file. Just stay with the default.12#ALIASES /etc/aliases1314# Path to your spooldir. Just stay with the default.15#SPOOLDIR /var/spool/dma1617# SMTP authentication18#AUTHPATH /etc/dma/auth.conf1920# Uncomment if you want TLS/SSL support21#SECURETRANSFER2223# Uncomment if you want STARTTLS support (only used in combination with24# SECURETRANSFER)25#STARTTLS2627# Pin the server certificate by specifying its SHA256 fingerprint.28# Only makes sense if you use a smarthost.29#FINGERPRINT 1234567890ABCDEF1234567890ABCDEF1234567890ABCDEF1234567890ABCDEF3031# Uncomment if you have specified STARTTLS above and it should be allowed32# to fail ("opportunistic TLS", use an encrypted connection when available33# but allow an unencrypted one to servers that do not support it)34#OPPORTUNISTIC_TLS3536# Path to your local SSL certificate37#CERTFILE3839# If you want to use plain text SMTP login without using encryption, change40# the SECURE entry below to INSECURE. Otherwise plain login will only work41# over a secure connection. Use this option with caution.42#SECURE4344# Uncomment if you want to defer your mails. This is useful if you are45# behind a dialup line. You have to submit your mails manually with dma -q46#DEFER4748# Uncomment if you want the bounce message to include the complete original49# message, not just the headers.50#FULLBOUNCE5152# The internet hostname dma uses to identify the host.53# If not set or empty, the result of gethostname(2) is used.54# If MAILNAME is an absolute path to a file, the first line of this file55# will be used as the hostname.56#MAILNAME mail.example.net5758# Masquerade envelope from addresses with this address/hostname.59# Use this if mails are not accepted by destination mail servers because60# your sender domain is invalid.61# By default, MASQUERADE is not set.62# Format: MASQUERADE [user@][host]63# Examples:64# MASQUERADE john@ on host "hamlet" will send all mails as john@hamlet65# MASQUERADE percolator will send mails as $username@percolator, e.g. fish@percolator66# MASQUERADE herb@ert will send all mails as herb@ert6768# Directly forward the mail to the SMARTHOST bypassing aliases and local delivery69#NULLCLIENT707172