[ postfixadmin-Bugs-2147740 ] Superadmin can't create new "fetch email"
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2008-11-12 21:54:40
|
Bugs item #2147740, was opened at 2008-10-05 14:43 Message generated for change (Comment added) made by christian_boltz 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: Closed >Resolution: Fixed 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". ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-11-12 22:54 Message: Thanks for the report! Fixed in SVN r479. (Note: you'll need to run setup.php again because I have renamed a field.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2147740&group_id=191583 |