[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Sendmail
>
>
> I have run into a problem on my system where only user root can receive
> mail. I have set up additional users on the system but they seem to only
> be able to send mail to root. If I send a message to user "JoeUser" it
> delivers the error "user not found" back to postmaster(root). I assume
> my network config needs to be modified or my user settings need some
> work. I searched all the man pages on mail, but they all seem to point
> to the sendmail should find the user name on the system. My domain is
> linux.com and the machine hostname is mylinux (real original huh). I'm
> running RedHat 5.2 also. I sure would appreciate the help.
Linux.com is a domain registered to Infomagic. So unless you run your own
internal DNS server all your mail is probably going to mail.linux.com
(193.79.73.114) and they are rejecting it and you get a bounce back. There is
probably no problem with sendmail. But DNS (aka bind aka named) and sendmail
operate in very close co-ordination so it is often hard to tell who/which is
causing a mail delivery problem.
Try doing a "sendmail -v JoeUser@mylinux.linux.com" then press enter period
enter and watch and see who sendmail tries talking to. I'll wager it's not
your machine.