]> git.ipfire.org Git - people/ms/dma.git/blobdiff - dma.conf
make ppa: force lower version number
[people/ms/dma.git] / dma.conf
index 8fdb9a1759f162058e95ae0704fe160acf4248c5..d9ae76b51170d0fe7e9e730714b708d0bc2f42b7 100644 (file)
--- a/dma.conf
+++ b/dma.conf
@@ -2,26 +2,22 @@
 #
 # 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
 
 # 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/mail/aliases
+#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
 
 # 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
 
 # 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.
+# The internet hostname dma uses to identify the host.
+# If not set or empty, the result of gethostname(2) is used.
+# If MAILNAME is an absolute path to a file, the first line of this file
+# will be used as the hostname.
 #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