Martin A. Brooks wrote on Fri, 23 Apr 2010 16:49:15 +0100.

> 550-[C06.5]  IP host name invalid for normal mail server.

2010-04-23 16:43:25
        H=olga.hinterlands.org [212.13.195.161]:55476

rejected [C06.5]  IP host name invalid for normal mail server.

> What does "IP host name invalid for normal mail server" actually mean?

The test in Exim is

deny    message       = [C06.5]  Msg6 Msg2
        hosts         = ^.*[a].?[d].?[s].?[l]*

and is intended to reject mail from mail servers having 'adsl' in the
host name of their connection. 'olga.hinterlands.org' clearly does not
have 'adsl' but does have 'ads' so I am changing the test to

        hosts         = ^.*[a].?[d].?[s].?[l].?

I thought, mistakenly perhaps, .? means none or only 1 ambiguous
character.

> I'd mail you directly to ask but..... :)

You did have the phone number ............ :-)

Regards,

Paul.

-- 



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

Reply via email to