Hi. I made a change in /root/ispconfig/isp/conf/spamassassin.rc.master however changes are not being applied to all users automatically. How to propagate the change to all? It is related to change the directory for spam from /dev/null to /different_directory. Thank you for advice.
Run the following SQL statement in the ISPConfig database: update isp_isp_user SET status = 'u' WHERE status = ''; Then make a change of a user setting in the ISPConfig interface, e.g. change the quota value, and click on save. ISPConfig will update then all users.
avoid editing each user Thanks very much. My aim is actually avoid any change on user basis. If I have 20 sites and 10 users in each it would be quite a job. Will the first command update it all automatically? Jiri