On Thu, May 28, 2015 at 04:51:22PM +0200, Jason A. Donenfeld wrote: > In 5.4.5 we have: > > /var/spool/smtpd/purge must be rwx------ (700) > smtpd: error in purge directory setup > > > In snapshots we have: > > /var/spool/smtpd/purge must be rwxr-x--- (750) > smtpd: error in purge directory setup > > > Why the change? >
https://github.com/OpenSMTPD/OpenSMTPD/pull/577 Given that purge is group-owned by root, I don't really see any reason to be as strict as we were and prevent people from dropping privileges further if they want to. With upcoming snapshot you will no longer experience the error because it either creates with proper mode or upgrades to new mode if there is already a purge with the previous mode. -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
