From 3b27e0309e5f8e69636f18e3f3fd90e97e1c469c Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Sun, 18 Nov 2007 21:43:10 +0000 Subject: [PATCH] config.inc.php: - listed "md5" for $CONF['encrypt'] git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@234 a1433add-5e2c-0410-b055-b7f2511e0802 --- config.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config.inc.php b/config.inc.php index 37e2e2a0..cba6499f 100644 --- a/config.inc.php +++ b/config.inc.php @@ -80,6 +80,7 @@ $CONF['smtp_port'] = '25'; // Encrypt // In what way do you want the passwords to be crypted? // md5crypt = internal postfix admin md5 +// md5 = md5 sum of the password // system = whatever you have set as your PHP system default // cleartext = clear text passwords (ouch!) $CONF['encrypt'] = 'md5crypt';