You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
15 years ago
..
shells (mostly) make CLI "alias delete" working 15 years ago
snippets Fixed CRYPT 15 years ago
common.php moved scripts/models-ext/* to model/ 15 years ago
inflector.php list-virtual.php: 15 years ago
postfixadmin-cli postfixadmin-cli: 15 years ago
postfixadmin-cli.php list-virtual.php: 15 years ago