]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/dma/dma.conf
pmap: move the smp_targeted_tlb_shutdown pointer stuff to amd64 pmap.h
[FreeBSD/FreeBSD.git] / contrib / dma / dma.conf
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 # NOTE: on Debian systems this is handled via debconf!
6 # Please use dpkg-reconfigure dma to change this value.
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.
13 #ALIASES /etc/aliases
14
15 # Path to your spooldir.  Just stay with the default.
16 #SPOOLDIR /var/spool/dma
17
18 # SMTP authentication
19 #AUTHPATH /etc/dma/auth.conf
20
21 # Uncomment if you want TLS/SSL support
22 #SECURETRANSFER
23
24 # Uncomment if you want STARTTLS support (only used in combination with
25 # SECURETRANSFER)
26 #STARTTLS
27
28 # Pin the server certificate by specifying its SHA256 fingerprint.
29 # Only makes sense if you use a smarthost.
30 #FINGERPRINT 1234567890ABCDEF1234567890ABCDEF1234567890ABCDEF1234567890ABCDEF
31
32 # Uncomment if you have specified STARTTLS above and it should be allowed
33 # to fail ("opportunistic TLS", use an encrypted connection when available
34 # but allow an unencrypted one to servers that do not support it)
35 #OPPORTUNISTIC_TLS
36
37 # Path to your local SSL certificate
38 #CERTFILE
39
40 # If you want to use plain text SMTP login without using encryption, change
41 # the SECURE entry below to INSECURE.  Otherwise plain login will only work
42 # over a secure connection.  Use this option with caution.
43 #SECURE
44
45 # Uncomment if you want to defer your mails.  This is useful if you are
46 # behind a dialup line.  You have to submit your mails manually with dma -q
47 #DEFER
48
49 # Uncomment if you want the bounce message to include the complete original
50 # message, not just the headers.
51 #FULLBOUNCE
52
53 # The internet hostname dma uses to identify the host.
54 # If not set or empty, the result of gethostname(2) is used.
55 # If MAILNAME is an absolute path to a file, the first line of this file
56 # will be used as the hostname.
57 #MAILNAME mail.example.net
58
59 # Masquerade envelope from addresses with this address/hostname.
60 # Use this if mails are not accepted by destination mail servers because
61 # your sender domain is invalid.
62 # By default, MASQUERADE is not set.
63 # Format: MASQUERADE [user@][host]
64 # Examples:
65 # MASQUERADE john@  on host "hamlet" will send all mails as john@hamlet
66 # MASQUERADE percolator  will send mails as $username@percolator, e.g. fish@percolator
67 # MASQUERADE herb@ert  will send all mails as herb@ert
68
69 # Directly forward the mail to the SMARTHOST bypassing aliases and local delivery
70 #NULLCLIENT