Hello,
We are using qmail-1.03 and the latest qmail-ldap-1.03-20021001.patch and
courier-imap and courier-imap-ldap version 1.5.3, RPM version and
ucspi-tcp-0.88 on RedHat 8.0. The way this system I set up is that
qmail-ldap delivers mail to the user�s home dir and not to a virtual
account, the user�s home dir is nfs mounted. Our problem is that when
someone logs in to send mail or to reply to a message we have it setup to
use auth_smtp. It asks for the users password and then hangs. I know that
courier-imap-ldap is configured right, otherwise I would not have been
able to login. Sometimes the mail is sent and sometimes not. Here is the
config for tcpserver:
#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec env - PATH="/var/qmail/bin:$PATH" \
LOGLEVEL=256 qmail-start ./Maildir/ splogger qmail &
exec env LOGLEVEL=256 tcpserver -v -R -H -l 0 -x /etc/tcp.smtp.cdb \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
/var/qmail/bin/qmail-smtpd \
/var/qmail/bin/auth_smtp /bin/true 2>&1
tcp.smtp:
10.1.1.:allow,RELAYCLIENT=""
:allow
Does anyone know why this would not work?
--Tony