From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 30 Oct 2002 23:16:46 +0300 From: jellyfish@pisem.net To: community@altlinux.ru Subject: Re: [JT][Comm] Postfix - smtp - HELO Message-ID: <20021030201646.GB1249@alex> References: <200210231750.48672.fedex@bashnet.ru> <200210232154.36032.LAV@VL3143.spb.edu> <200210240142.05076.fedex@bashnet.ru> <69650833.20021028100854@mail.ru> <20021030122503.GG40639@netch.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20021030122503.GG40639@netch.kiev.ua> User-Agent: Mutt/1.4i Sender: community-admin@altlinux.ru Errors-To: community-admin@altlinux.ru X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: community@altlinux.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: List-Post: On Wed, Oct 30, 2002 at 02:25:04PM +0200, Valentin Nechayev wrote: > > Установил Postfix (дистрибутив - Master 2.0) <...> > Примените этот патч. <...> > + if( !var_helo_required ) > + goto L1; > state->error_mask |= MAIL_ERROR_PROTOCOL; > smtpd_chat_reply(state, "501 Syntax: HELO hostname"); > return (-1); > @@ -398,6 +400,7 @@ > return (-1); > } > state->helo_name = mystrdup(printable(argv[1].strval, '?')); > +L1: goto - не кошерно :)