diff options
author | Eduardo Chappa <chappa@washington.edu> | 2018-09-03 14:36:54 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2018-09-03 14:36:54 -0600 |
commit | 984d3267f4240d098dd120dd4d406c7585e818dd (patch) | |
tree | 06ac500c9696974dd133447548c804b43b387f08 /web | |
parent | e089a860ea48cab784e33c922a6cc9bfb092aeba (diff) | |
download | alpine-984d3267f4240d098dd120dd4d406c7585e818dd.tar.xz |
* Fix typo in the configuration of GMX's smtp server.
Diffstat (limited to 'web')
-rw-r--r-- | web/config/gmx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/config/gmx.conf b/web/config/gmx.conf index 4a0d9e3d..3846c3d5 100644 --- a/web/config/gmx.conf +++ b/web/config/gmx.conf @@ -4,7 +4,7 @@ # inbox-path={imap.gmx.com/ssl}inbox -smtp-server=mail.gmx.comssl +smtp-server=mail.gmx.com/ssl user-domain=gmx.com |