Sorry
That part with NORMAL policy was explained to me by Till here
http://www.howtoforge.com/forums/sho...392#post243392
Just summary:
edit: /usr/local/ispconfig/interface/web/mail/mail_domain_edit.php
after existing line 166 - $policy_select = "<option value='0'>".$app->tform->wordbook["no_policy"]."</option>";
add line:
if($this->id == 0) $tmp_user["policy_id"] = 5;
edit: /usr/local/ispconfig/interface/web/mail/mail_user_edit.php
after existing line 95 - $policy_select = "<option value='0'>".$app->tform->lng("no_policy")."</option>";
add line:
if($this->id == 0) $tmp_user["policy_id"] = 5;
=====
But i still cannot find, where to turn "Move Spam Emails to Junk directory" ON by default ???
Recent comments
9 hours 56 min ago
10 hours 56 min ago
14 hours 43 min ago
15 hours 57 min ago
19 hours 33 min ago
1 day 2 hours ago
1 day 11 hours ago
1 day 13 hours ago
2 days 4 hours ago
2 days 6 hours ago