Hi Dan,
On Wed, Mar 15, 2000 at 03:23:18PM -0500, Dan Barber wrote:
> I love it! It looks tons better than everything else I've seen so
> far. Are there any modifications to getting it to work with
> qmail, both local users and virtuals?
Will work in any case, I'm currently working on it (well, it's 2 a.m.
now, but won't be able to sleep before everything is working... :)
# 6 possible cases :
#
# user cgi mode (only for one Maildir or a single vmailmgr-based virtual domain)
-> no suid.
#
# a) just a Maildir : no auth
vmailmgr=0 vmailmgr_old=0
# b) vmailmgr old : against $homedir/passwd
vmailmgr=1 vmailmgr_old=0
# c) vmailmgr new : against $homedir/passwd.cdb via vcheckuserid
vmailmgr=1 vmailmgr_old=1
#
# suid cgi mode
#
# -> findout $homedir and $passwd using /etc/passwd and
/var/qmail/control/virtualdomains
#
# d) just qmail -> auth against /etc/passwd and /etc/shadow
vmailmgr=0 vmailmgr_old=0
# e) vmailmgr old -> auth against /homedir/passwd
vmailmgr=1 vmailmgr_old=0
# f) vmailmgr new -> auth against /homedir/passwd.cdb via vcheckuserid
vmailmgr=1 vmailmgr_old=1
More to come later,
Olivier