Antwort: Re: [Exim] sendmail features searched in exim 4.01

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Wolfgang.Fuertbauer
Fecha:  
A: Nigel Metheringham
Cc: exim-users, exim-users-admin, Wolfgang.Fuertbauer
Asunto: Antwort: Re: [Exim] sendmail features searched in exim 4.01
On 13.03.2002 15:20:10 exim-users-admin wrote:
>On Wed, 2002-03-13 at 14:07, Wolfgang.Fuertbauer@??? wrote:
>> >I'm test the possibilty the migrate vom sendmail to exim (4.01);
>> >in sendmail I had configures some features, which make sendmail
>> >very silend when connected (in fact: says nothing);
>
>I doubt this somehow... if you connect to an SMTP port and get nothing,
>then it won't work. RFC2821 requires a greeting from the server.


I see; this sendmail configuration was done by a security consultant;
I'm happy, that I was able to customize it to the following:

Connected to localhost.
Escape character is '^]'.
220 ebewe.com ESMTP Wed, 13 Mar 2002 15:35:51 +0100

Thanks and best regards
Wolfgang
>
>> >my (test) exim says:
>> >220 ebewe.com ESMTP Exim 4.01 Wed, 13 Mar 2002 14:48:56 +0100
>> >
>> >is there a possibility to get exim "quit" on connecting?
>>
>> sorry typo; what I mean is quiet;
>
>You can change the banner. Be cautions about making changes to anything
>before the Exim since doing so may well break things.
>
>
>Look at the smtp_banner option which is documented in the specification
>document.
>
>Nigel.