0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/scripts
Christian Boltz 9aa96dabd0 (mostly) make CLI "alias delete" working
shells/alias.php:
- execute still called help() instead of __handle()

model/AliasHandler.php - delete():
- remove useless $address parameter from delete() (we have $this->username)
- added error messages
- fixed variable names for db_log

Reason for the "mostly":
The $this->is_mailbox_alias() in delete() always returns true and therefore
forbids deletion.


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@930 a1433add-5e2c-0410-b055-b7f2511e0802
2010-12-31 19:23:31 +00:00
..
shells (mostly) make CLI "alias delete" working 2010-12-31 19:23:31 +00:00
snippets Fixed CRYPT 2010-12-31 17:39:22 +00:00
common.php moved scripts/models-ext/* to model/ 2010-12-30 22:34:59 +00:00
inflector.php list-virtual.php: 2010-09-26 23:14:42 +00:00
postfixadmin-cli postfixadmin-cli: 2010-12-25 16:57:30 +00:00
postfixadmin-cli.php list-virtual.php: 2010-09-26 23:14:42 +00:00