postfix/postfix-chroot-update
2023-02-27 15:02:06 -05:00

5 lines
89 B
Bash

#!/bin/bash
[ -x /etc/postfix/chroot-update ] && exec /etc/postfix/chroot-update
exit 0