Miscellaneous first checks
Affected Component(s)
Typo at documentation
What happened and when does this occur?
$ docker exec -it mailserver setup config dkim help
OPEN-DKIM(8)
NAME
open-dkim - configure DomainKeys Identified Mail (DKIM)
SYNOPSIS
./setup.sh config dkim [ OPTIONS... ]
DESCRIPTION
Configures DKIM keys. OPTIONS can be used to configure a more complex setup.
LDAP setups require these options.
OPTIONS
Generic Program Information
help Print the usage information.
Configuration adjustments
keysize Set the size of the keys to be generated. Possible are 1024, 2024 and 4096 (default).
selector Set a manual selector (default is 'mail') for the key. (ATTENTION: NOT IMPLEMENTED YET!)
domain Provide the domain(s) for which keys are to be generated.
### What did you expect to happen?
```Markdown
`keysize Set the size of the keys to be generated. Possible are 1024, 2048 and 4096 (default).`
Notice, it should be 2048
How do we replicate the issue?
1. `docker exec -it mailserver setup config dkim help`
DMS version
What operating system is DMS running on?
Linux
What instruction set architecture is DMS running on?
x86_64 / AMD64
What container orchestration tool are you using?
Docker Compose
docker-compose.yml
No response
Relevant log output
No response
Other relevant information
No response
What level of experience do you have with Docker and mail servers?
Code of conduct
Improvements to this form?
No response
Miscellaneous first checks
Affected Component(s)
Typo at documentation
What happened and when does this occur?
$ docker exec -it mailserver setup config dkim help OPEN-DKIM(8) NAME open-dkim - configure DomainKeys Identified Mail (DKIM) SYNOPSIS ./setup.sh config dkim [ OPTIONS... ] DESCRIPTION Configures DKIM keys. OPTIONS can be used to configure a more complex setup. LDAP setups require these options. OPTIONS Generic Program Information help Print the usage information. Configuration adjustments keysize Set the size of the keys to be generated. Possible are 1024, 2024 and 4096 (default). selector Set a manual selector (default is 'mail') for the key. (ATTENTION: NOT IMPLEMENTED YET!) domain Provide the domain(s) for which keys are to be generated.How do we replicate the issue?
DMS version
What operating system is DMS running on?
Linux
What instruction set architecture is DMS running on?
x86_64 / AMD64
What container orchestration tool are you using?
Docker Compose
docker-compose.yml
No response
Relevant log output
No response
Other relevant information
No response
What level of experience do you have with Docker and mail servers?
Code of conduct
Improvements to this form?
No response