Smartlist’s

     When I installed the new mail server, I changed the ownership of smartlists from “smartlist” to “list” because the newer Linux distros use a different permissions scheme.

     However, some files, like the “dist” file were inadvertently changed to and this broke the ability for people to administer their lists.

     I am working on correcting this but it involves restoring from backups so your lists will be in a state they were in last Saturday or possibly the week before when all is said and done.  I apologize for this, I made the mistake of doing chown -R list.list /usr/smartlist when I should have done something like find /usr/smartlist -user smartlist -exec chown list.list {} \;