Deepan wrote:
Hi All,
I am using sendmail via php mail function to send
emails. However few servers reject my mails with
the error 'Sender address rejected: Domain not
found', since mails from my server are sent as
[EMAIL PROTECTED] How do I change this
to a valid domain name ? We only own a public IP.
we dont really have a domain name, is it possible
to use IP ?

Here are some points for reference.

1. Get a "free" domain(is it called sub-domain) http://www.dyndns.com
2. Point it to the ip of the server.
3. It may be possible in php to set the "from"? I think it is.
4. Configure smart-relay on sendmail so that all the mail from the server will go to proper mail server (with reverse-dns) to be sent out. It maybe possible to use the your current ISP mail server for this.

Because of the many spam problems, mail servers are configured to reject mail that does not conform to standards.

Please note that I am not an expert. Please double check with others.

P.V.Anthony


_______________________________________________
Slugnet mailing list
[email protected]
http://www.lugs.org.sg/mailman/listinfo/slugnet

Reply via email to