[Postfixbuch-users] helo ohne hostname

Ralf Hildebrandt Ralf.Hildebrandt at charite.de
Di Aug 9 13:09:52 CEST 2005


* Andreas Schulze <andreas.schulze at datev.de>:
> tja, da hilft alles nix. da muß der Client geändert werden.
> Im postfix-Source sehe ich auch keine Konfigurationmöglichkeit:
> 
> smtpd.c:
> -------------
> /* helo_cmd - process HELO command */
> 
> static int helo_cmd(SMTPD_STATE *state, int argc, SMTPD_TOKEN *argv)
> {
>     char   *err;
> 
>     if (argc < 2) {
>         state->error_mask |= MAIL_ERROR_PROTOCOL;
>         smtpd_chat_reply(state, "501 Syntax: HELO hostname");
>         return (-1);
>     }

Naja:

     if (argc < 1) {
         state->error_mask |= MAIL_ERROR_PROTOCOL;
         smtpd_chat_reply(state, "501 Syntax: HELO hostname");
         return (-1);
     }

fertig

-- 
Ralf Hildebrandt (Ralf.Hildebrandt at charite.de)          spamtrap at charite.de
http://www.postfix-book.com/                     Tel. +49 (0)30-450 570-155
Stupid idea: Putting diesel fuel in a gasoline car.
             Substituting corn oil for milk in recipes.
             Attempting to secure a Windows system.



Mehr Informationen über die Mailingliste Postfixbuch-users