1diff --git a/conf/postfix-script b/conf/postfix-script
2index 19088a6..04fae23 100755
3--- a/conf/postfix-script
4+++ b/conf/postfix-script
5@@ -43,7 +43,6 @@ FATAL="$LOGGER -p fatal"
6 PANIC="$LOGGER -p panic"
7
8 umask 022
9-SHELL=/bin/sh
10
11 #
12 # Can't do much without these in place.
13@@ -229,7 +228,7 @@ status)
14 check-fatal)
15 # This command is NOT part of the public interface.
16
17- $SHELL $daemon_directory/post-install create-missing || {
18+ $daemon_directory/post-install create-missing || {
19 $FATAL unable to create missing queue directories
20 exit 1
21 }