I'm trying to head towards a setup with:
qmail/qmail-pop3/courier-imap/vmailmgr/ldap/squirrelmail

(1) I've been going over the life with qmail-ldap documentation and would 
like to know if I am assuming correctly that this documentation assumes that 
for the Linux 7.0 host:

1) openssl-0.9.5a-14 is installed
2) krb5-libs-1.2.1-0 is installed (but no Kerberos server installed)
3) cyrus-sasl-1.5.24-6 is installed
4) db-3.2.9 (Berkeley DB) is installed
5) openldap.2.0.11 is installed


(2) In particular, I am trying to make sure that I am not expected to set up 
a Kerberos master/slave server environment to make qmail-ldap work.


(3) I am confused about the authorizations. I don't understand if 
qmail-pop3d will continue to use checkvpw after qmail-ldap.


(4) I don't understand how the virtual domains and the FQDN name of the 
physical host are stored in the LDAP.


(5) Should I be trying to start ldap with the new /service method 
recommended by Life with Qmail?


(6) I am using the following scripts at present (no ldap install done yet). 
I'm still not sure how these scripts will change or what the effect is on 
vmailmgr.



/var/qmail/supervise/qmail-send/run
#!/bin/sh
exec /var/qmail/rc


/var/qmail/supervise/qmail-smtpd/run
#!/bin/sh
QMAILDUID=`/usr/bin/id -u qmaild`
NOFILESGID=`/usr/bin/id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -v -H -P -R -l 0 -u "$QMAILDUID" \
  -g "$NOFILESGID" -x/etc/tcp.smtp.cdb -c "$MAXSMTPD" 0 smtp \
   /usr/local/bin/rblsmtpd -b -rblackholes.mail-abuse.org \
    -rmail.services.net \
     /usr/local/bin/fixcrio /home/qmail/bin/qmail-smtpd 2>&1


/var/qmail/supervise/qmail-pop3d/run
#!/bin/sh
exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -v -H -P -R -l 0 -u0 -g0 0 110 \
/home/qmail/bin/qmail-popup FQDN \
  /usr/local/bin/checkvpw /home/qmail/bin/qmail-pop3d Maildir 2>&1


/var/qmail/supervise/courier-imap/run
#!/bin/sh
exec /usr/lib/courier-imap/libexec/imapd.rc start


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

Reply via email to