003 File Manager
Current Path:
/usr/src/contrib/dma
usr
/
src
/
contrib
/
dma
/
📁
..
📄
INSTALL
(1.07 KB)
📄
LICENSE
(5.31 KB)
📄
Makefile
(2.98 KB)
📄
Makefile.etc
(300 B)
📄
README.markdown
(779 B)
📄
TODO
(133 B)
📄
VERSION
(6 B)
📄
aliases_parse.y
(1.52 KB)
📄
aliases_scan.l
(463 B)
📄
auth.conf
(186 B)
📄
base64.c
(3.42 KB)
📄
conf.c
(6.17 KB)
📄
crypto.c
(9.17 KB)
📄
dfcompat.c
(3.58 KB)
📄
dfcompat.h
(406 B)
📄
dma-mbox-create.c
(5.02 KB)
📄
dma.8
(8.71 KB)
📄
dma.c
(13.16 KB)
📄
dma.conf
(2.28 KB)
📄
dma.h
(6.37 KB)
📄
dns.c
(6.65 KB)
📄
get-version.sh
(177 B)
📄
local.c
(6.58 KB)
📄
mail.c
(9.81 KB)
📄
net.c
(13.19 KB)
📄
spool.c
(9.5 KB)
📁
test
📄
util.c
(7.19 KB)
Editing: dma.conf
# $DragonFly: src/etc/dma/dma.conf,v 1.2 2008/02/04 10:11:41 matthias Exp $ # # Your smarthost (also called relayhost). Leave blank if you don't want # smarthost support. # NOTE: on Debian systems this is handled via debconf! # Please use dpkg-reconfigure dma to change this value. #SMARTHOST # Use this SMTP port. Most users will be fine with the default (25) #PORT 25 # Path to your alias file. Just stay with the default. #ALIASES /etc/aliases # Path to your spooldir. Just stay with the default. #SPOOLDIR /var/spool/dma # SMTP authentication #AUTHPATH /etc/dma/auth.conf # Uncomment if yout want TLS/SSL support #SECURETRANSFER # Uncomment if you want STARTTLS support (only used in combination with # SECURETRANSFER) #STARTTLS # Uncomment if you have specified STARTTLS above and it should be allowed # to fail ("opportunistic TLS", use an encrypted connection when available # but allow an unencrypted one to servers that do not support it) #OPPORTUNISTIC_TLS # Path to your local SSL certificate #CERTFILE # If you want to use plain text SMTP login without using encryption, change # the SECURE entry below to INSECURE. Otherwise plain login will only work # over a secure connection. Use this option with caution. #SECURE # Uncomment if you want to defer your mails. This is useful if you are # behind a dialup line. You have to submit your mails manually with dma -q #DEFER # Uncomment if you want the bounce message to include the complete original # message, not just the headers. #FULLBOUNCE # The internet hostname dma uses to identify the host. # If not set or empty, the result of gethostname(2) is used. # If MAILNAME is an absolute path to a file, the first line of this file # will be used as the hostname. #MAILNAME mail.example.net # Masquerade envelope from addresses with this address/hostname. # Use this if mails are not accepted by destination mail servers because # your sender domain is invalid. # By default, MASQUERADE is not set. # Format: MASQUERADE [user@][host] # Examples: # MASQUERADE john@ on host "hamlet" will send all mails as john@hamlet # MASQUERADE percolator will send mails as $username@percolator, e.g. fish@percolator # MASQUERADE herb@ert will send all mails as herb@ert # Directly forward the mail to the SMARTHOST bypassing aliases and local delivery #NULLCLIENT
Upload File
Create Folder