- update to 3.5-20190621
- convert pkg-message to UCL
This commit is contained in:
parent
4d331ce21d
commit
acc3c8442f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504936
3 changed files with 23 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= postfix
|
||||
DISTVERSION= 3.5-20190615
|
||||
DISTVERSION= 3.5-20190621
|
||||
PORTREVISION?= 0
|
||||
PORTEPOCH= 5
|
||||
CATEGORIES= mail ipv6
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1560645746
|
||||
SHA256 (postfix/postfix-3.5-20190615.tar.gz) = 8a1f106eca6927d70983017df14007d2672edf93240bde67bf51c57794bb1ac7
|
||||
SIZE (postfix/postfix-3.5-20190615.tar.gz) = 4617409
|
||||
TIMESTAMP = 1561163820
|
||||
SHA256 (postfix/postfix-3.5-20190621.tar.gz) = b4ca55f1a37edb4c326d26deef48a3739df53ce49841b82f6855019a5f861fb1
|
||||
SIZE (postfix/postfix-3.5-20190621.tar.gz) = 4605569
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{
|
||||
message: <<EOM
|
||||
To use postfix instead of sendmail:
|
||||
- clear sendmail queue and stop the sendmail daemons
|
||||
|
||||
|
@ -20,7 +23,22 @@ If you are using SASL, you need to make sure that postfix has access to read
|
|||
the sasldb file. This is accomplished by adding postfix to group mail and
|
||||
making the %%PREFIX%%/etc/sasldb* file(s) readable by group mail (this should
|
||||
be the default for new installs).
|
||||
|
||||
EOM
|
||||
type: install
|
||||
}
|
||||
{
|
||||
message: <<EOM
|
||||
If you are upgrading from prior postfix version, please see the README
|
||||
files for recommended changes to your configuration and additional
|
||||
http://www.postfix.org/COMPATIBILITY_README.html
|
||||
EOM
|
||||
type: upgrade
|
||||
}
|
||||
{
|
||||
message: <<EOM
|
||||
If you remove postfix permanent, adjust / remove the the following file:
|
||||
- %%MC_PREFIX%%/etc/mail/mailer.conf
|
||||
EOM
|
||||
type: remove
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue