]> git.ipfire.org Git - people/ms/dma.git/blame - dma.conf
Merge branch 'master' of git://gitorious.org/dma-roam/pkg-debian
[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.
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
25419397
SS
16# SMTP authentication
17#AUTHPATH /etc/dma/auth.conf
18
25419397
SS
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
4dea15f5
PP
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
25419397
SS
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 name to be used when introducing this host, if different from
48# the result of "hostname". If specified, this overrides MAILNAMEFILE.
49#MAILNAME mail.example.net
50
51# The name of the file to read the MAILNAME from; if this file is not
52# present, the result of "hostname" will be used.
53#MAILNAMEFILE /etc/mailname