<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Control WebPanel Wiki &#187; roundcube password</title>
	<atom:link href="https://wiki.centos-webpanel.com/tag/roundcube-password/feed" rel="self" type="application/rss+xml" />
	<link>https://wiki.centos-webpanel.com</link>
	<description>CentOS WebPanel Wiki</description>
	<lastBuildDate>Wed, 12 Feb 2025 20:38:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>Roundcube Password change plugin</title>
		<link>https://wiki.centos-webpanel.com/roundcube-password-change-plugin</link>
		<comments>https://wiki.centos-webpanel.com/roundcube-password-change-plugin#comments</comments>
		<pubDate>Fri, 12 Feb 2016 23:17:34 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[E-Mail]]></category>
		<category><![CDATA[roundcube password]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=494</guid>
		<description><![CDATA[To enable the email account password change option from roundcube, you can edit file: /usr/local/cwpsrv/var/services/roundcube/plugins/password/config.inc.php Don't forget to replace your postfix user "PASSWORD" $config['password_driver'] = 'sql'; $config['password_db_dsn'] = 'mysqli://postfix:PASSWORD@localhost/postfix'; $config['password_query'] = "UPDATE mailbox SET password=CONCAT('{PLAIN-MD5}', MD5(%p)),modified=NOW() WHERE username=%u LIMIT 1"; You can find your postfix password here: grep pass /etc/postfix/mysql-virtual_mailbox_maps.cf]]></description>
				<content:encoded><![CDATA[<p>To enable the email account password change option from roundcube, you can edit file:<br />
<code>/usr/local/cwpsrv/var/services/roundcube/plugins/password/config.inc.php</code></p>
<p>Don't forget to replace your postfix user "PASSWORD"</p>
<pre>
$config['password_driver'] = 'sql';
$config['password_db_dsn'] = 'mysqli://postfix:PASSWORD@localhost/postfix';
$config['password_query'] = "UPDATE mailbox SET password=CONCAT('{PLAIN-MD5}', MD5(%p)),modified=NOW() WHERE username=%u LIMIT 1";
</pre>
<p>You can find your postfix password here:</p>
<pre>grep pass /etc/postfix/mysql-virtual_mailbox_maps.cf</pre>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/roundcube-password-change-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
