mailer.conf - Add missing send-mail for dma.
[dragonfly.git] / etc / mail / mailer.conf
1 #
2 # Set the Mail Transfer Agent for DragonFly
3 #
4
5 sendmail        /usr/libexec/dma
6 send-mail       /usr/libexec/dma
7 mailq           /usr/libexec/dma
8 newaliases      true
9 hoststat        true
10 purgestat       true
11
12
13 # Replace with following if mail/sendmail from DPorts is desired
14 # sendmail      /usr/local/sbin/sendmail
15 # mailq         /usr/local/bin/mailq
16 # newaliases    /usr/local/bin/newaliases
17 # hoststat      /usr/local/bin/hoststat
18 # purgestat     /usr/local/bin/purgestat
19
20 # Replace with following if mail/postfix from DPorts is desired
21 # sendmail      /usr/local/sbin/sendmail
22 # mailq         /usr/local/bin/mailq
23 # newaliases    /usr/local/bin/newaliases
24 # hoststat      true
25 # purgestat     true
26
27 # Replace with following if mail/opensmtpd from DPorts is desired
28 # sendmail      /usr/local/sbin/smtpctl
29 # mailq         /usr/local/sbin/smtpctl
30 # newaliases    /usr/local/sbin/smtpctl
31 # hoststat      true
32 # purgestat     true