mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
ChangeLog: https://github.com/postfixadmin/postfixadmin/releases/tag/postfixadmin-3.3.12 https://github.com/postfixadmin/postfixadmin/releases/tag/postfixadmin-3.3.13 PR: 268332 MFH: 2022Q4 (bugfixes)
18 lines
928 B
PHP
18 lines
928 B
PHP
--- config.inc.php.orig 2022-12-08 20:34:43 UTC
|
|
+++ config.inc.php
|
|
@@ -214,10 +214,11 @@ $CONF['authlib_default_flavor'] = 'md5raw';
|
|
// for dovecot 1.x
|
|
// $CONF['dovecotpw'] = "/usr/sbin/dovecotpw";
|
|
// for dovecot 2.x (dovecot 2.0.0 - 2.0.7 is not supported!)
|
|
-$CONF['dovecotpw'] = "/usr/sbin/doveadm pw";
|
|
-if(@file_exists('/usr/bin/doveadm')) { // @ to silence openbase_dir stuff; see https://github.com/postfixadmin/postfixadmin/issues/171
|
|
- $CONF['dovecotpw'] = "/usr/bin/doveadm pw"; # debian
|
|
-}
|
|
+#$CONF['dovecotpw'] = "/usr/sbin/doveadm pw";
|
|
+#if(@file_exists('/usr/bin/doveadm')) { // @ to silence openbase_dir stuff; see https://github.com/postfixadmin/postfixadmin/issues/171
|
|
+# $CONF['dovecotpw'] = "/usr/bin/doveadm pw"; # debian
|
|
+#}
|
|
+$CONF['dovecotpw'] = "/usr/local/sbin/dovecotpw"; # FreeBSD
|
|
|
|
// Password validation
|
|
// New/changed passwords will be validated using all regular expressions in the array.
|