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
13 hours 17 min ago
18 hours 22 min ago
22 hours 46 min ago
1 day 35 min ago
1 day 14 hours ago
1 day 14 hours ago
1 day 19 hours ago
2 days 2 hours ago
2 days 3 hours ago
2 days 4 hours ago