--- áÌÅËÓÅÊ äÏÍÏÒÁÄÏ× <[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]: fatal: SASL
> per-process
> > > > initialization failed
> > > > 
> > > > # grep pwcheck  /usr/local/lib/sasl2/smtpd.conf
> > > > #pwcheck_method: auxprop
> > > > pwcheck_method: saslauthd
> > > > 
> > > > Tried auxprop/saslauthd
> > > > 
> > > > # postconf -a
> > > > dovecot
> > > > 
> > > > It only supports dovecot NOT cyrus included (both of them)
> > > 
> > > If you want to use Cyrus, compile Postfix with support.  Or use
> > > Dovecot.  Or take this up with the Debian package maintainer(s).
> > 
> > 
> > Hi Sahil,
> > 
> > 
> > Thanks for your advice.
> > 
> > 
> > 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.
> It's a bad idea. Why you don't use debian package manager - apt, to
> install postfix?
> 
> > 
> > 
> > Version;
> > postfix-2.5.5.tar.gz
> > 
> > 
> > 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.
> Show output
> 
> # ldd /usr/libexec/postfix/smtpd 


# ldd /usr/libexec/postfix/smtpd
        linux-gate.so.1 =>  (0xb7fa0000)
        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)
        libssl.so.0.9.8 => /usr/lib/i686/cmov/libssl.so.0.9.8
(0xb7ea8000)
        libcrypto.so.0.9.8 => /usr/lib/i686/cmov/libcrypto.so.0.9.8
(0xb7d6e000)
        libdb-4.7.so => /usr/local/bdb/lib/libdb-4.7.so (0xb7c2d000)
        libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0xb7c17000)
        libresolv.so.2 => /lib/tls/i686/cmov/libresolv.so.2
(0xb7c04000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7acf000)
        libcrypt.so.1 => /lib/tls/i686/cmov/libcrypt.so.1 (0xb7aa1000)
        /lib/ld-linux.so.2 (0xb7fa1000)
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7a9d000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb7a89000)
        libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0
(0xb7a76000)

  
> > I think I have to adjust the options on configuring postfix during
> > installation.  Any idea?  TIA
> 
> http://www.postfix.org/SASL_README.html#build_postfix


Thanks for your link.


I can't exact apply;

 (for Cyrus SASL version 2.1.x):

    % make tidy # if you have left-over files from a previous build
    % make makefiles CCARGS="-DUSE_SASL_AUTH -DUSE_CYRUS_SASL \
        -I/usr/local/include/sasl" AUXLIBS="-L/usr/local/lib \
        -R/usr/local/lib -lsasl2"


Because the howto which I'm following uses MySQL libraries.  I must add
part of above on:-

POSTFIX
http://www.postfixvirtual.net/postfixvirtual.html#postfix
$ make makefiles 'CCARGS=-DHAS_MYSQL \
-I/usr/local/mysql/include/mysql  -DUSE_SASL_AUTH \
-I/usr/local/include/sasl -I/usr/local/bdb/include \
-DUSE_TLS -I/usr/local/ssl/include/openssl ' \
  'AUXLIBS=-L/usr/local/mysql/lib/mysql -lmysqlclient \
-lz -lm -L/usr/local/lib -lsasl2  -L/usr/local/bdb/lib\
-L/usr/local/ssl/lib -lssl -lcrypto'
#make install


Any suggestion?  TIA


B.R.
Stephen L


Send instant messages to your online friends http://uk.messenger.yahoo.com 

Reply via email to