Hello, i have to change some settings regarding Spam (ie. rewrite_header subject) for a bunch of Users in ISPConfig. I updated the isp_isp_user table accordingly and ran the "/root/ispconfig/php/php -q /root/ispconfig/scripts/writeconf.php" script, which i thought of would write all the per-user config files like ~/.user_pref (spamchecker config). as it seems those files havent changed. did i miss sth?
You will have to run the following sql satemement in the database before you run the update script: update isp_isp_user set status = 'u' where status = '';