Quote:
|
It should be nice to have options for quotas on domains one day, together or instead of user quotas
|
We would implement this if one of the supported lda's has such a feature. But neither courier nor dovecot supports this.
Quote:
What i can modify please?
I have about 15 modifications on default setup so one more is fine .o)
|
You will have to modify the code in the /usr/local/ispconfig/interface/web/mail/mail_user_edit.php file and add e.g. a line like this right after line 95:
if($this->id == 0) $tmp_user["policy_id"] = 5;
where 5 is the numeric ID of the policy that you want to select as default. So the resulting file part looks like this:
......
$policy_select = "<option value='0'>".$app->tform->lng("no_policy")."</option>";
if($this->id == 0) $tmp_user["policy_id"] = 5;
if(is_array($policys)) {
.......
Recent comments
12 hours 17 min ago
15 hours 13 min ago
16 hours 27 min ago
17 hours 50 min ago
19 hours 28 min ago
20 hours 57 min ago
22 hours 10 min ago
1 day 14 hours ago
1 day 14 hours ago
1 day 18 hours ago