Feature Requests item #2882264, was opened at 2009-10-20 12:24
Message generated for change (Tracker Item Submitted) made by nidla
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937967&aid=2882264&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 Improvements (example)
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Aldin Kapetanovic (nidla)
Assigned to: Nobody/Anonymous (nobody)
Summary: Lock editing for default mail aliases
Initial Comment:
When "super admin" is adding new domain, there is option "Add default mail aliases:", ok i do that always for RFC reasons :), but problem is when i give some user admin account for that newly created domain, and he deletes default aliases, the point is that i want to restrict him to do that. For example, when creating new domain it would be useful to have these steps: "1. Add default mail aliases" "2. Forbid editing default aliases".
'alias' table structure
|address|goto|domain|created|modified|active|
alter add column 'edit' default 't'
|address|goto|domain|created|modified|active||edit|
*forbid editing might be colored different in web interface or being non clickable
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937967&aid=2882264&group_id=191583
|