-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot specify tls_client directive #674
Comments
Oops, fixed in dd06ffe. You can build maddy from source from master branch or just move
|
Building from source gets rid of the error. But I cannot get maddy to enable |
Docs probably should be clarified, What is your use-case? It is very easy to add functionality to validate client certificates, but full authentication support definitely will take more work. |
Ah that now makes more sense! Thanks for the clarification. |
Describe the bug
Given the documentation found here I assumed I could specify a global tls_client directive but instead I get this error:
/etc/maddy/maddy.conf:21: unknown module or global directive: tls_client
Steps to reproduce
Add a
tls_client
directive in the global scope.Configuration file
Default configuration file, with just the added
tls_client
block, as below.Environment information
Thanks in advance for your answer and for making email deployment a simple task.
The text was updated successfully, but these errors were encountered: