New bug #5482 in courier-imap: own SELECT clause always needs
domain passed (doesn\'t work otherwise)
Flyspray - The bug killer!
btsadmin at pld-linux.org
Fri Oct 22 20:49:55 CEST 2004
THIS IS AN AUTOMATICALLY GENERATED MESSAGE, DO NOT REPLY
------------------------------------------------------------------------
Project: PLD 2.x (Ac)
Package: courier-imap
Version: 3.0.8
Summary: own SELECT clause always needs domain passed (doesn't work
otherwise)
get_domain() fails if there is no defdomain set and user logs as
,,user'' not at ,,user at some.domain''.
parse_select_clause() fails if get_domain() fails and thus we end with
not working custom select clause.
It can be workarounded by setting:
DEFAULT_DOMAIN somedomain.pl
and modifying select to do:
SELECT CONCAT(user.login,'@somedomain.pl'),
For more further see:
http://pldbugs.bnet.pl/index.php?do=details&id=5482
More information about the pld-bugs
mailing list