summaryrefslogtreecommitdiff
path: root/postfix/postfix.sh
diff options
context:
space:
mode:
Diffstat (limited to 'postfix/postfix.sh')
-rwxr-xr-xpostfix/postfix.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh
index 3f5467a..3d40cc8 100755
--- a/postfix/postfix.sh
+++ b/postfix/postfix.sh
@@ -246,6 +246,7 @@ else
if [ -f "$tempdir/sender_access_regex" ]; then
if grep -q -F '/^/ FILTER dkimsign:[127.0.0.1]:10026' "$tempdir/sender_access_regex"; then
echo "echo '' > \"$confdir/sender_access_regex\"" >> "$tempdir/COMMANDS"
+ rm "$tempdir/sender_access_regex"
fi
fi
fi