postfix/SOURCES/postfix-chroot-update

5 lines
89 B
Plaintext
Raw Normal View History

2022-05-17 09:00:07 +00:00
#!/bin/bash
[ -x /etc/postfix/chroot-update ] && exec /etc/postfix/chroot-update
exit 0