Updated the init script to remove the smtp port restriction

This commit is contained in:
lhaig
2010-10-18 16:59:22 +00:00
parent 0f32b7efe0
commit 00122f326f
+1 -1
View File
@@ -64,7 +64,7 @@ case "$1" in
if [ ! -r $BONGO_DATA ] ; then
HOSTNAME=`/bin/hostname`
echo "Initializing bongo: @DATA_INSTALL_DIR@"
$BONGO_BIN/$BONGO_CONFIG --smtp=2525 --domain=$HOSTNAME 2>&1
$BONGO_BIN/$BONGO_CONFIG --domain=$HOSTNAME 2>&1
fi
echo -n "Starting Bongo Daemon:"
startproc $BONGO_BIN/$BONGO_NAME $OPTIONS 2>&1