1262266Sbapt# $DragonFly: src/etc/dma/dma.conf,v 1.2 2008/02/04 10:11:41 matthias Exp $
2262266Sbapt#
3262266Sbapt# Your smarthost (also called relayhost).  Leave blank if you don't want
4262266Sbapt# smarthost support.
5262266Sbapt# NOTE: on Debian systems this is handled via debconf!
6262266Sbapt# Please use dpkg-reconfigure dma to change this value.
7262266Sbapt#SMARTHOST
8262266Sbapt
9262266Sbapt# Use this SMTP port.  Most users will be fine with the default (25)
10262266Sbapt#PORT 25
11262266Sbapt
12262266Sbapt# Path to your alias file.  Just stay with the default.
13262266Sbapt#ALIASES /etc/aliases
14262266Sbapt
15262266Sbapt# Path to your spooldir.  Just stay with the default.
16262266Sbapt#SPOOLDIR /var/spool/dma
17262266Sbapt
18262266Sbapt# SMTP authentication
19262266Sbapt#AUTHPATH /etc/dma/auth.conf
20262266Sbapt
21262266Sbapt# Uncomment if yout want TLS/SSL support
22262266Sbapt#SECURETRANSFER
23262266Sbapt
24262266Sbapt# Uncomment if you want STARTTLS support (only used in combination with
25262266Sbapt# SECURETRANSFER)
26262266Sbapt#STARTTLS
27262266Sbapt
28262266Sbapt# Uncomment if you have specified STARTTLS above and it should be allowed
29262266Sbapt# to fail ("opportunistic TLS", use an encrypted connection when available
30262266Sbapt# but allow an unencrypted one to servers that do not support it)
31262266Sbapt#OPPORTUNISTIC_TLS
32262266Sbapt
33262266Sbapt# Path to your local SSL certificate
34262266Sbapt#CERTFILE
35262266Sbapt
36262266Sbapt# If you want to use plain text SMTP login without using encryption, change
37262266Sbapt# the SECURE entry below to INSECURE.  Otherwise plain login will only work
38262266Sbapt# over a secure connection.  Use this option with caution.
39262266Sbapt#SECURE
40262266Sbapt
41262266Sbapt# Uncomment if you want to defer your mails.  This is useful if you are
42262266Sbapt# behind a dialup line.  You have to submit your mails manually with dma -q
43262266Sbapt#DEFER
44262266Sbapt
45262266Sbapt# Uncomment if you want the bounce message to include the complete original
46262266Sbapt# message, not just the headers.
47262266Sbapt#FULLBOUNCE
48262266Sbapt
49262266Sbapt# The internet hostname dma uses to identify the host.
50262266Sbapt# If not set or empty, the result of gethostname(2) is used.
51262266Sbapt# If MAILNAME is an absolute path to a file, the first line of this file
52262266Sbapt# will be used as the hostname.
53262266Sbapt#MAILNAME mail.example.net
54262266Sbapt
55262266Sbapt# Masquerade envelope from addresses with this address/hostname.
56262266Sbapt# Use this if mails are not accepted by destination mail servers because
57262266Sbapt# your sender domain is invalid.
58262266Sbapt# By default, MASQUERADE is not set.
59262266Sbapt# Format: MASQUERADE [user@][host]
60262266Sbapt# Examples:
61262266Sbapt# MASQUERADE john@  on host "hamlet" will send all mails as john@hamlet
62262266Sbapt# MASQUERADE percolator  will send mails as $username@percolator, e.g. fish@percolator
63262266Sbapt# MASQUERADE herb@ert  will send all mails as herb@ert
64262266Sbapt
65262266Sbapt# Directly forward the mail to the SMARTHOST bypassing aliases and local delivery
66262266Sbapt#NULLCLIENT
67