i should make a link to a S50qmail-pop3d.
Sxx are start scripts Kxx are shutdown scripts
ln -s /ets/rc.d/init.d/qmail-pop3d.init /etc/rc.d/rc2.d/S50qmail-pop3d

marco leeflang

Peter Abplanalp wrote:

> Hello, I've had similar problems ;-)
>
> > 1º - The POP3 service is not initializing on startup, a have to go to the
> > /etc/rc.d/init.d and manually start qmail-pop3d.init (./qmail-pop3d.init
> start)
>
> You probably need to link /etc/rc.d/init.d/qmail-popsd.init to an rc script
> in the rc*.d directories.  i.e.
>
> ln -s /ets/rc.d/init.d/qmail-pop3d.init /etc/rc.d/rc0.d/K50qmail-pop3d
>
> you might want to do that for all the run levels.  An easier fix is to just
> add the pop command line to the existing /etc/rc.d/init.d/qmail script.
>
> > 2º - When I test the POP3 service, after I start it manually, telneting
> the
> > POP3 port (telnet 192.168.100.1 110) this is what I receive:
> >
> > -------------------------
> >
> > [root@exion /root]# telnet 192.168.100.1 110
> > Trying 192.168.100.1...
> > Connected to 192.168.100.1.
> > Escape character is '^]'.
> > +OK <1405.941834174@checkpassword>
> > user mike
> > +OK
> > pass 1234
> > -ERR this user has no $HOME/Maildir
> > Connection closed by foreign host.
> >
> > -------------------------
>
> Make sure that maildir in the pop3d command line is Maildir.  It is case
> sensitive.  I made the same mistake.
>
> -Peter
>
> Peter Abplanalp
> StorageTek
> [EMAIL PROTECTED]

Reply via email to