Summary | Follow-up to #14494 |
Queue | Passwd |
Queue Version | 5.0.5 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | alex9434 (at) gmail (dot) com |
Created | 10/23/2016 (3175 days ago) |
Due | |
Updated | 10/24/2016 (3174 days ago) |
Assigned | |
Resolved | 10/24/2016 (3174 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
Please use the mailing lists to ask for support.
http://www.horde.org/mail/ contains a list of all available mailing lists.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Follow-up to #14494
Queue ⇒ Passwd
Milestone ⇒
Patch ⇒ No
#14494(actually I had alreadytried several different spellings), however, I still get the same error:
Failure in changing password for Postfix Admin server: Incorrect old password.
Please let me know, which debug information I should provide to
understand the error. My backends.local.php now reads.
<?php
$backends['postfixadmin']['disabled'] = false;
$backends['postfixadmin']['policy']['minNumeric'] = 0;
$backends['postfixadmin']['params']['password'] = 'delete';
$backends['postfixadmin']['params']['encryption'] = 'crypt-md5';