diff options
| author | Renato Botelho <garga@FreeBSD.org> | 2021-02-02 13:05:41 +0000 |
|---|---|---|
| committer | Renato Botelho <garga@FreeBSD.org> | 2021-02-02 13:05:41 +0000 |
| commit | 5687a338c901899bfe8b142be7b6ee99c8e177e1 (patch) | |
| tree | 15fab39b2097dbbb4c00f02ce54b75f1c90fc84a /mail/dma/files | |
| parent | print/cups-cloud-print: Deprecate since Google Cloud Print is EoL (diff) | |
mail/dma: Fix build and improve pkg-message
- Replace deprecated NO_WERROR by MK_WERROR=no
- Tweak pkg-message to mention that dma is also in base [1]
PR: 252045 [1]
Submitted by: Dan Mahoney <freebsd@gushi.org>
Sponsored by: Rubicon Communications, LLC ("Netgate")
Diffstat (limited to 'mail/dma/files')
| -rw-r--r-- | mail/dma/files/pkg-message.in | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/mail/dma/files/pkg-message.in b/mail/dma/files/pkg-message.in index 14f76ad7f6bb..fcc59f37b315 100644 --- a/mail/dma/files/pkg-message.in +++ b/mail/dma/files/pkg-message.in @@ -1,6 +1,15 @@ [ { type: install message: <<EOM + +Please note that dma is now also available in FreeBSD's base, currently under +/usr/libexec/dma, and with config files in /etc/mail/dma. + +These may not track the same version of dma. Users are encouraged to check +releases notes to see which best suits their needs. + +=== + To enable dma please edit /etc/mail/mailer.conf to replace all lines referring to another MTA with the following: @@ -8,7 +17,11 @@ sendmail %%PREFIX%%/libexec/dma send-mail %%PREFIX%%/libexec/dma mailq %%PREFIX%%/libexec/dma -If you not need sendmail anymore, please add in your rc.conf: +If you do not need sendmail anymore, please add in your rc.conf: + +sendmail_enable="NONE" + +or, for more granular control: sendmail_enable="NO" sendmail_submit_enable="NO" |
