Replies: 1 comment 1 reply
-
|
If SMTP connection is in authenticated state, authenticated username is passed in https://github.com/foxcpp/maddy/blob/master/internal/check/rspamd/rspamd.go#L188 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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!
Beta Was this translation helpful? Give feedback.
All reactions