BB Unix Network Monitor - Message
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: {bb} OOps ! Change in bbnet breaks imap monitoring
Robert-Andre,
I made the changes to bb-network.sh, as per your instructions.
I even tried both textmsg="* LOGOUT" and textmsg='* LOGOUT' (in case "*"
was doing something it shouldn't, and that did not work either. It looks
like textmsg is not getting to bbnet. Any ideas?
Thanks for your help.
Nick
Robert-Andre Croteau wrote:
>
> Robert-Andre Croteau wrote:
> >
> > Nick Metrowsky wrote:
> > >
> > > I must admit that the new Big Brother looks very good. It seems to be
> > > working great on Digital UNIX V4.0d with no problems. Unfortunately, the
> > > new version broke the capability of monitoring port 143 (imap). The
> > > V1.07a version of bbnet had no problem supporting imap.
> > >
> > > Any ideas on what changed?
> > >
> >
> > Nick,
> >
> > can you replace in bb-network.sh of BBNET:
> >
> > OUTPUT=`$BBHOME/bin/bbnet ${FULLNAME}:${SVC}`
> >
> > with
> >
> > # echo "SETTING UP PROTOCOL SPECIFIC DATA"
> > case $1
> > in
> > imap* )
> > textmsg="* LOGOUT"
> > ;;
> > *)
> > textmsg=""
> > ;;
> > esac
> > # echo "TESTING SERVICE $SVC"
> > if [ "$textmsg" = "" ]
>
> should read
>
> if [ "$textmsg" != "" ]
> ^^
> > then
> > OUTPUT=`$BBHOME/bin/bbnet ${FULLNAME}:${SVC} "$textmsg"`
> > else
> > OUTPUT=`$BBHOME/bin/bbnet ${FULLNAME}:${SVC}`
> > fi
> >
> > Let me know if this works !
>
> sorry
> --
> Robert-Andre Croteau BSD,MOTU robert@unix.sh
> Systemes Informatiques RAC Enrg robert@motu.ca
> (514) 465-3057 rcroteau@videotron.ca
> http://www.motu.ca/
> Si le bonheur ne s'achete pas alors louez le.
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Please send mail for the mailing list to: bb@taex001.tamu.edu
> To [un]subscribe to this list, send e-mail to majordomo@taex001.tamu.edu
> with [un]subscribe bb in the BODY of the message.
> Please contact the mailing-list-owner as: bb-owner@taex001.tamu.edu
--
========================================================================
Nick Metrowsky |
JILA, Central Unix System Admin. | E-Mail: nmetro@colorado.edu
University of Colorado | nmetro@jila.colorado.edu
JILA, Room S222 | Phone: (303)492-4060
Campus Box 440 | FAX: (303)492-5235
Boulder, CO 80309-0440 | http://jilaweb.colorado.edu/~nmetro
========================================================================
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Please send mail for the mailing list to: bb@taex001.tamu.edu
To [un]subscribe to this list, send e-mail to majordomo@taex001.tamu.edu
with [un]subscribe bb in the BODY of the message.
Please contact the mailing-list-owner as: bb-owner@taex001.tamu.edu
Home |
Main Index |
Thread Index