On 18 Jan 2007 at 9:55, Brent Clark wrote:

> To whom it may concern
> 
> I have a problem whereby on sending an email, my mailserver does not allow 
> for ip, (needs to be wrapped in [] ).
> 
> >> 220 mail.eccotours.co.za ESMTP Exim (Ecco Tours) 4.63 Wed, 17 Jan 2007 
> >> 16:47:41 +0200
> << EHLO 192.168.111.248
> >> 250-mail.eccotours.co.za Hello 192.168.111.248 [192.168.111.248]
> >> 250-SIZE 15728640
> >> 250-PIPELINING
> >> 250 HELP
> << MAIL FROM: <[EMAIL PROTECTED]>
> >> 250 OK
> << RCPT TO: <[EMAIL PROTECTED]>
> >> 550 "REJECTED - Bad HELO - IP address not allowed [192.168.111.248]"
> << quit
> 

I am not familiar with Mail::Sender but if, as I suspect, you are 
issuing the EHLO command then you need to specify your FQN (as per 
Jeff's mail) which might be something like mail.yourdomain.com.

If your the admin in charge of the exim server then the visiblename 
and primary_hostname needs to be set to the FQN of the server within 
the main section of your exim.conf (exim4.conf). It is possible to 
allow ip literates to connect to your server but I don't think it's 
recommended.

Good luck,
Dp,


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to