[ postfixadmin-Bugs-1826723 ] alias list problem
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2007-11-06 18:39:57
|
Bugs item #1826723, was opened at 2007-11-06 11:25 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1826723&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: Core Group: None >Status: Closed >Resolution: Works For Me Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: alias list problem Initial Comment: On the Virtual List page aliases which have real mailboxes does not show up. For example one has a real mailbox: bo...@ex..., and there's an alias defined like bo...@ex... -> bo...@ex..., ot...@em... this alias won't show up on the Virtual List page because of a LEFT JOIN sql query in list-virtual.php, around line 173. i don't think that this check is correct. ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2007-11-06 19:39 Message: Logged In: YES user_id=593261 Originator: NO The aliases related to mailboxes are now included in the mailbox table, which makes configuration less confusing ("I only wanted a mailbox. Why is there an alias pointing to itsself?!") And yes, you need to switch on alias_control and alias_control_admin in config.inc.php. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-11-06 11:31 Message: Logged In: NO check config.inc.php its imho a toggle that you can set to "hide" alias that is real mailbox ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1826723&group_id=191583 |