How to apply changes to all users?

Discussion in 'Installation/Configuration' started by kanour, Feb 28, 2008.

  1. kanour

    kanour Member

    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.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  3. kanour

    kanour Member

    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
     
  4. jbravo

    jbravo Member

    This question is so often asked that it should be no#1 in ISPConfig FAQ:)
     
  5. falko

    falko Super Moderator Howtoforge Staff

    If you do what Till suggested, all users will be updated automatically.
     

Share This Page