On Thu, 9 Apr 1998, Anthony E. Greene wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
>
> I re-installed RH5 after not getting POP3 service running. I then installed
> qpopper2.3 from the RPM and was unable to get it to work. It disconnected
> before sending the service banner.
>
> Then I uninstalled it and installed the IMAP server from the RPM on the CD.
> The IMAP server runs, but POP3 clients cannot access it using POP3
> commands. The banner I get is:
>
> * OK host.domain IMAP4rev1 v10.205 server ready
>
> It's the same whether I specify 'imapd' or 'ipop3d' in inet.conf. Then man
> page says this thing is supposed to support POP3, but it won't accept USER,
> PASS, or QUIT commands. I end up killing the telnet session from another
> virtual terminal.
>
> How do I get this thing to use POP3?
>
>
[loki] ~ ---> rpm -q imap
imap-4.1.BETA-9
[loki] ~ ---> telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK POP3 loki.localnet.net v4.41 server ready
user loki
+OK User name accepted, password please
quit
+OK Sayonara
Connection closed by foreign host.
[loki] ~ --->
make sure that inetd.conf is correct...
[loki] /etc ---> grep pop3 inetd.conf
pop-3 stream tcp nowait root /usr/sbin/tcpd ipop3d
[loki] /etc --->
make sure /etc/services has the correct entry (it should unless you
touched it...
[loki] /etc ---> grep pop-3 services
pop-3 110/tcp # PostOffice V.3
[loki] /etc --->
also, if you use hosts.allow or hosts.deny make sure it will allow
connections to ipop3d. My sister uses eudora with this setup and i
haven't had a problem yet.
pat
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.