]> git.ipfire.org Git - people/ms/dma.git/blob - dma.conf
drop the virtusertable support
[people/ms/dma.git] / dma.conf
1 # $DragonFly: src/etc/dma/dma.conf,v 1.2 2008/02/04 10:11:41 matthias Exp $
2 #
3 # Your smarthost (also called relayhost). Leave blank if you don't want
4 # smarthost support.
5 #SMARTHOST
6
7 # Use this SMTP port. Most users will be fine with the default (25)
8 #PORT 25
9
10 # Path to your alias file. Just stay with the default.
11 #ALIASES /etc/mail/aliases
12
13 # Path to your spooldir. Just stay with the default.
14 #SPOOLDIR /var/spool/dma
15
16 # SMTP authentication
17 #AUTHPATH /etc/dma/auth.conf
18
19 # Uncomment if yout want TLS/SSL support
20 #SECURETRANSFER
21
22 # Uncomment if you want STARTTLS support (only used in combination with
23 # SECURETRANSFER)
24 #STARTTLS
25
26 # Path to your local SSL certificate
27 #CERTFILE
28
29 # If you want to use plain text SMTP login without using encryption, change
30 # the SECURE entry below to INSECURE. Otherwise plain login will only work
31 # over a secure connection. Use this option with caution.
32 #SECURE
33
34 # Uncomment if you want to defer your mails. This is useful if you are
35 # behind a dialup line. You have to submit your mails manually with dma -q
36 #DEFER
37
38 # Uncomment if you want the bounce message to include the complete original
39 # message, not just the headers.
40 #FULLBOUNCE
41
42 # The name to be used when introducing this host, if different from
43 # the result of "hostname". If specified, this overrides MAILNAMEFILE.
44 #MAILNAME mail.example.net
45
46 # The name of the file to read the MAILNAME from; if this file is not
47 # present, the result of "hostname" will be used.
48 #MAILNAMEFILE /etc/mailname