-
Notifications
You must be signed in to change notification settings - Fork 303
Closed
Labels
bugSomething isn't working.Something isn't working.ready-for-releaseFeature is implemented and available for testing in dev branch. It will be included in the next releFeature is implemented and available for testing in dev branch. It will be included in the next rele
Description
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.
...
# Base variables
$(hostname) = example.com
$(primary_domain) = example.com
$(local_domains) = $(primary_domain)
tls file /etc/maddy/cert.pem /etc/maddy/key.pem {
protocols tls1.2 tls1.3
curves X25519
}
tls_client {
protocols tls1.2 tls1.3
curves X25519
root_ca /etc/maddy/ca.pem
}
# ----------------------------------------------------------------------------
# Local storage & authentication
...
Environment information
- maddy version: 0.7.1
Thanks in advance for your answer and for making email deployment a simple task.
Metadata
Metadata
Assignees
Labels
bugSomething isn't working.Something isn't working.ready-for-releaseFeature is implemented and available for testing in dev branch. It will be included in the next releFeature is implemented and available for testing in dev branch. It will be included in the next rele