Bugs item #2909334, was opened at 2009-12-05 17:06
Message generated for change (Comment added) made by christian_boltz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2909334&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: Interface (example)
Group: v 2.3
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: ololo (fly-away)
Assigned to: Nobody/Anonymous (nobody)
Summary: seems to be alias_control in postfixadmin 2.3 broken
Initial Comment:
postfixadmin 2.3, php-5.3.1, mysql 5.0.77
Now I set all 3 params to YES:
$CONF['alias_control'] = 'YES';
$CONF['alias_control_admin'] = 'YES';
$CONF['special_alias_control'] = 'YES';
and still cant see forward in 'Virtual list'
BTW, I can see it in search output.
----------------------------------------------------------------------
>Comment By: Christian Boltz (christian_boltz)
Date: 2010-02-14 01:27
Message:
I assume you are talking about the aliases of mailboxes.
This is fixed in trunk (r751 and r787) and will be backported to the 2.3
branch (which will be released as 2.3.1). The mailbox list will have an
additional column with the alias target.
I'll keep this bug open until I merged the change into the 2.3 branch.
Search output is another story - historically search is handled by a
seperate script (search.php), but it will be merged into list-virtual.php.
The code for this is mostly in place since r751.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2909334&group_id=191583
|