emersion / go-msgauth

🔏 A Go library and tools for DKIM, DMARC and Authentication-Results
MIT License
162 stars 51 forks source link

FR: dkim-milter config file #52

Closed mimi89999 closed 2 years ago

mimi89999 commented 2 years ago

Hello, I would like dkim-milter to read config from a file. If you accept this feature, I could contribute it.

emersion commented 2 years ago

I'd rather not tbh. dkim-milter is designed to be pretty bare-bones.

mimi89999 commented 2 years ago

I think that it would be best to have all email auth handled by one milter to avoid issues like https://github.com/trusteddomainproject/OpenDMARC/issues/49 and make configuration easier.

emersion commented 2 years ago

Yes, I agree. But as the name suggests dkim-milter is only about DKIM.

I think a separate project would be nice for a proper SPF+DKIM+DMARC milter. We may want to improve go-milter, it's quite fragile atm.

In any case, this isn't a go-msgauth issue, closing.