| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/mail/postfixadmin/files/ |
Upload File : |
--- config.inc.php.orig 2021-08-09 14:34:09 UTC
+++ config.inc.php
@@ -212,10 +212,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.