Home
The Toolkit for Online Communities
15903 Community Members, 0 members online, 2000 visitors today
Log In Register

Forum OpenACS Q&A: sending mail: invalid hostname @HELO problem

OpenACS Home : Forums : OpenACS Q&A : sending mail: invalid hostname @HELO problem

Icon of Envelope Request notifications

+
Posted by Tom Lazar on
hi,

i'm not sure whether this is a problem of my dns, my exim setup or of OpenACS, but my exim rejectlog is full (hundreds) of the following entry:

2003-07-18 02:30:22 rejected HELO from localhost.dedicated.hosteurope.de [127.0.0.1]: syntactically invalid argument(s): AOLserver ds80-237-202-128.dedicated.hosteurope.de

now the exim documention says, that this means that exim's getting a syntactiacally invalid hostname in the HELO statement. given that "ds80-237-202-128.dedicated.hosteurope.de"  is indeed a valid fqdn and "AOLserver ds80-237-202-128.dedicated.hosteurope.de" definitely not, i was wondering if anyone here knew, how this name could have come about?

in the meantime, none of the subscribers are getting any notifications... argl!

thanks,

tom

+
Posted by Matthew Walker on
It's in sendmail.tcl in modules/tcl in your aolserver directory, the line looks like:

    _ns_smtp_send $wfp "HELO AOLserver [ns_info hostname]" $timeout

just remove the " AOLserver" and restart aolserver.

+
Posted by Tom Lazar on
hi matthew,

thanks, that did the trick!

tom