-
Notifications
You must be signed in to change notification settings - Fork 326
Hello, is there a way to pass "authenticated" status to rspamd? For example, when I try to configure its milter for outgoing email (e.g. for ARC signing), rspamd treats the email as foreign and tries to check for dkim/spf/dmarc, even though it comes from maddy. With other MTAs such as Postfix, rspamd handles this automatically. Thank you!
All reactions
Replies: 1 comment 2 replies
If SMTP connection is in authenticated state, authenticated username is passed in Auth header field to rspamd.
https://github.com/foxcpp/maddy/blob/master/internal/check/rspamd/rspamd.go#L188
All reactions
I am using rspamd via milter, because of this:
Note that at the moment, maddy will not generate Authentication-Results field with rspamd results.
Maybe I should use direct support anyway?
All reactions
If you have maddy's dkim/spf/dmarc checks enabled, you will probably get the same info through it.