From 9f91c55b24cb4b905852a8e58531b60d31bada22 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sat, 17 Jun 2023 19:20:59 +0100 Subject: [PATCH] typos --- DOCUMENTS/HASHING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCUMENTS/HASHING.md b/DOCUMENTS/HASHING.md index 6ef779b4..eca7f4e6 100644 --- a/DOCUMENTS/HASHING.md +++ b/DOCUMENTS/HASHING.md @@ -39,7 +39,7 @@ Supported hash formats include : * PLAIN-MD5 (aka md5) * CRYPT -Historically PostfixAdmin has supported all dovecot algorithms (methods) by using the 'doveadm' system binary. As of XXXXXXX, we attempted to use a native/PHP implementation for a number of these to remove issues caused by use of proc_open / dovecot file permissions etc (see e.g. #379). +Historically PostfixAdmin has supported all dovecot algorithms (methods) by using the 'doveadm' system binary. As of early 2023 (?), we attempted to use a native/PHP implementation for a number of these to remove issues caused by use of proc_open / dovecot file permissions etc (see e.g. #379). It's recommended you use the algorithm/mechanism from your MTA, and configure PostfixAdmin with the same value prefixed by the MTA name - @@ -169,7 +169,7 @@ Dovecot generated passwords in your database should look a bit like : `{SHA256}JMQi5oHxwb0IKGx6r10jpfCI3NsLIZgGs6nleSRPAMU=` -If you have problems, start by checking you can generate one on the command line using e..g +If you have problems, start by checking you can generate one on the command line using e.g `doveadm pw -s SHA256`