trusteddomainproject / OpenARC

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

crash on check configuration #72

Open andreasschulze opened 6 years ago

andreasschulze commented 6 years ago

"openarc -c /path/to/openarc.conf -n" crash if the configfile don't include the "InternalHosts" statement

reported by Benny Petersen via openarc-users ML https://openarc.org/listarchives/openarc-users@openarc.org/2018-01/0000008.html

xpunkt commented 6 years ago

https://github.com/trusteddomainproject/OpenARC/blob/master/openarc/openarc.conf.sample#L106

docs are incorrect: InternalHosts /path/to/internalhost

crash, while

InternalHosts refile:/path/to/internalhosts

works !

xpunkt commented 6 years ago

content of internalhosts file is just still not used by that config :(

have disabled mode, so it should auto seleect verify sign based on it, but this fails

show a working example internalhost file

xpunkt commented 6 years ago

and will openarc sign unsigned mails without dkim sigs if in internalhosts ?