[ postfixadmin-Bugs-2147740 ] Superadmin can't create new "fetch email"
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2008-10-05 12:44:27
|
Bugs item #2147740, was opened at 2008-10-05 12:43 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2147740&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: v 2.2 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Holger Ackermann (hoacker) Assigned to: Nobody/Anonymous (nobody) Summary: Superadmin can't create new "fetch email" Initial Comment: Postfixadmin 2.2.1.1 Super admin can only create "fetch email" for himself and not for other mailboxes. Reason: In sql table "domain_admins" the domain "ALL" ist the only domain listed for the super admin. Function "list_domains_for_admins()" in functions.inc.php returns "ALL" for super admins. The sql query in "fetchmail.php" then expands to "SELECT username FROM mailbox WHERE domain in ('ALL')". This query returns no result as there is no domain "ALL". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2147740&group_id=191583 |