Re[6]: How to run patch file making correction

2008-11-07 Thread Алексей Доморадов
# ldd /usr/libexec/postfix/smtpd linux-gate.so.1 = (0xb7fa) libmysqlclient.so.15 = /usr/local/mysql/lib/mysql/libmysqlclient.so.15 (0xb7f23000) libm.so.6 = /lib/tls/i686/cmov/libm.so.6 (0xb7efe000) libsasl2.so.2 = /usr/local/lib/libsasl2.so.2

Re[8]: How to run patch file making correction

2008-11-07 Thread Алексей Доморадов
I suppose the 2nd link is correct. How did you install cyrus-sasl2? I followed this howto; http://www.postfixvirtual.net/postfixvirtual.html#cyrussasl Don't use this howto at all. It's a .! New discovery, on manually running; # su - amavis -c

Re[2]: How to run patch file making correction

2008-11-05 Thread Алексей Доморадов
--- Sahil Tandon [EMAIL PROTECTED] wrote: Stephen Liu [EMAIL PROTECTED] wrote: Nov 5 03:49:45 xen03 postfix/smtpd[1245]: warning: unsupported SASL server implementation: cyrus Nov 5 03:49:45 xen03 postfix/smtpd[1245]: fatal: SASL per-process initialization failed #

Re: Re[2]: How to run patch file making correction

2008-11-05 Thread Stephen Liu
--- áÌÅËÓÅÊ äÏÍÏÒÁÄÏ× [EMAIL PROTECTED] wrote: --- Sahil Tandon [EMAIL PROTECTED] wrote: Stephen Liu [EMAIL PROTECTED] wrote: Nov 5 03:49:45 xen03 postfix/smtpd[1245]: warning: unsupported SASL server implementation: cyrus Nov 5 03:49:45 xen03 postfix/smtpd[1245]:

Re[4]: How to run patch file making correction

2008-11-05 Thread Алексей Доморадов
# ldd /usr/libexec/postfix/smtpd linux-gate.so.1 = (0xb7fa) libmysqlclient.so.15 = /usr/local/mysql/lib/mysql/libmysqlclient.so.15 (0xb7f23000) libm.so.6 = /lib/tls/i686/cmov/libm.so.6 (0xb7efe000) libsasl2.so.2 = /usr/local/lib/libsasl2.so.2 (0xb7ee7000)

Re: Re[4]: How to run patch file making correction

2008-11-05 Thread Bastian Blank
On Wed, Nov 05, 2008 at 11:42:16PM +0800, Stephen Liu wrote: # imtest -a cyrus -m LOGIN localhost imtest: /usr/local/lib/libsasl2.so.2: no version information available (required by imtest) Don't override system libraries, ever, if you don't know how to do this properly. You just lost your

How to run patch file making correction

2008-11-04 Thread Stephen Liu
Hi folks, Debian Etch Postfix Cyrus I stuck on unable to send mails couple days. Telnet localhost 25 fails to work with following warning on; $ tail /var/log/mail.log Nov 5 03:49:17 xen03 postfix/postfix-script[1239]: refreshing the Postfix mail system Nov 5 03:49:17 xen03

Re: How to run patch file making correction

2008-11-04 Thread Sahil Tandon
Stephen Liu [EMAIL PROTECTED] wrote: Nov 5 03:49:45 xen03 postfix/smtpd[1245]: warning: unsupported SASL server implementation: cyrus Nov 5 03:49:45 xen03 postfix/smtpd[1245]: fatal: SASL per-process initialization failed # grep pwcheck /usr/local/lib/sasl2/smtpd.conf #pwcheck_method:

Re: How to run patch file making correction

2008-11-04 Thread Stephen Liu
--- Sahil Tandon [EMAIL PROTECTED] wrote: Stephen Liu [EMAIL PROTECTED] wrote: Nov 5 03:49:45 xen03 postfix/smtpd[1245]: warning: unsupported SASL server implementation: cyrus Nov 5 03:49:45 xen03 postfix/smtpd[1245]: fatal: SASL per-process initialization failed # grep

Re: How to run patch file making correction

2008-11-04 Thread Magnus Bäck
On Wednesday, November 05, 2008 at 06:25 CET, Stephen Liu [EMAIL PROTECTED] wrote: [...] I have tried building Postfix Virtual by following other 3 howtos before, all packages download on Debian repo. After finish all servers can't work properly. This is my 4th round. I think I have

Re: How to run patch file making correction

2008-11-04 Thread Stefan Förster
* Stephen Liu [EMAIL PROTECTED] wrote: I'm following this howto; POSTFIX http://www.postfixvirtual.net/postfixvirtual.html#postfix CYRUS_SASL http://www.postfixvirtual.net/postfixvirtual.html#cyrussasl building the mail server. All packages were compiled from sources. Version;