LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   local mail problem (https://www.linuxquestions.org/questions/linux-newbie-8/local-mail-problem-268008/)

sucram2g 12-19-2004 07:35 AM

POP3: local users uneable to receive local mail
 
Hi,
I have set up a Mail-server ( POP3, sendmail, fetchmail, procmail) on a SuSE 9.0 box. Everything works great but local users ( local network: home.com) cant receive mail from each other.

#When I check the mail queue using :
sendmail -bp
#I get a
host map: lookup (home.com): deferred
Deferred: Name server: pop3.home.com: host name lookup
#also when sending mail with
/usr/sbin/sendmail -q -v
# I get
<user1@home.com>...Transient parse error -- messages queued for future delivery
home.com: Name server timeout
.... Deferred: Name server: pop3.home.com: host lookup failure



I have not set up any dns in my network, but have entries of all machines in /etc/hosts

Plz help!

jonr 12-19-2004 04:26 PM

Do you have your hosts file set up similar to this:

localhost localhost.localdomain.yourmachinenickname localhost

??? If not, that may solve the problem.

I was getting terrific timeouts till I made hosts read that way.

I should add that this is a single desktop machine, not on a local network. I don't know if this works except for a single-machine setup.

sucram2g 12-21-2004 03:56 AM

THe layout is like this:

IP localhost.mynetwork localhost

it also has entries for other providers like smtp.mail.yahoo.com and others used by loacal users.


All times are GMT -5. The time now is 07:34 PM.