From 3d8d1f097260e3ee54f0913de4e8ddd550223ad4 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 25 Oct 2012 08:39:37 -0400
Subject: [PATCH] Fixed: FS#2395 - mail_user_add doesn't check if the domain exists

---
 remoting_client/examples/mail_user_add.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/remoting_client/examples/mail_user_add.php b/remoting_client/examples/mail_user_add.php
index 1333bfb..b481057 100644
--- a/remoting_client/examples/mail_user_add.php
+++ b/remoting_client/examples/mail_user_add.php
@@ -25,7 +25,7 @@
 			'uid' => 5000,
 			'gid' => 5000,
 			'maildir' => '/var/vmail/test.int/joe',
-			'quota' => 10000000000,
+			'quota' => 1000,
 			'cc' => '',
 			'homedir' => '/var/vmail',
 			'autoresponder' => 'n',

--
Gitblit v1.9.1