1
0
forked from ports/opt
opt/postfix/post-install

10 lines
181 B
Plaintext
Raw Permalink Normal View History

2021-03-07 21:17:02 -06:00
#!/bin/sh
/usr/sbin/postalias /etc/postfix/aliases
for hashfile in virtual relocated access transport; do
/usr/sbin/postmap hash:/etc/postfix/"$hashfile"
2021-03-07 21:17:02 -06:00
done
# set ts=4 et: