]> git.ipfire.org Git - people/ms/dma.git/blame - dma.conf
make ppa: force lower version number
[people/ms/dma.git] / dma.conf
CommitLineData
25419397
SS
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.
db93ed9b
SS
5# NOTE: on Debian systems this is handled via debconf!
6# Please use dpkg-reconfigure dma to change this value.
25419397
SS
7#SMARTHOST
8
9# Use this SMTP port. Most users will be fine with the default (25)
10#PORT 25
11
12# Path to your alias file. Just stay with the default.
db93ed9b 13#ALIASES /etc/aliases
25419397
SS
14
15# Path to your spooldir. Just stay with the default.
16#SPOOLDIR /var/spool/dma
17
25419397
SS
18# SMTP authentication
19#AUTHPATH /etc/dma/auth.conf
20
25419397
SS
21# Uncomment if yout want TLS/SSL support
22#SECURETRANSFER
23
24# Uncomment if you want STARTTLS support (only used in combination with
25# SECURETRANSFER)
26#STARTTLS
27
4dea15f5
PP
28# Uncomment if you have specified STARTTLS above and it should be allowed
29# to fail ("opportunistic TLS", use an encrypted connection when available
30# but allow an unencrypted one to servers that do not support it)
31#OPPORTUNISTIC_TLS
32
25419397
SS
33# Path to your local SSL certificate
34#CERTFILE
35
36# If you want to use plain text SMTP login without using encryption, change
37# the SECURE entry below to INSECURE. Otherwise plain login will only work
38# over a secure connection. Use this option with caution.
39#SECURE
40
41# Uncomment if you want to defer your mails. This is useful if you are
42# behind a dialup line. You have to submit your mails manually with dma -q
43#DEFER
44
45# Uncomment if you want the bounce message to include the complete original
46# message, not just the headers.
47#FULLBOUNCE
48
27905878
SS
49# The internet hostname dma uses to identify the host.
50# If not set or empty, the result of gethostname(2) is used.
51# If MAILNAME is an absolute path to a file, the first line of this file
52# will be used as the hostname.
25419397 53#MAILNAME mail.example.net