diff --git a/install/0.9.7/rhel/roundcube-main.conf b/install/0.9.7/rhel/roundcube-main.conf index ebd34a60e..a30df8434 100644 --- a/install/0.9.7/rhel/roundcube-main.conf +++ b/install/0.9.7/rhel/roundcube-main.conf @@ -289,5 +289,8 @@ $rcmail_config['max_pagesize'] = 200; // mime magic database $rcmail_config['mime_magic'] = '/usr/share/misc/magic'; +// password reset plugin +$rcmail_config['plugins'] = array('password'); + // end of config file ?> diff --git a/install/0.9.7/rhel/roundcube-pw.conf b/install/0.9.7/rhel/roundcube-pw.conf new file mode 100644 index 000000000..0c82b1bc1 --- /dev/null +++ b/install/0.9.7/rhel/roundcube-pw.conf @@ -0,0 +1,33 @@ +