diff options
author | Matt Housh <jaeger@crux.ninja> | 2022-04-09 18:40:17 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2022-04-09 18:40:30 -0500 |
commit | 1e65bcc353895dca7893aafca43570ca98d81d8d (patch) | |
tree | 7d82f8c2f448c207862407fa751a297c9d96bd4c /postfix/post-install | |
parent | 89bd3c08a477577c200d25a36b290e96f9c405a1 (diff) | |
download | opt-1e65bcc353895dca7893aafca43570ca98d81d8d.tar.gz opt-1e65bcc353895dca7893aafca43570ca98d81d8d.tar.xz |
postfix: updated to version 3.7.0, enabled dynamicmaps and shared library support
Diffstat (limited to 'postfix/post-install')
-rwxr-xr-x | postfix/post-install | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/postfix/post-install b/postfix/post-install index c2cc97c85..0a9554b63 100755 --- a/postfix/post-install +++ b/postfix/post-install @@ -1,26 +1,9 @@ #!/bin/sh -cd /usr/lib/postfix - -/bin/sh post-install \ - daemon_directory=/usr/lib/postfix \ - manpage_directory=/usr/share/man \ - command_directory=/usr/sbin \ - config_directory=/etc/postfix \ - setgid_group=postdrop \ - mail_owner=mail \ - upgrade-package - -/bin/sh post-install \ - daemon_directory=/usr/lib/postfix \ - command_directory=/usr/sbin \ - config_directory=/etc/postfix \ - setgid_group=postdrop \ - mail_owner=mail \ - create-missing - /usr/sbin/postalias /etc/postfix/aliases for hashfile in virtual relocated access transport; do - /usr/sbin/postmap hash:/etc/postfix/"$hashfile" + /usr/sbin/postmap hash:/etc/postfix/"$hashfile" done + +# set ts=4 et: |