From 00122f326fa0723d1d9cb8e1d3ddbeac09f8a89f Mon Sep 17 00:00:00 2001 From: lhaig Date: Mon, 18 Oct 2010 16:59:22 +0000 Subject: [PATCH] Updated the init script to remove the smtp port restriction --- init/bongo.init.suse10.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/bongo.init.suse10.in b/init/bongo.init.suse10.in index aeab28d..5190d25 100644 --- a/init/bongo.init.suse10.in +++ b/init/bongo.init.suse10.in @@ -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