Hi,

> The problem is I am sending mail through my ISP who doesnt like the
> sender [EMAIL PROTECTED] (Hobbiton is the name of my server)

Have you tried specifying the From: header to a legitimate domain.

It looks like your ISP doesn't like the fact that hobbiton is an invalid
domain.

If you're using PHP mail(), try:

mail('[EMAIL PROTECTED]', 'subject', 'message', "From: [EMAIL PROTECTED]");

This might make them happier.

Let me know if that helps,

- Andy

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to