xref: /freebsd/libexec/dma/dmagent/dma.conf (revision 81ad6265)
1# $FreeBSD$
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/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# Uncomment if you have specified STARTTLS above and it should be allowed
27# to fail ("opportunistic TLS", use an encrypted connection when available
28# but allow an unencrypted one to servers that do not support it)
29#OPPORTUNISTIC_TLS
30
31# Path to your local SSL certificate
32#CERTFILE
33
34# If you want to use plain text SMTP login without using encryption, change
35# the SECURE entry below to INSECURE.  Otherwise plain login will only work
36# over a secure connection.  Use this option with caution.
37#SECURE
38
39# Uncomment if you want to defer your mails.  This is useful if you are
40# behind a dialup line.  You have to submit your mails manually with dma -q
41#DEFER
42
43# Uncomment if you want the bounce message to include the complete original
44# message, not just the headers.
45#FULLBOUNCE
46
47# The internet hostname dma uses to identify the host.
48# If not set or empty, the result of gethostname(2) is used.
49# If MAILNAME is an absolute path to a file, the first line of this file
50# will be used as the hostname.
51#MAILNAME mail.example.net
52
53# Masquerade envelope from addresses with this address/hostname.
54# Use this if mails are not accepted by destination mail servers because
55# your sender domain is invalid.
56# By default, MASQUERADE is not set.
57# Format: MASQUERADE [user@][host]
58# Examples:
59# MASQUERADE john@  on host "hamlet" will send all mails as john@hamlet
60# MASQUERADE percolator  will send mails as $username@percolator, e.g. fish@percolator
61# MASQUERADE herb@ert  will send all mails as herb@ert
62
63# Directly forward the mail to the SMARTHOST bypassing aliases and local delivery
64#NULLCLIENT
65