Bugs item #3047672, was opened at 2010-08-18 11:33
Message generated for change (Comment added) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3047672&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: SVN (please specify revision!)
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: xkendy (xkendy)
Assigned to: Nobody/Anonymous (nobody)
Summary: Function delete alias erase in one moment alias and mailbox
Initial Comment:
In frontend section "Alias control" if I click "DELETE ALIAS" the postfixadmin delete an alias and mailbox in the same time (and user lost all messages).
I think this is wrong and may be fixed. May be with this:
In section alias function delete deletes only alias not mailbox, and mailbox can be deleted only from the mailbox control, not from alias control.
Wrong code is in the file delete.php section elseif ($fTable == "alias" or $fTable == "mailbox") in next else. There is on the same level this:
$result = db_query("SELECT * FROM $table_alias WHERE address = '$fDelete' AND domain = '$fDomain'");
$result = db_query ("SELECT * FROM $table_mailbox WHERE username='$fDelete' AND domain='$fDomain'");
SVN Revision 820
----------------------------------------------------------------------
>Comment By: SourceForge Robot (sf-robot)
Date: 2010-09-29 19:26
Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Christian Boltz (christian_boltz)
Date: 2010-08-22 21:18
Message:
This behaviour is correct because every mailbox has an alias attached to it
(that's needed for technical reasons, without the alias a catchall alias
would break/hide all mailboxes on a domain).
The question is why/where you see the mailbox alias in the alias list.
Normally it should be hidden there and only show up in the mailbox list.
Can you please tell me the location where you see mailbox aliases in the
alias section?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3047672&group_id=191583
|