Lines 1-28
Link Here
|
1 |
[ |
1 |
[ |
2 |
{ type: install |
2 |
{ type: install |
3 |
message: <<EOM |
3 |
message: <<EOM |
4 |
|
|
|
5 |
Please note that dma is now also available in FreeBSD's base, currently under |
6 |
/usr/libexec/dma, and with config files in /etc/mail/dma. |
7 |
|
8 |
These may not track the same version of dma. Users are encouraged to check |
9 |
releases notes to see which best suits their needs. |
10 |
|
11 |
=== |
12 |
|
13 |
To enable dma please edit /etc/mail/mailer.conf to replace all lines |
4 |
To enable dma please edit /etc/mail/mailer.conf to replace all lines |
14 |
referring to another MTA with the following: |
5 |
referring to another MTA with the following: |
15 |
|
6 |
|
16 |
sendmail %%PREFIX%%/libexec/dma |
7 |
sendmail %%PREFIX%%/libexec/dma |
17 |
send-mail %%PREFIX%%/libexec/dma |
8 |
send-mail %%PREFIX%%/libexec/dma |
18 |
mailq %%PREFIX%%/libexec/dma |
9 |
mailq %%PREFIX%%/libexec/dma |
19 |
newaliases %%PREFIX%%/libexec/dma |
|
|
20 |
|
10 |
|
21 |
If you do not need sendmail anymore, please add in your rc.conf: |
11 |
If you not need sendmail anymore, please add in your rc.conf: |
22 |
|
|
|
23 |
sendmail_enable="NONE" |
24 |
|
25 |
or, for more granular control: |
26 |
|
12 |
|
27 |
sendmail_enable="NO" |
13 |
sendmail_enable="NO" |
28 |
sendmail_submit_enable="NO" |
14 |
sendmail_submit_enable="NO" |