summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Haber <mh+git-stdacct-201011@zugschlus.de>2013-06-05 21:33:50 +0200
committerMarc Haber <mh+git-stdacct-201011@zugschlus.de>2013-06-05 21:33:50 +0200
commit0e3f3873017d2a92202cb1319c253ec8c0a3dad8 (patch)
treed19b2a31a3ceddc5d6c9820144468ef3ac94aa2b
parent896ba21b948f0f66437462d37c94872196d62481 (diff)
downloadexim4-0e3f3873017d2a92202cb1319c253ec8c0a3dad8.tar.gz
remove MD5 recommendation from exim4-config_files man page
-rw-r--r--debian/manpages/exim4-config_files.54
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/manpages/exim4-config_files.5 b/debian/manpages/exim4-config_files.5
index df6ca8f..bd2cd3e 100644
--- a/debian/manpages/exim4-config_files.5
+++ b/debian/manpages/exim4-config_files.5
@@ -216,8 +216,8 @@ username:crypted-password:clear-password
crypted-password is the crypt(3)-created hash of your password. You
can, for example, use the mkpasswd program from the whois package to
-create a crypted password. It is recommended to use md5 hashing, with
-mkpasswd \-H md5.
+create a crypted password. It is recommended to use a modern hash
+algorithm, see mkpasswd --method=help. Consider not using crypt or MD5.
clear-password is only necessary if you want to offer CRAM-MD5
authentication. If you don't plan on doing so, the third column can be