fastmail / authentication_milter

Email Authentication by SPF/DKIM/DMARC etc.
Other
121 stars 21 forks source link

How to implement only arc from authentication_milter #146

Open um8033216 opened 11 months ago

um8033216 commented 11 months ago

I need one help can anyone give me clear guidance how can I implement only arc module from authentication milter I have postfix mailserver with opendkim and opendmarc and we're using multiple sending domains from the same mailserver. I'll really appreciate your help thank you so much.

Koratsuki commented 10 months ago

I'm on the same page, even same setup. Any help is greatly appreciated.

amaclach commented 2 months ago

I second that. Exactly the same setup as described

Koratsuki commented 2 months ago

No answer yet...

marcbradshaw commented 2 months ago

While possible, using just the ARC module would be difficult to setup, as many of the integrations rely on also handling DMARC. If you are using opendkim and opendmarc then openarc would be a better fit for you.

Koratsuki commented 2 months ago

@marcbradshaw thanks for the reply. Where can we find explained docs about it? For example, I want SPF/DKIM/DMARC/ARC. Where can I find a test config or docs related, cause, the package's doc, it's a little tricky and couldn't manage to get it working. Any help[link,config,doc] is greatly appreciated.