Complete.Org: Mailing Lists: Archives: discussion: July 2001:
[aclug-L] Re: IMAP help
Home

[aclug-L] Re: IMAP help

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: discussion@xxxxxxxxx
Subject: [aclug-L] Re: IMAP help
From: Jeff Vian <jvian10@xxxxxxxx>
Date: Thu, 26 Jul 2001 18:35:52 -0500
Reply-to: discussion@xxxxxxxxx

Matt Pankratz wrote:
> 
> Jeff,
> 
> Thanks for the tip.
> 
> I've checked config files in /etc/xinetd.d for imap and ipop3 and enabled
> them.  I still get:
> 
> Executing: /etc/rc.d/init.d/ipop3: start
>         * sh: /etc/rc.d/init.d/ipop3:: No such file or directory
>         * return 127
> 
> When trying to start ipop3.  And:
> 
> Executing: /etc/rc.d/init.d/imap: start
>         * sh: /etc/rc.d/init.d/imap:: No such file or directory
>         * return 127
> 
> When trying to start imap.


This is your problem. ------  you don't start them that way.

after you have changed the line in the files in the /etc/xinetd.d
directory to say
disabled = no

you simply restart the xinetd daemon by doing
     /etc/rc.d/init.d/xinetd restart
This will put every service you have configured online and available.

For more information on how xinetd works do
     man xinetd
and
     man xinetd.conf



> 
> I'm poking around elsewhere, but haven't come up with much...
> 
> On Tue, 24 Jul 2001, Jeff Vian wrote:
> 
> >
> > Matt Pankratz wrote:
> > >
> > > Okay,
> > >
> > > I'm trying to get IMAP working so I can install a web front-end to
> read my
> > > mail when I don't have ssh access.
> > >
> > > I'm running RH 7.1
> > >
> > > I know that imap is installed:
> > >
> > > [mattp@mattyp /etc]$ rpm -q imap
> > > imap-2000-9
> > >
> > > When I run linuxconf and try to start imap, I get the output below:
> > >
> >
> >
> >
> > on RH 7.1 imap is installed as one of the services controlled by xinetd.
> > check the config files in /etc/xinetd.d and see if it is set to
> > "disable = yes"  All you need to do to get it working is change that
> > line to
> > "disable = no" then restart xinetd.
> >
> > you will also probably need to do some config on sendmail to get
> > everything working right.
> >
> > Jeff.
> 
> -- This is the discussion@xxxxxxxxx list.  To unsubscribe,
> visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi
-- This is the discussion@xxxxxxxxx list.  To unsubscribe,
visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi


[Prev in Thread] Current Thread [Next in Thread]