On Sun, 16 Oct 2011 15:24:17 -0400 Brian J. Murrell wrote:
> To recap, I simply want to have the user_state (i.e. typically > ~/.spamassassin) dirs somewhere other than $HOME on the server but > have those dirs and their files owned by their respective users and > therefor need to have spamd run as the recipient in order to be able > to read (and write in the case of the bayes and autowhitelist, etc. > files) them while allowing the users to read/write them also. Is > this in fact impossible to do? Could you not just run a script from cron that does chown ${USER}:spamd and chmod g+rw on all the files in the virtual home directories.