From c27941663bf568a0b49662a38e43a4e972bad47f Mon Sep 17 00:00:00 2001 From: cfoe <cfoe@ispconfig3> Date: Tue, 07 Aug 2012 02:29:14 -0400 Subject: [PATCH] added support for extended generatePassword function --- remoting_client/examples/mail_catchall_add.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/remoting_client/examples/mail_catchall_add.php b/remoting_client/examples/mail_catchall_add.php index 8bf3206..8b5d6f3 100644 --- a/remoting_client/examples/mail_catchall_add.php +++ b/remoting_client/examples/mail_catchall_add.php @@ -18,7 +18,7 @@ $client_id = 1; $params = array( 'server_id' => 1, - 'source' => 'hallo@test.int', + 'source' => '@test.int', 'destination' => 'ciao@test.int', 'type' => 'catchall', 'active' => 'y' -- Gitblit v1.9.1