On Fri, Jun 13, 2003 at 03:49:38PM +0200, Guillaume Cottenceau wrote:
magic <[EMAIL PROTECTED]> writes:Jun 13 23:32:12 Moskow postfix/postfix-script: starting the Postfix mail system
I took a look at the requires (through rpmfind, haven't installed package yet) and it appears to be built against sasl1 & db4.0 verses sasl2 & db4.1. With all the talk about migrating to sasl2
I'm building against sasl2 now, but have too little knowledge about postfix to be able to really test the difference. Can someone test the 2.0.12-2mdk please?
Jun 13 23:32:12 Moskow postfix/master[4203]: daemon started -- version 2.0.12
Jun 13 23:32:12 Moskow postfix: succeeded
Jun 13 23:32:15 Moskow postfix/smtpd[12935]: fatal: no SASL authentication mechanisms
Jun 13 23:32:16 Moskow postfix/master[4203]: warning: process /usr/lib/postfix/smtpd pid 12935 exit status 1
Jun 13 23:32:16 Moskow postfix/master[4203]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
[EMAIL PROTECTED] ~ # cat /usr/lib/sasl2/smtpd.conf pwcheck_method: saslauthd
[EMAIL PROTECTED] ~ # grep sasl /etc/postfix/main.cf smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous smtpd_recipient_restrictions = permit_mynetworks, reject_non_fqdn_recipient, permit_sasl_authenticated, check_relay_domains
and i am too tired to do more
regards,
L.
Which version did you install -1mdk or -2mdk?
When you do an ldd command on postfix, what does it show? (This is with 9.1 install - postfix-2.0.6-1mdk):
# ldd /usr/sbin/postfix
libldap.so.2 => /usr/lib/libldap.so.2 (0x40021000)
liblber.so.2 => /usr/lib/liblber.so.2 (0x40052000)
libpcre.so.0 => /lib/libpcre.so.0 (0x4005e000)
libsasl.so.7 => /usr/lib/libsasl.so.7 (0x40068000)
libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0x40074000)
libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0x400a5000)
libdb-4.0.so => /usr/lib/libdb-4.0.so (0x401a3000)
libnsl.so.1 => /lib/libnsl.so.1 (0x40250000)
libresolv.so.2 => /lib/libresolv.so.2 (0x40264000)
libc.so.6 => /lib/i686/libc.so.6 (0x40275000)
libdl.so.2 => /lib/libdl.so.2 (0x403a8000)
libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x403ac000)
libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x403bf000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x403c5000)
libpam.so.0 => /lib/libpam.so.0 (0x403f2000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
#Thanks,
S
