diff options
Diffstat (limited to 'debian/postfix-pcre.postinst')
-rw-r--r-- | debian/postfix-pcre.postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/postfix-pcre.postinst b/debian/postfix-pcre.postinst index 91ecd35..44bfdf8 100644 --- a/debian/postfix-pcre.postinst +++ b/debian/postfix-pcre.postinst @@ -32,6 +32,7 @@ case "$1" in addmap pcre if [ "$(postconf -h alias_database | cut -f1 -d:)" = "pcre" ]; then runnewaliases + touch /var/spool/postfix/restart fi ;; |