diff options
author | Juraj Lutter <otis@FreeBSD.org> | 2022-03-12 12:55:38 +0100 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2022-03-13 13:34:29 +0100 |
commit | ee87152d51a0a63406f189987975dc14a3ed5825 (patch) | |
tree | ae52059faffa54e3fb432055eb1f1424b313b620 /mail/postfix-current/files/pkg-message.in | |
parent | net-im/dino: Add missed options related to RTP (diff) |
mail/postfix-current: Update to 3.8.20220220
- Update to 3.8.20220220
- Correct installation instructions [1]
- Listen on both IPv4 and IPv6 [2]
- Use system-wide CA path [3]
- Correct typo in pkg-message [4]
- Switch to PCRE2 [5]
PR: 261821 [1]
PR: 252872 [2]
PR: 239473 [3]
PR: 261824 [4]
PR: 262100 [5]
Diffstat (limited to 'mail/postfix-current/files/pkg-message.in')
-rw-r--r-- | mail/postfix-current/files/pkg-message.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/postfix-current/files/pkg-message.in b/mail/postfix-current/files/pkg-message.in index 57bf7b01a678..1727326607e1 100644 --- a/mail/postfix-current/files/pkg-message.in +++ b/mail/postfix-current/files/pkg-message.in @@ -11,6 +11,7 @@ Run the following commands to enable postfix during startup: If postfix is *not* already activated in %%MC_PREFIX%%/etc/mail/mailer.conf - mv %%MC_PREFIX%%/etc/mail/mailer.conf %%MC_PREFIX%%/etc/mail/mailer.conf.old + - install -d %%MC_PREFIX%%/etc/mail - install -m 0644 %%DATADIR%%/mailer.conf.postfix %%MC_PREFIX%%/etc/mail/mailer.conf Disable sendmail(8) specific tasks, |