>
>Dumb question time. Running on RH 7.1. Set the imap/imaps in /etc/xinetd.d
>to disabled. Then tried to start the imapd daemon in standalone. I.e.,
>/usr/sbin/imapd -- it responds and then does not return (have to stop with
>^C).  I tried writing a init.d script to start it:
>
># Source function library.
>. /etc/init.d/functions
>
>[ -f /usr/sbin/imapd ] || exit 0
>
>RETVAL=0
>
>start() {
>        echo -n $"Starting imapd: "
>        daemon imapd
>        RETVAL=$?
>        echo
>        [ $RETVAL -eq 0 ] && touch /var/lock/subsys/imapd
>        return $RETVAL
>
>and that seems to start and not return when I ./imapd start.
>
>Nothing in the doco about imapd running in staqndalone mode.  Any advice
>please?

Check the services configuration in setup. You can choose imap there. then 
go to /etc/xinetd.d and remove the imap file. Restart xinetd and start 
imap, and that should do the trick, but I dunno if it will ease the 
logging problem. I'm running standalone servers and see those log entries 
all day long. You might have more luck messing around in the syslog.conf 
file than in the init files.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to