Page 1 of 1

ESMTP Greeting

Posted: Mon Aug 07, 2006 12:29 pm
by jonny
When you telnet onto a Scalix mailserver on port 25, you're greeted with the familiar welcome:

Code: Select all

220 mail.ourdomain.net ESMTP Scalix SMTP Relay 10.0.1.3; Mon, 07 Aug 2006 17:28:04 +0100 (BST)


Is there an easy way to obfusticate (alter) this information, specificially so that it does not display the revision (10.0.1.3)?

Thanks
jonny.

Posted: Mon Aug 07, 2006 2:59 pm
by ScalixSupport

Posted: Mon Aug 07, 2006 7:07 pm
by jonny
Thanks Don :)

Just to follow that up - how would I display the date on the end of the greeting (all I want to do is remove the Scalix Version number).

Thanks

Posted: Tue Aug 08, 2006 5:10 pm
by ScalixSupport
I'll add a feature request to accomodate a date variable. In the mean time if you are good at scripting you could write something that changes the greeting line and restarts smtpd every day.

Regards,
Don

Posted: Tue Aug 08, 2006 5:48 pm
by florian
Actually, we've already listened and done what you want! :-)

No, kidding - the syntax of the GREETING configuration option will be extended in upcoming Scalix 11 so that all aspects of the message are configuratble, including a couple of variable substitutions.

Cheers,
Florian.

Posted: Tue Aug 08, 2006 7:29 pm
by jonny
Thats great news, thanks guys.