[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] sendmail 5.1.8 + 5.6.0 errors



> The server itself is rooted to a domain jammin.co.uk and the name of the
box
> is winegum (which is not registered in DNS).
>
> Can anyone make any suggestions?
>
> Thanks
>
> Ben Wrigley
>
> <snip>
> ----- The following addresses had permanent fatal errors -----
> pharmacy@xxxxxxxxxxxx
> (reason: 501 5.1.8 Domain of sender address
> helios@xxxxxxxxxxxxxxxxxxxx does not exist)

The problem is the smtp on the raq. Its complaining because the domain name
on the sender's address (you, in the cgi), is not resolving. If you're
piping to sendmail in the cgi, sendmail takes the user that the cgi runs as
under cgi wrap, and it gets the domain from the host name of the machine.
The quick fix is to set up a DNS entry for your machine's host name.

Kevin