Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 21803

Summary: courier-imap-1.7.3 authmods adding authvchkpw incorrectly
Product: Gentoo Linux Reporter: Tim Schafer <tschafer>
Component: New packagesAssignee: Robin Johnson <robbat2>
Status: VERIFIED FIXED    
Severity: normal CC: liquidx
Priority: High    
Version: 1.4_rc4   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tim Schafer 2003-05-27 20:00:54 UTC
The ebuild will add authvchkpw to ${authmods} always (since vpopmail account
always exists, from baselayout)

[ -n "${VPOPMAIL_DIR}" ] && authmods="${authmods} authvchkpw"

should be changed to:

[ -f ${VPOPMAIL_DIR}/etc/lib_deps ] && authmods="${authmods} authvchkpw"



Perhaps the conditional setting of VPOPMAIL_ERROR
should also be dependant on [ -f ${VPOPMAIL_DIR}/etc/lib_deps ]
as apposed to [ -d "${VPOPMAIL_DIR}" ]
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-05-28 05:26:06 UTC
Ok, I've fixed this properly now. I messed up when I fixed it before.
Please test it.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-09-25 18:32:12 UTC
closing again
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-09-25 18:32:19 UTC
closing again