6.0.0-alpha10
5/14/25

[#4329] Domain admins cannot delete virtual email addresses
Summary Domain admins cannot delete virtual email addresses
Queue Vilma
Type Bug
State Assigned
Priority 1. Low
Owners bklang (at) horde (dot) org
Requester gvargas (at) internexo (dot) co (dot) cr
Created 08/24/2006 (6838 days ago)
Due
Updated 12/21/2021 (1240 days ago)
Assigned 08/24/2006 (6838 days ago)
Resolved
Milestone
Patch No

History
08/24/2006 07:22:23 AM Jan Schneider Assigned to Ben Klang
State ⇒ Assigned
 
08/24/2006 12:11:15 AM gvargas (at) internexo (dot) co (dot) cr Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Domain admins cannot delete virtual email addresses
Queue ⇒ Vilma
Reply to this comment
When a domain admin try to delete some virtual email address, nothing 
happens, it can be fixed changing the line 17 of 
vilma/virtuals/delete.php from:



if (!Auth::isAdmin()) {



to:



if (!Auth::isAdmin() && !Vilma::isDomainAdmin() ) {

Saved Queries