[ postfixadmin-Bugs-1902476 ] Mailbox list should show alias targets
Brought to you by:
christian_boltz,
gingerdog
|
From: SourceForge.net <no...@so...> - 2009-11-06 11:27:37
|
Bugs item #1902476, was opened at 2008-02-26 22:13 Message generated for change (Comment added) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1902476&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: None Status: Closed Resolution: Fixed Priority: 6 Private: No Submitted By: Christian Boltz (christian_boltz) Assigned to: Nobody/Anonymous (nobody) Summary: Mailbox list should show alias targets Initial Comment: Right now, we have a) the alias list which shows the targets of all aliases. Good. b) the mailbox list which does NOT show if the alias for the mailbox was modified. The mailbox list should - show a flag if the alias does _not_ point to the mailbox (forward only mode) - show all alias targets (except the mailbox) (We'll probably need a two-line format for this - the table is already wide enough.) ---------------------------------------------------------------------- Comment By: tsokura () Date: 2009-11-06 13:27 Message: I just ran into this "feature" as well. In 2.3 if the user sets up forwards from his postfixadmin user interface, the super/domain admin 1) doesn't see them and thus 2) can't change them. In my opinion point 2) here is also important, as the domain admins should be able to fix things the users have screwed up. Good to know a fix is coming. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2009-11-03 00:26 Message: Done in SVN r751. Needs $CONF['special_alias_control'] = 'YES' (which results in an additional "To" column in the mailbox list), but I'm not yet sure if this is the right config option to check against. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2009-05-08 02:27 Message: Reverted most changes from r572 in r652, therefore the previous comment is obsolete. BTW: $CONF['show_popimap'] = 'YES' shows a flag on all mailboxes with aliases pointing to the mailbox - maybe this check should be inverted to highlight mailboxes that don't receive mail because of a changed alias. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2009-05-04 01:47 Message: Current status: (tested as superadmin, svn r650) - default mailbox aliases (just pointing to the mailbox) are not shown (as expected) - non-default mailbox aliases (for example pointing to mailbox + external address) are shown in the "Aliases" list - independent of $CONF[alias_control/alias_control_admin/special_alias_control]. That's not what I would call "expected behaviour"... This problem was introduced in r572 (not the first one with the patch from https://sourceforge.net/tracker/index.php?func=detail&aid=2567466&group_id=191583&atid=937966 ) - seems I'll have to (re)read this patch carefully if it brings more side effects... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1902476&group_id=191583 |