huan / docker-simple-mail-forwarder

Simplest and Smallest Email Forward Service based on Docker.
https://hub.docker.com/r/zixia/simple-mail-forwarder/
Apache License 2.0
544 stars 88 forks source link

Added env variable SMF_DKIM_KEYSIZE #110

Closed steilerDev closed 2 years ago

steilerDev commented 2 years ago

Environmental variable SMF_DKIM_KEYSIZE allows the user to set the keylength of the generated DKIM key (defaults to 2048)

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

huan commented 2 years ago

Thank you very much for the new feature implement!

Please get at least one approval from our community before we can merge it, thank you very much!

BTW: please also bump the version number in VERSION file so that we can track the changes better.

huan commented 2 years ago

Thank you very much!