xref: /freebsd/libexec/dma/dmagent/dma.conf (revision 783d3ff6)
1#
2# Your smarthost (also called relayhost).  Leave blank if you don't want
3# smarthost support.
4#SMARTHOST
5
6# Use this SMTP port.  Most users will be fine with the default (25)
7#PORT 25
8
9# Path to your alias file.  Just stay with the default.
10#ALIASES /etc/aliases
11
12# Path to your spooldir.  Just stay with the default.
13#SPOOLDIR /var/spool/dma
14
15# SMTP authentication
16#AUTHPATH /etc/dma/auth.conf
17
18# Uncomment if you want TLS/SSL support
19#SECURETRANSFER
20
21# Uncomment if you want STARTTLS support (only used in combination with
22# SECURETRANSFER)
23#STARTTLS
24
25# Uncomment if you have specified STARTTLS above and it should be allowed
26# to fail ("opportunistic TLS", use an encrypted connection when available
27# but allow an unencrypted one to servers that do not support it)
28#OPPORTUNISTIC_TLS
29
30# Path to your local SSL certificate
31#CERTFILE
32
33# If you want to use plain text SMTP login without using encryption, change
34# the SECURE entry below to INSECURE.  Otherwise plain login will only work
35# over a secure connection.  Use this option with caution.
36#SECURE
37
38# Uncomment if you want to defer your mails.  This is useful if you are
39# behind a dialup line.  You have to submit your mails manually with dma -q
40#DEFER
41
42# Uncomment if you want the bounce message to include the complete original
43# message, not just the headers.
44#FULLBOUNCE
45
46# The internet hostname dma uses to identify the host.
47# If not set or empty, the result of gethostname(2) is used.
48# If MAILNAME is an absolute path to a file, the first line of this file
49# will be used as the hostname.
50#MAILNAME mail.example.net
51
52# Masquerade envelope from addresses with this address/hostname.
53# Use this if mails are not accepted by destination mail servers because
54# your sender domain is invalid.
55# By default, MASQUERADE is not set.
56# Format: MASQUERADE [user@][host]
57# Examples:
58# MASQUERADE john@  on host "hamlet" will send all mails as john@hamlet
59# MASQUERADE percolator  will send mails as $username@percolator, e.g. fish@percolator
60# MASQUERADE herb@ert  will send all mails as herb@ert
61
62# Directly forward the mail to the SMARTHOST bypassing aliases and local delivery
63#NULLCLIENT
64