Fix "/usr/local/bin/start-mailserver.sh: line 489: [: argument expected" There are quotes missing around a shell variable. I added some more, too. [ -z ] is okay, but [ a = b -a -z ] is not. Signed-off-by: Wolfgang Ocker <weo@reccoware.de>