Re: [Exim] Disable exim telnet prompt or change the prompt

Pàgina inicial
Delete this message
Reply to this message
Autor: Suresh Ramasubramanian
Data:  
A: Sanjeev \"Ghane\" Gupta, mohammad.meskarian, exim-users
Assumpte: Re: [Exim] Disable exim telnet prompt or change the prompt
ghane@??? (Sanjeev "Ghane" Gupta) [Monday, September 16, 2002 5:37
PM]:

> smtp_banner = Go Ahead


rfc violation.

The banner has to include at least the hostname and also, I think, [E]SMTP

RFC 2821 requires you to have the hostname after the 220:
Greeting = "220 " Domain [ SP text ] CRLF

    -srs