my system dosn't allow HANGUL.
sorry.
I don't know why pop3 service doesn't start.
sendmail runs perfectly, and port 25 is open.
but pop3 service doesn't start.
I use Redhat 7.0 pkged by Wow.
I installed imap package rpm files,
and have ipop3d under /usr/sbin/
and config file ipop3 under /etc/xinetd.d/
I edited /etc/services file, and uncomment pop3 line.
I added my domain and aliases to /etc/mail/local-host-name, and
even made /etc/sendmail.cw including my domain info.
DNS and MX record is set like this..
IN NS ns.mydomain.co.kr.
IN A 210.xx.xx.85
localhost IN A 127.0.0.1
;
IN A 210.XX.XX.85
ns IN A 210.XX.XX.85
www IN A 210.XX.XX.85
mail IN A 210.XX.XX.85
mydomain.co.kr. IN MX 10 mail.mydomain.co.kr.
If i manualy start /usr/sbin/ipop3d, it works but only in the session.
But telnet localhost 110 is not work!
What's wrong? and what should i find?
Let me know , thanks.