From 3e960b5b86e71819059567d97d59f0d6c845368a Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 28 Dec 2012 17:59:53 +0200 Subject: [PATCH] configs for roundcubemail password reset plugin --- install/0.9.7/rhel/roundcube-main.conf | 3 +++ install/0.9.7/rhel/roundcube-pw.conf | 33 ++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 install/0.9.7/rhel/roundcube-pw.conf 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 @@ +