/etc/mail: Install 4 sample mailer.conf files
authorJohn Marino <draco@marino.st>
Sat, 7 Mar 2015 19:37:38 +0000 (20:37 +0100)
committerJohn Marino <draco@marino.st>
Sat, 7 Mar 2015 21:06:38 +0000 (22:06 +0100)
commitb7fb31a197a4fe32032bcdeb4b9ceb0cd605d77a
tree0a3c7f8ee92696f3d82f69f5112da734e4da28dd
parentecf11f27edf946aee730c39ae82278ca5f136ffd
/etc/mail: Install 4 sample mailer.conf files

These files have been recently referenced in the DragonFly handbook.
They are here to allow quick reconfiguration of the Mail Transfer Agent.
For example, if Postfix from DPorts is desired, all one needs to do is
copy /etc/mail/mailer.conf.postfix to /etc/mail/mailer.conf and reboot
(assuming postfix configuration files are already in place).

This provides default MTA configurations for dma (base), postfix,
sendmail, and and opensmtpd.
libexec/dma/Makefile
libexec/dma/mailer-conf/Makefile [new file with mode: 0644]
libexec/dma/mailer-conf/mailer.conf.dma [new file with mode: 0644]
libexec/dma/mailer-conf/mailer.conf.opensmtpd [new file with mode: 0644]
libexec/dma/mailer-conf/mailer.conf.postfix [new file with mode: 0644]
libexec/dma/mailer-conf/mailer.conf.sendmail [new file with mode: 0644]