trusteddomainproject / OpenARC

Open source ARC implementation
BSD 2-Clause "Simplified" License
135 stars 45 forks source link

RequireSafeKeys config option missing in openarc #132

Open maxfieb opened 4 years ago

maxfieb commented 4 years ago

error "/usr/local/spamtools/etc/openarc/openarc.conf: /data is writeable and owned by uid xxx which is not the executing uid (yyy) or the superuser" when running as non-root yyy and a non-root xxx user owns some part of the directory name used for keys

opendkim has the config option :

RequireSafeKeys false

openarc does not.. if multiple teams look after the one server, then the assumpton that the root uid owns everything, breaks..

It would be nice if openarc supported the RequireSafeKeys option also, for those running alternative file ownership layouts.

martinbogo commented 4 years ago

Thanks for the feedback. right now I'm doing a roll-up release of everything to date in "develop" into a new master tagged branch. I'll add this to the next cycle.