# $DragonFly: src/etc/dma/dma.conf,v 1.2 2008/02/04 10:11:41 matthias Exp $ # # Your smarthost (also called relayhost). Leave blank if you don't want # smarthost support. # NOTE: on Debian systems this is handled via debconf! # Please use dpkg-reconfigure dma to change this value. SMARTHOST smtp.east.cox.net # Use this SMTP port. Most users will be fine with the default (25) #PORT 25 # Path to your alias file. Just stay with the default. #ALIASES /etc/aliases # Path to your spooldir. Just stay with the default. #SPOOLDIR /var/spool/dma # Path to your virtual user file. Just stay with the default. #VIRTPATH /etc/dma/virtusertable # SMTP authentication #AUTHPATH /etc/dma/auth.conf # Uncomment if you want address rewriting #VIRTUAL # Uncomment if yout want TLS/SSL support #SECURETRANSFER # Uncomment if you want STARTTLS support (only used in combination with # SECURETRANSFER) #STARTTLS # Uncomment if you have specified STARTTLS above and it should be allowed # to fail ("opportunistic TLS", use an encrypted connection when available # but allow an unencrypted one to servers that do not support it) #OPPORTUNISTIC_TLS # Path to your local SSL certificate #CERTFILE # If you want to use plain text SMTP login without using encryption, change # the SECURE entry below to INSECURE. Otherwise plain login will only work # over a secure connection. Use this option with caution. #SECURE # Uncomment if you want to defer your mails. This is useful if you are # behind a dialup line. You have to submit your mails manually with dma -q #DEFER # The double-bounce handler program. Leave this blank if you like dma's # default behavior of simply aborting the delivery, or specify the name or # full path to a program that will process the double-bounce message. # NOTE: on Debian systems this is handled via debconf! DBOUNCEPROG dbounce-simple-safecat # Uncomment if you want the bounce message to include the complete original # message, not just the headers. #FULLBOUNCE # The name to be used when introducing this host, if different from # the result of "hostname". If specified, this overrides MAILNAMEFILE. #MAILNAME mail.example.net # The name of the file to read the MAILNAME from; if this file is not # present, the result of "hostname" will be used. MAILNAMEFILE /etc/mailname