At this point, I have set-up an e-mail address which I can receive mail at and send mail from if I am logged in through Squirrelmail. I am also able to use Eudora to check mail from the server using IMAP.
The only thing I have not been able to do is connect to POP3 and download the e-mail using Eudora.
It appears that nothing is listening on port 110:
CODE
# telnet localhost 110
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
Further investigation shows there's some type of error going on with qmail-pop3d:
CODE
# ps aux | grep qmail-pop3d
root 5098 0.0 0.0 1352 48 ? S 02:35 0:01 readproctitle service errors: ...denied?supervise: fatal: unable to start qmail-pop3d/run: access denied?supervise: fatal: unable to start qmail-pop3d/run: access denied?supervise: fatal: unable to start qmail-pop3d/run: access denied?supervise: fatal: unab
root 5103 0.0 0.0 1360 132 ? S 02:35 0:04 supervise qmail-pop3d
qmaill 10676 0.0 0.0 1372 272 ? S 05:49 0:00 multilog t s100000 n20 /var/log/qmail/qmail-pop3d
root 22087 0.0 0.0 4456 640 pts/1 S 06:21 0:00 grep qmail-pop3d
root 5098 0.0 0.0 1352 48 ? S 02:35 0:01 readproctitle service errors: ...denied?supervise: fatal: unable to start qmail-pop3d/run: access denied?supervise: fatal: unable to start qmail-pop3d/run: access denied?supervise: fatal: unable to start qmail-pop3d/run: access denied?supervise: fatal: unab
root 5103 0.0 0.0 1360 132 ? S 02:35 0:04 supervise qmail-pop3d
qmaill 10676 0.0 0.0 1372 272 ? S 05:49 0:00 multilog t s100000 n20 /var/log/qmail/qmail-pop3d
root 22087 0.0 0.0 4456 640 pts/1 S 06:21 0:00 grep qmail-pop3d
Any ideas as to what I have done wrong?