From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: ALT Linux Sisyphus mailing list Organization: Tyumen's University, Institute of Distance Education References: <20070215010257.GB23619@nomad.office.altlinux.org> <200702161141.34193.shrek@rescom.ru> <20070216102526.GE2802@basalt.office.altlinux.org> <20070226222152.GB32421@basalt.office.altlinux.org> <20070227120739.GA23164@basalt.office.altlinux.org> <20070227155027.GA30657@basalt.office.altlinux.org> From: "Vladimir V. Kamarzin" Date: Wed, 28 Feb 2007 17:53:22 +0500 In-Reply-To: <20070227155027.GA30657@basalt.office.altlinux.org> (Dmitry V. Levin's message of "Tue, 27 Feb 2007 18:50:27 +0300") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.5-b27 (linux) MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [sisyphus] I: postfix-2.3.7-alt1 X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.9rc1 Precedence: list Reply-To: ALT Linux Sisyphus discussion list List-Id: ALT Linux Sisyphus discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2007 12:54:12 -0000 Archived-At: List-Archive: List-Post: >>>>> On 27 Feb 2007 at 20:50 "DVL" == Dmitry V Levin writes: >> > Feb 27 09:57:09 vz135 postfix/smtpd[22183]: panic: myfree: corrupt or unallocated memory block >> > >> > Если не использовать postfix-tls, проблема не воспроизводится. >> >> Спасибо, воспроизвёл, буду изучать. DVL> Оказалось, что postfix-tls был собран неправильно. DVL> В пакете postfix-tls-2.3.7-alt3 эта неправильность исправлена. DVL> В частности, на тесте smtpd не падает. Действительно, smtpd падать перестал. Но обнаружилась ещё одна проблема - не подхватываются sasl-плугины на x86_64 архитектуре (на i586 всё работает): # rpm -qa |grep postfix postfix-control-1.6-alt1 postfix-pcre-2.3.7-alt3 postfix-ldap-2.3.7-alt3 postfix-2.3.7-alt3 postfix-cyrus-2.3.7-alt3 postfix-tls-2.3.7-alt3 # rpm -qa |grep sasl libsasl2-2.1.22-alt1.1 это и на i586 показывает пустые значения: [root@vz130 /]# postconf -a [root@vz130 /]# postconf -A [root@vz130 /]# mail.cf: smtpd_sasl_auth_enable = yes smtpd_sasl_authenticated_header = yes smtpd_sasl_path = smtpd # cat /etc/postfix/sasl/smtpd.conf pwcheck_method: saslauthd mech_list: plain login В maillog: Feb 28 11:14:11 vz130 postfix/smtpd[17620]: warning: xsasl_cyrus_server_get_mechanism_list: no applicable SASL mechanisms Feb 28 11:14:11 vz130 postfix/smtpd[17620]: fatal: no SASL authentication mechanisms Feb 28 11:14:12 vz130 postfix/master[28152]: warning: process /usr/libexec/postfix/smtpd pid 17620 exit status 1 Feb 28 11:14:12 vz130 postfix/master[28152]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling -- vvk