<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Cannot log into Roundcube 1.6.0]]></title>
		<link>https://forum.iredmail.org/topic19269-cannot-log-into-roundcube-160.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic19269.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Cannot log into Roundcube 1.6.0.]]></description>
		<lastBuildDate>Sat, 24 Sep 2022 06:26:29 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Cannot log into Roundcube 1.6.0]]></title>
			<link>https://forum.iredmail.org/post84373.html#p84373</link>
			<description><![CDATA[<p>Roundcube 1.6.0 introduces few breaking changes: <a href="https://github.com/roundcube/roundcubemail/releases/tag/1.6.0">https://github.com/roundcube/roundcubem … /tag/1.6.0</a></p><p>1) /opt/www/roundcubemail/config/config.inc.php</p><p>- Remove <span style="color:red">smtp_server</span> and <span style="color:red">smtp_port</span> parameters , add new parameter &quot;<span style="color:blue">smtp_host</span>&quot;.<br />- Remove <span style="color:red">default_host</span> and <span style="color:red">default_port</span>, add &quot;<span style="color:blue">imap_host</span>&quot;.<br />- Set <span style="color:blue">auto_create_user</span> to true (default value is false). Otherwise newly created mail users can not login to Roundcube.</p><div class="codebox"><pre><code>$config[&quot;smtp_host&quot;] = &quot;tls://127.0.0.1:587&quot;;
$config[&quot;imap_host&quot;] = &quot;tls://127.0.0.1:143&quot;;
$config[&#039;auto_create_user&#039;] = true;</code></pre></div><p>2) /opt/www/roundcubemail/plugins/managesieve/config.inc.php</p><p>- Remove managesieve_port and managesieve_usetls, add new parameter &quot;managesieve_host&quot;.<br /></p><div class="codebox"><pre><code>$config[&quot;managesieve_host&quot;] = &quot;tls://127.0.0.1:4190&quot;;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sat, 24 Sep 2022 06:26:29 +0000</pubDate>
			<guid>https://forum.iredmail.org/post84373.html#p84373</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cannot log into Roundcube 1.6.0]]></title>
			<link>https://forum.iredmail.org/post84288.html#p84288</link>
			<description><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>Please show us related error triggered by Roundcube.</p></blockquote></div><p>Hi Zhang,</p><p>I have reinstall roundcube 1.6 and can log in, but now I cannot send any emails.<br />I get the following error<br />&quot;Connection Error (failed to reach the server)!&quot;</p><p>I made a backup copy of the RC1.5.3 cna compared the config <br />I check the config with the original one&nbsp; before&nbsp; and there is no difference between them.<br />I have attached the error messages and the config file.<br />These are the last few lines of the mail.log file<br /></p><div class="quotebox"><blockquote><p>Sep 13 21:16:59 insmail roundcube: PHP Error: Failed to load plugin file /opt/www/roundcubemail/plugins/plugin-installer/plugin-installer.php in /opt/www/roundcubemail/program/lib/Roundcube/rcube_plugin_api.php on line 193 (POST /mail/?_task=mail&amp;_action=refresh)<br />Sep 13 21:16:59 insmail roundcube: PHP Error: Failed to load plugin file /opt/www/roundcubemail/plugins/new_user_autosubscribe/new_user_autosubscribe.php in /opt/www/roundcubemail/program/lib/Roundcube/rcube_plugin_api.php on line 193 (POST /mail/?_task=mail&amp;_action=refresh)<br />Sep 13 21:16:59 insmail roundcube: &lt;0pcsl2ap&gt; PHP Error: Can use only one plugin for attachments/file uploads! Using &#039;database_attachments&#039;, ignoring others. in /opt/www/roundcubemail/plugins/filesystem_attachments/filesystem_attachments.php on line 39 (POST /mail/?_task=mail&amp;_action=refresh)<br />Sep 13 21:17:03 insmail postfix/postqueue[96336]: warning: /etc/postfix/main.cf, line 375: overriding earlier entry: smtpd_recipient_restrictions=reject_non_fqdn_recipient reject_unlisted_recipient check_policy_service inet:127.0.0.1:7777 permit_mynetworks permit_sasl_authenticated check_policy_service inet:127.0.0.1:12340 permit_mx_backup<br />Sep 13 21:17:13 insmail postfix/postqueue[96344]: warning: /etc/postfix/main.cf, line 375: overriding earlier entry: smtpd_recipient_restrictions=reject_non_fqdn_recipient reject_unlisted_recipient check_policy_service inet:127.0.0.1:7777 permit_mynetworks permit_sasl_authenticated check_policy_service inet:127.0.0.1:12340 permit_mx_backup<br />Sep 13 21:17:23 insmail postfix/postqueue[96352]: warning: /etc/postfix/main.cf, line 375: overriding earlier entry: smtpd_recipient_restrictions=reject_non_fqdn_recipient reject_unlisted_recipient check_policy_service inet:127.0.0.1:7777 permit_mynetworks permit_sasl_authenticated check_policy_service inet:127.0.0.1:12340 permit_mx_backup<br />Sep 13 21:17:33 insmail postfix/postqueue[96361]: warning: /etc/postfix/main.cf, line 375: overriding earlier entry: smtpd_recipient_restrictions=reject_non_fqdn_recipient reject_unlisted_recipient check_policy_service inet:127.0.0.1:7777 permit_mynetworks permit_sasl_authenticated check_policy_service inet:127.0.0.1:12340 permit_mx_backup<br />Sep 13 21:17:43 insmail postfix/postqueue[96369]: warning: /etc/postfix/main.cf, line 375: overriding earlier entry: smtpd_recipient_restrictions=reject_non_fqdn_recipient reject_unlisted_recipient check_policy_service inet:127.0.0.1:7777 permit_mynetworks permit_sasl_authenticated check_policy_service inet:127.0.0.1:12340 permit_mx_backup<br />Sep 13 21:17:53 insmail postfix/postqueue[96377]: warning: /etc/postfix/main.cf, line 375: overriding earlier entry: smtpd_recipient_restrictions=reject_non_fqdn_recipient reject_unlisted_recipient check_policy_service inet:127.0.0.1:7777 permit_mynetworks permit_sasl_authenticated check_policy_service inet:127.0.0.1:12340 permit_mx_backup<br />Sep 13 21:17:59 insmail roundcube: PHP Error: Failed to load plugin file /opt/www/roundcubemail/plugins/plugin-installer/plugin-installer.php in /opt/www/roundcubemail/program/lib/Roundcube/rcube_plugin_api.php on line 193 (POST /mail/?_task=mail&amp;_action=refresh)<br />Sep 13 21:17:59 insmail roundcube: PHP Error: Failed to load plugin file /opt/www/roundcubemail/plugins/new_user_autosubscribe/new_user_autosubscribe.php in /opt/www/roundcubemail/program/lib/Roundcube/rcube_plugin_api.php on line 193 (POST /mail/?_task=mail&amp;_action=refresh)<br />Sep 13 21:17:59 insmail roundcube: &lt;0pcsl2ap&gt; PHP Error: Can use only one plugin for attachments/file uploads! Using &#039;database_attachments&#039;, ignoring others. in /opt/www/roundcubemail/plugins/filesystem_attachments/filesystem_attachments.php on line 39 (POST /mail/?_task=mail&amp;_action=refresh)<br />Sep 13 21:18:03 insmail postfix/postqueue[96413]: warning: /etc/postfix/main.cf, line 375: overriding earlier entry: smtpd_recipient_restrictions=reject_non_fqdn_recipient reject_unlisted_recipient check_policy_service inet:127.0.0.1:7777 permit_mynetworks permit_sasl_authenticated check_policy_service inet:127.0.0.1:12340 permit_mx_backup<br />Sep 13 21:18:13 insmail postfix/postqueue[96427]: warning: /etc/postfix/main.cf, line 375: overriding earlier entry: smtpd_recipient_restrictions=reject_non_fqdn_recipient reject_unlisted_recipient check_policy_service inet:127.0.0.1:7777 permit_mynetworks permit_sasl_authenticated check_policy_service inet:127.0.0.1:12340 permit_mx_backup<br />Sep 13 21:18:23 insmail postfix/postqueue[96435]: warning: /etc/postfix/main.cf, line 375: overriding earlier entry: smtpd_recipient_restrictions=reject_non_fqdn_recipient reject_unlisted_recipient check_policy_service inet:127.0.0.1:7777 permit_mynetworks permit_sasl_authenticated check_policy_service inet:127.0.0.1:12340 permit_mx_backup<br />Sep 13 21:18:33 insmail postfix/postqueue[96444]: warning: /etc/postfix/main.cf, line 375: overriding earlier entry: smtpd_recipient_restrictions=reject_non_fqdn_recipient reject_unlisted_recipient check_policy_service inet:127.0.0.1:7777 permit_mynetworks permit_sasl_authenticated check_policy_service inet:127.0.0.1:12340 permit_mx_backup<br />Sep 13 21:18:43 insmail postfix/postqueue[96452]: warning: /etc/postfix/main.cf, line 375: overriding earlier entry: smtpd_recipient_restrictions=reject_non_fqdn_recipient reject_unlisted_recipient check_policy_service inet:127.0.0.1:7777 permit_mynetworks permit_sasl_authenticated check_policy_service inet:127.0.0.1:12340 permit_mx_backup</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (gpapaiko)]]></author>
			<pubDate>Tue, 13 Sep 2022 11:23:09 +0000</pubDate>
			<guid>https://forum.iredmail.org/post84288.html#p84288</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cannot log into Roundcube 1.6.0]]></title>
			<link>https://forum.iredmail.org/post84220.html#p84220</link>
			<description><![CDATA[<p>Please show us related error triggered by Roundcube.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 07 Sep 2022 05:52:27 +0000</pubDate>
			<guid>https://forum.iredmail.org/post84220.html#p84220</guid>
		</item>
		<item>
			<title><![CDATA[Cannot log into Roundcube 1.6.0]]></title>
			<link>https://forum.iredmail.org/post84204.html#p84204</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release): 1.6.1<br />- Deployed with iRedMail Easy or the downloadable installer? Installer<br />- Linux/BSD distribution name and version:&nbsp; Ubuntu 20.04 LTS<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): Mysql<br />- Web server (Apache or Nginx): Nginx<br />- Manage mail accounts with iRedAdmin-Pro? no<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====</p><p>Hi<br />Just finished upgrading iremail and ireadmin to the latest versions.<br />Thought I would also upgrade RoundCube to 1.6.0 ( currently on 1.5.3).<br /> But after the upgrade and fixing the line for &quot;$config[&quot;auto_create_user&quot;] = true;&quot; it still will not allow&nbsp; me to log in., reverted back to 1.5.3 and all is working again.</p><p>Any help will be appreciated.</p>]]></description>
			<author><![CDATA[null@example.com (gpapaiko)]]></author>
			<pubDate>Sun, 04 Sep 2022 12:34:45 +0000</pubDate>
			<guid>https://forum.iredmail.org/post84204.html#p84204</guid>
		</item>
	</channel>
</rss>
