I use the default password plugin here is the config I did

<?php¬
    1 ¬
    2 // Password Plugin options¬
    3 // -----------------------¬
    4 // A driver to use for password change. Default: "sql".¬
    5 // See README file for list of supported driver names.¬
    6 $config['password_driver'] = 'sql';¬
    7 ¬
    8 // Determine whether current password is required to change password.¬
    9 // Default: false.¬
   10 $config['password_confirm_current'] = true;¬
   11 ¬
   12 // Require the new password to be a certain length.¬
   13 // set to blank to allow passwords of any length¬
   14 $config['password_minimum_length'] = 8;¬
   15 ¬
   16 // Require the new password to contain a letter and punctuation character¬
   17 // Change to false to remove this check.¬
   18 $config['password_require_nonalpha'] = false;¬
   19 ¬
   20 // Enables logging of password changes into logs/password¬
   21 $config['password_log'] = false;¬
   22 ¬
   23 // Comma-separated list of login exceptions for which password change¬
   24 // will be not available (no Password tab in Settings)¬
   25 $config['password_login_exceptions'] = null;¬
   26 ¬
   27 // Array of hosts that support password changing. Default is NULL.¬
   28 // Listed hosts will feature a Password option in Settings; others will 
not.¬
   29 // Example:¬
   30 //$config['password_hosts'] = array('mail.example.com', 
'mail2.example.org');¬
   31 $config['password_hosts'] = null;¬
   32 ¬
   33 // Enables saving the new password even if it matches the old password. 
Useful¬
   34 // for upgrading the stored passwords after the encryption scheme has 
changed.¬
   35 $config['password_force_save'] = false;¬
   36 ¬
   37 // Enables forcing new users to change their password at their first 
login.¬
   38 $config['password_force_new_user'] = false;¬
   39 ¬
   40 ¬
   41 // SQL Driver options¬
   42 // ------------------¬
   43 // PEAR database DSN for performing the query. By default¬
   44 // Roundcube DB settings are used.¬
   45 $config['password_db_dsn'] = 
'mysql://vpopmail:ljfdsafdlsjfdsaf@localhost/vpopmail’;¬


That just works great!!


> On Jan 22, 2019, at 07:01, Eric Broch <ebr...@whitehorsetc.com> wrote:
> 
> Here's on using mysql driver roundcube and account for our '_' in the domain 
> name:
> 
> https://www.roundcubeforum.net/index.php?topic=6083.0 
> <https://www.roundcubeforum.net/index.php?topic=6083.0>
> On 1/22/2019 7:55 AM, Leonardo - IW Telecom wrote:
>> Yeah I saw about it too but I did not try yet... I will try both and post 
>> the instructions.
>> 
>> Thanks
>> 
>> 
>> Em 22/01/2019 12:15, Eric Broch escreveu:
>>> Here's another plugin that I've found, it logs into qmailadmin:
>>> 
>>> http://www.davidc.net/miscellany/qmailadmin-plugin-roundcube 
>>> <http://www.davidc.net/miscellany/qmailadmin-plugin-roundcube>
>>> On 1/22/2019 6:59 AM, Leonardo - IW Telecom wrote:
>>>> Eric,
>>>> 
>>>> I found the same page and I am thinking to do exactly you said.
>>>> Do you use roundcube or recommend another driver for password plugin?
>>>> 
>>>> Thanks.
>>>> 
>>>> 
>>>> Em 22/01/2019 11:37, Eric Broch escreveu:
>>>>> Leonardo,
>>>>> 
>>>>> I've never used vpopmaild, but...Have a look here:
>>>>> 
>>>>> https://qmail.jms1.net/vpopmail/vpopmaild.shtml 
>>>>> <https://qmail.jms1.net/vpopmail/vpopmaild.shtml>
>>>>> I think you can tailor the location of the run script to match the 
>>>>> current qmail configuration in /var/qmail/supervise/
>>>>> 
>>>>> Eric
>>>>> 
>>>>> On 1/22/2019 6:17 AM, Leonardo Porto wrote:
>>>>>> Hi everyone,
>>>>>> 
>>>>>> I am using Roundcube with my new qmailtoaster centos7 installation. But 
>>>>>> I did not installed it using yum, I downloaded it from roundcube website 
>>>>>> and run installation script, I guess it is the same result.
>>>>>> I trying to use the password plugin, it seems its default db driver does 
>>>>>> not work with qmail/vpopmail, so I tryed vpopmaild.
>>>>>> I run vpopmaild in command line using tcpserver and succefully changed 
>>>>>> the password in roundcube - I could see it working in command line.
>>>>>> Now I suppose I have to create supervise files for vpopmaild... is that 
>>>>>> the usual method? Or you guys use something else?
>>>>>> Thanks.
>>>>>> 
>>>>>> Leonardo.
>>>>>> 
>>>>> -- 
>>>>> Eric Broch
>>>>> White Horse Technical Consulting (WHTC)
>>> -- 
>>> Eric Broch
>>> White Horse Technical Consulting (WHTC)
> -- 
> Eric Broch
> White Horse Technical Consulting (WHTC)

Reply via email to