From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- remoting_client/examples/mail_user_add.php | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/remoting_client/examples/mail_user_add.php b/remoting_client/examples/mail_user_add.php index d278956..1351eef 100644 --- a/remoting_client/examples/mail_user_add.php +++ b/remoting_client/examples/mail_user_add.php @@ -18,19 +18,19 @@ $client_id = 1; $params = array( 'server_id' => 1, - 'email' => 'hmmnoe@test.int', - 'login' => 'hmmnoe@test.int', + 'email' => 'joe@test.int', + 'login' => 'joe@test.int', 'password' => 'howtoforge', - 'name' => 'hmmnoe', + 'name' => 'joe', 'uid' => 5000, 'gid' => 5000, - 'maildir' => '', - 'quota' => 10000000000, + 'maildir' => '/var/vmail/test.int/joe', + 'quota' => 5242880, 'cc' => '', - 'homedir' => '', + 'homedir' => '/var/vmail', 'autoresponder' => 'n', - 'autoresponder_start_date' => '', - 'autoresponder_end_date' => '', + 'autoresponder_start_date' => array('day' => 1,'month' => 7, 'year' => 2012, 'hour' => 0, 'minute' => 0), + 'autoresponder_end_date' => array('day' => 20,'month' => 7, 'year' => 2012, 'hour' => 0, 'minute' => 0), 'autoresponder_text' => 'hallo', 'move_junk' => 'n', 'custom_mailfilter' => 'spam', -- Gitblit v1.9.1