xref: /dragonfly/libexec/dma/dma.conf (revision 92fc8b5c)
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# Path to your virtual user file.  Just stay with the default.
17#VIRTPATH /etc/dma/virtusertable
18
19# SMTP authentication
20#AUTHPATH /etc/dma/auth.conf
21
22# Uncomment if you want address rewriting
23#VIRTUAL
24
25# Uncomment if yout want TLS/SSL support
26#SECURETRANSFER
27
28# Uncomment if you want STARTTLS support (only used in combination with
29# SECURETRANSFER)
30#STARTTLS
31
32# Path to your local SSL certificate
33#CERTFILE
34
35# If you want to use plain text SMTP login without using encryption, change
36# the SECURE entry below to INSECURE.  Otherwise plain login will only work
37# over a secure connection.  Use this option with caution.
38#SECURE
39
40# Uncomment if you want to defer your mails.  This is useful if you are
41# behind a dialup line.  You have to submit your mails manually with dma -q
42#DEFER
43
44# Uncomment if you want the bounce message to include the complete original
45# message, not just the headers.
46#FULLBOUNCE
47
48# The name to be used when introducing this host, if different from
49# the result of "hostname".  If specified, this overrides MAILNAMEFILE.
50#MAILNAME mail.example.net
51
52# The name of the file to read the MAILNAME from; if this file is not
53# present, the result of "hostname" will be used.
54#MAILNAMEFILE /etc/mailname
55