LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   POP3 problems (https://www.linuxquestions.org/questions/linux-general-1/pop3-problems-36315/)

Zola 11-24-2002 08:10 AM

POP3 problems
 
Hey,
I wanted to setup a small mail server so that I could send and receive e-mail from a domain I registered on dyndns.org.

So I installed sendmail and POP3, I can send e-mail ok using sendmail.
But I'm not sure if I have configured POP3 right, I have tried several times to send e-mail to it from different e-mail accounts I have and they never seem to get to my POP3 inbox.

I have tried sending them all like this:

Blake@127.0.0.1
(replaced 127.0.0.1 with my real ip address)

Blake@my-hostname.my-isp.co.uk

Blake@my-dyndns-domain-name.org

I log into my account by telneting to 127.0.0.1 on port 110 (the port it is running on), then I log into the POP3 server by typing USER Blake, PASS my-password. But there is never any new e-mail there.

Does anybody know what the problem is here?...
Any replies would be much appreicated,
Thanks
Blake

starheart 12-05-2002 10:35 PM

Sounds like you don't have sendmail setup correctly to receive mail. Two things you have to do to setup sendmail to accept mail are add the domain you want it to receive mail for into /etc/mail/local-host-names. The second is required on redhat at least. It is that you have to edit /etc/mail/sendmail.mc and comment out the line that says to only listen on localhost. Then run the command at the top of the file and restart sendmail. You should also double check that you have your mx record for the domain set right.

DavidPhillips 12-06-2002 01:14 AM

check to see if you have mail by using

mail

then when you do have mail pop3 should work


All times are GMT -5. The time now is 08:40 AM.