]> git.ipfire.org Git - people/ms/dma.git/blobdiff - dma.conf
Include <sys/param.h> for roundup() declaration with musl libc
[people/ms/dma.git] / dma.conf
index eae6c57be127abad0e440c2bae84c63d1118e56f..1cc2bf5bc8436a8ddc125948b6b11633a0f999c2 100644 (file)
--- a/dma.conf
+++ b/dma.conf
@@ -2,13 +2,15 @@
 #
 # 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
 # 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
+# Masquerade envelope from addresses with this address/hostname.
+# Use this if mails are not accepted by destination mail servers because
+# your sender domain is invalid.
+# By default, MASQUERADE is not set.
+# Format: MASQUERADE [user@][host]
+# Examples:
+# MASQUERADE john@  on host "hamlet" will send all mails as john@hamlet
+# MASQUERADE percolator  will send mails as $username@percolator, e.g. fish@percolator
+# MASQUERADE herb@ert  will send all mails as herb@ert
+
+# Directly forward the mail to the SMARTHOST bypassing aliases and local delivery
+#NULLCLIENT