<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									SolidCP Forum - Recent Posts				            </title>
            <link>https://solidcp.com/forum/</link>
            <description>SolidCP Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 19 Sep 2026 15:15:52 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Sept 2026 Update breaks 1.4.8</title>
                        <link>https://solidcp.com/forum/question/sept-2026-update-breaks-1-4-8/#post-10916</link>
                        <pubDate>Mon, 14 Sep 2026 17:26:40 +0000</pubDate>
                        <description><![CDATA[After installing the September 2026 updates and rebooting, the SolidCP Server endpoint returned Server Error in &#039;/&#039; Application – Runtime Error for every request. The Enterprise Server could...]]></description>
                        <content:encoded><![CDATA[<p><span>After installing the September 2026 updates and rebooting, the SolidCP Server endpoint returned </span><code>Server Error in '/' Application – Runtime Error</code><span> for every request. The Enterprise Server could no longer reach it, so all panel operations against that server failed — creating or disabling users, mailbox actions, everything.</span></p>
<p>our workaround: Put Newtonsoft.Json 13.0.0.0 into SolidCP's <code>bin</code>. If Exchange is on the same box, it ships a copy.</p>
<div class="codeBlockWrapper_-a7MRw"><button class="copyButton_CEmTFw copyButton_-a7MRw" title="Copy code" aria-label="Copy code to clipboard"></button>
<pre contenteditable="false"><code class="language-powershell">Copy-Item 'C:\Program Files\Microsoft\Exchange Server\V15\bin\Newtonsoft.Json.dll' `
          'C:\SolidCP\Server asp.net v4.5\bin\Newtonsoft.Json.dll' -Force
</code></pre>
</div>
<p>Add a binding redirect inside the<span> </span><strong>existing</strong><span> </span><code>&lt;assemblyBinding&gt;</code><span> </span>block in<span> </span><code>Web.config</code><span> </span>(the one that already contains<span> </span><code>&lt;probing privatePath="..."/&gt;</code><span> </span>— do not create a second block):</p>
<div class="codeBlockWrapper_-a7MRw"><button class="copyButton_CEmTFw copyButton_-a7MRw" title="Copy code" aria-label="Copy code to clipboard"></button>
<pre contenteditable="false"><code class="language-xml">&lt;dependentAssembly&gt;
  &lt;assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /&gt;
  &lt;bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" /&gt;
&lt;/dependentAssembly&gt;
</code></pre>
</div>
<p>The redirect matters: <code>SolidCP.Providers.DNS.SimpleDNS80.dll</code> references Newtonsoft.Json 10.0.0.0, so without it that provider would break instead.</p>
<p>&nbsp;</p>
<p>Maybe this helps someone...</p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/"></category>                        <dc:creator>rickstinson</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/sept-2026-update-breaks-1-4-8/#post-10916</guid>
                    </item>
				                    <item>
                        <title>RE: Error to ad Mysql Service - Maria DB or Mysql</title>
                        <link>https://solidcp.com/forum/question/error-to-ad-mysql-service-maria-db-or-mysql/paged/2/#post-10912</link>
                        <pubDate>Fri, 11 Sep 2026 11:41:02 +0000</pubDate>
                        <description><![CDATA[@sebadler. Thanks! I just install a newserver with MariaDB 10.6 (provider 10.5) with the connector MySQL Connector Net 8.0.30]]></description>
                        <content:encoded><![CDATA[<p>@sebadler. Thanks! I just install a newserver with MariaDB 10.6 (provider 10.5) with the connector MySQL Connector Net 8.0.30</p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/"></category>                        <dc:creator>sergio</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/error-to-ad-mysql-service-maria-db-or-mysql/paged/2/#post-10912</guid>
                    </item>
				                    <item>
                        <title>RE: Last Smarter Smartermail update 9742 - Broke API</title>
                        <link>https://solidcp.com/forum/question/last-smarter-smartermail-update-9742-broke-api/#post-10911</link>
                        <pubDate>Wed, 09 Sep 2026 18:11:08 +0000</pubDate>
                        <description><![CDATA[We discover the problem, the email policy should have complex password enable and should include, Uppercase letter, numbers and Non-alphanumeric symbols]]></description>
                        <content:encoded><![CDATA[<p>We discover the problem, the email policy should have complex password enable and should include, <span>Uppercase letter, numbers and Non-alphanumeric symbols</span></p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/"></category>                        <dc:creator>sergio</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/last-smarter-smartermail-update-9742-broke-api/#post-10911</guid>
                    </item>
				                    <item>
                        <title>Last Smarter Smartermail update 9742 - Broke API</title>
                        <link>https://solidcp.com/forum/question/last-smarter-smartermail-update-9742-broke-api/#post-10910</link>
                        <pubDate>Wed, 09 Sep 2026 16:18:48 +0000</pubDate>
                        <description><![CDATA[Hi,
After the lsat update smartermail team wrote:
&nbsp;

Security: Hardened legacy SOAP API calls for System Administrators.
Security: Hardened System Administrator token usage and per...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>After the lsat update smartermail team wrote:</p>
<p>&nbsp;</p>
<ul>
<li class="release-note">Security: Hardened legacy SOAP API calls for System Administrators.</li>
<li class="release-note">Security: Hardened System Administrator token usage and permission access.</li>
<li class="release-note">Security: Hardened user mailbox authentication caching</li>
</ul>
<p>And know with 100+ provider we cant add or update email accounts.</p>
<p>Regards,</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/"></category>                        <dc:creator>sergio</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/last-smarter-smartermail-update-9742-broke-api/#post-10910</guid>
                    </item>
				                    <item>
                        <title>RE: SolidCP to FuseCP</title>
                        <link>https://solidcp.com/forum/question/solidcp-to-fusecp/#post-10907</link>
                        <pubDate>Sun, 23 Aug 2026 17:30:29 +0000</pubDate>
                        <description><![CDATA[Any updates?]]></description>
                        <content:encoded><![CDATA[<p>Any updates? </p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/"></category>                        <dc:creator>mastercodefu</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/solidcp-to-fusecp/#post-10907</guid>
                    </item>
				                    <item>
                        <title>RE: After install, no mysql or smartermail</title>
                        <link>https://solidcp.com/forum/question/after-install-no-mysql-or-smartermail/#post-10902</link>
                        <pubDate>Thu, 16 Jul 2026 00:58:22 +0000</pubDate>
                        <description><![CDATA[Sorry, I jumped the gun.  I found where to add those services, and I think its ok now.  
Scott]]></description>
                        <content:encoded><![CDATA[<p>Sorry, I jumped the gun.  I found where to add those services, and I think its ok now.  </p>
<p>Scott</p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/"></category>                        <dc:creator>Scott</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/after-install-no-mysql-or-smartermail/#post-10902</guid>
                    </item>
				                    <item>
                        <title>After install, no mysql or smartermail</title>
                        <link>https://solidcp.com/forum/question/after-install-no-mysql-or-smartermail/#post-10901</link>
                        <pubDate>Thu, 16 Jul 2026 00:01:30 +0000</pubDate>
                        <description><![CDATA[Good Evening:  
I just got a new server with Windows Server 2022 on it.  Both MySQL 8.0 (and the most recent MySQL Connector/NET) and SmarterMail v8451 are installed as well as the FTP serv...]]></description>
                        <content:encoded><![CDATA[<p>Good Evening:  </p>
<p>I just got a new server with Windows Server 2022 on it.  Both MySQL 8.0 (and the most recent MySQL Connector/NET) and SmarterMail v8451 are installed as well as the FTP server in IIS, but after installing SolidCP 1.5.1, neither of these services/servers appear in SolidCP.  I'm pretty sure I did not have this problem with SCP version 1.4.7.  Am I missing something?  I saw no mention of any of these items during the SolidCP installation process.  </p>
<p>Can someone please give me an idea of what I should be looking for?  </p>
<p>Thank you.<br />Scott Hendrickson<br />Centennial, CO.  U.S.A.</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/"></category>                        <dc:creator>Scott</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/after-install-no-mysql-or-smartermail/#post-10901</guid>
                    </item>
				                    <item>
                        <title>New Exchange Server how to migrate</title>
                        <link>https://solidcp.com/forum/question/new-exchange-server-how-to-migrate/#post-10900</link>
                        <pubDate>Thu, 09 Jul 2026 12:02:48 +0000</pubDate>
                        <description><![CDATA[Hy. i have to setup a new exchange Server in my envoirement. it is up and running. But now i have to move my Mailboxes and how is it best to change it in SolidCP.
&nbsp;
brgds]]></description>
                        <content:encoded><![CDATA[<p>Hy. i have to setup a new exchange Server in my envoirement. it is up and running. But now i have to move my Mailboxes and how is it best to change it in SolidCP.</p>
<p>&nbsp;</p>
<p>brgds</p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/"></category>                        <dc:creator>funsurfer</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/new-exchange-server-how-to-migrate/#post-10900</guid>
                    </item>
				                    <item>
                        <title>Standalone SSL Installation for Enterprise Server and Server Components</title>
                        <link>https://solidcp.com/forum/question/standalone-ssl-installation-for-enterprise-server-and-server-components/#post-10897</link>
                        <pubDate>Wed, 17 Jun 2026 05:34:05 +0000</pubDate>
                        <description><![CDATA[Hi there,I trust you are well. Is it possible to perform a standalone installation using SSL for all SolidCP components?I understand that the Web Portal can be configured to use SSL, but I w...]]></description>
                        <content:encoded><![CDATA[<p>Hi there,<br /><br />I trust you are well. <br /><br />Is it possible to perform a standalone installation using SSL for all SolidCP components?<br />I understand that the Web Portal can be configured to use SSL, but I would also like the backend components to communicate over SSL, specifically:<br /><br />Enterprise Server: https://hostname:9003<br />Server Component: https://hostname:9002<br /><br />However, when I configure these services to use SSL, I receive the error shown below.<br /><br />Has anyone successfully implemented this configuration, or can you provide any guidance on the correct setup requirements?<br /><br />Any advice would be greatly appreciated.<br />Thank you.<br /><br />##############<br />An existing connection was forcibly closed by the remote host<br />Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.<br /><br />Exception Details: System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host<br /><br />Source Error:<br /><br />An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.<br /><br />Stack Trace:<br /><br /><br /><br />System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) +226<br /><br /><br />System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) +811<br />System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) +48<br />System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) +228<br />System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) +361<br />System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest, Boolean renegotiation) +245<br />System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) +812<br />System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) +264<br />System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) +21<br />System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) +85<br />System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) +1131<br />System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) +62<br />System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) +124<br />System.Net.ConnectStream.WriteHeaders(Boolean async) +491</p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/"></category>                        <dc:creator>mojoekita</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/standalone-ssl-installation-for-enterprise-server-and-server-components/#post-10897</guid>
                    </item>
				                    <item>
                        <title>RE: SolidCP to FuseCP</title>
                        <link>https://solidcp.com/forum/question/solidcp-to-fusecp/#post-10896</link>
                        <pubDate>Tue, 16 Jun 2026 09:43:38 +0000</pubDate>
                        <description><![CDATA[@m-tiggelaar Yes, i can understand, this gonna be major leap from wsp &gt; scp and so on and what we required as on today with new standards, its just all other softwares are getting updated...]]></description>
                        <content:encoded><![CDATA[<p>@m-tiggelaar Yes, i can understand, this gonna be major leap from wsp &gt; scp and so on and what we required as on today with new standards, its just all other softwares are getting updated day by day its gonna get difficult to keep SCP alive and working error free.</p>
<p>Looking forward for FCP.</p>
<p>All the best</p>
<p>Thanks</p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/"></category>                        <dc:creator>Beamer</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/solidcp-to-fusecp/#post-10896</guid>
                    </item>
							        </channel>
        </rss>
		