diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-09-11 08:36:19 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-09-11 08:36:19 -0400 |
commit | 0bdbbbef6d5fbdb9b6283b8601fcdcb346af5820 (patch) | |
tree | 939a57b7dc11dd2ab200a1a7d0625c13b821544a /emailwiz.sh | |
parent | 7295f6ae8118ec38153b44256a0dad113bec44c0 (diff) | |
parent | 4a254d889271757cbe867cd22ecd6db7f6d0e639 (diff) |
Merge branch 'master' of github.com:LukeSmithxyz/emailwiz into master
Diffstat (limited to 'emailwiz.sh')
-rwxr-xr-x | emailwiz.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emailwiz.sh b/emailwiz.sh index da81ab5..57f68c7 100755 --- a/emailwiz.sh +++ b/emailwiz.sh @@ -127,6 +127,7 @@ echo "# Dovecot config ssl = required ssl_cert = <$certdir/fullchain.pem ssl_key = <$certdir/privkey.pem +ssl_dh = </usr/share/dovecot/dh.pem # Plaintext login. This is safe and easy thanks to SSL. auth_mechanisms = plain login |