Skip to content

Is it possible to configure a different auth per domain? #620

Answered by foxcpp
jobcespedes asked this question in Q&A
Discussion options

You must be logged in to vote

The closest possible configuration is using https://maddy.email/reference/auth/plain_separate/

auth plain_separate {
  pass ldap { ... }
  pass ldap { ... }
}

maddy will try each provider in order. If both use email addresses and recognize only their respective domains, it will work fine.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@jobcespedes
Comment options

Answer selected by jobcespedes
Comment options

You must be logged in to vote
1 reply
@muellerj
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants