On 2/11/2016 5:54 AM, Bill Maidment wrote: > I meant /var/spool/MIMEDefang
This is a wild guess, but perhaps /var/spool/MIMEDefang is being mounted as a separate filesystem? If so, that could explain why the perms change at reboot. You can specify the mode at mount time in fstab. Here is what I have: # grep MIMEDefang /etc/fstab none /var/spool/MIMEDefang tmpfs defaults,noatime,size=1000M,mode=0750,uid=defang,gid=defang 0 0 Of course, you'd want 0770 instead of 0750. _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

