[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: POP3 problem
> I have an OBSD3.1 box, I installed imap (make bso) and installed the
> imap and pop3 daemon in /usr/libexec. I configured inetd.conf too. When
> I do a telnet localhost 110 (locally), I get:
> Trying 127.0.0.1...
> telnet: connect to address 127.0.0.1: Connection refused
>
>
> bash-2.05a# netstat -an
> Active Internet connections (including servers)
> Proto Recv-Q Send-Q Local Address Foreign Address
> (state)
> tcp 0 48 66.149.101.99.22 65.118.44.194.21447
> ESTABLISHED
> tcp 0 0 *.113 *.* LISTEN
> tcp 0 0 *.587 *.* LISTEN
> tcp 0 0 *.25 *.* LISTEN
> tcp 0 0 *.3000 *.* LISTEN
> tcp 0 0 *.22 *.* LISTEN
> tcp 0 0 127.0.0.1.111 *.* LISTEN
> tcp 0 0 *.111 *.* LISTEN
No POP server (TCP port 110) listening there. Did you remember to
SIGHUP your inet daemon after changing its configuring file?
David S.