Re: [exim] HELO id check too strict?

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Craig Whitmore
Datum:  
To: Espresso Saarinen
CC: exim users
Betreff: Re: [exim] HELO id check too strict?
On Sat, 2009-11-28 at 11:31 +0900, Espresso Saarinen wrote:
> 4.70 on freebsd 8.0-release
>
> rejected HELO from [202.123.56.189]: syntactically invalid argument(s): isaaa_kc.IRRI.CGIARAD.ORG
>
> looks like a perfectly fine fqdn to me.


hostnames (and FQDN's) aren't allowed to have _'s in them so exim is
rejecting it correctly.

Thanks