<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0"></p>
<div>Hi Guilem,</div>
<div><br>
</div>
<div>I edited the file as below to make it work with a remote mysql server I already had running,</div>
<div><br>
</div>
<div>root@email-001:/etc/roundcube# more debian-db.php <br>
<?php<br>
##<br>
## database access settings in php format<br>
## automatically generated from /etc/dbconfig-common/roundcube.conf<br>
## by /usr/sbin/dbconfig-generate-include<br>
##<br>
## by default this file is managed via ucf, so you shouldn't have to<br>
## worry about manual changes being silently discarded.  *however*,<br>
## you'll probably also want to edit the configuration file mentioned<br>
## above too.<br>
##<br>
$dbuser='roundcube';<br>
$dbpass='xxxxxxxxx';<br>
$basepath='';<br>
$dbname='roundcubemail';<br>
#ssj$dbserver='localhost';<br>
$dbserver='192.168.1.104';<br>
$dbport='3306';<br>
$dbtype='mysql';<br>
root@email-001:/etc/roundcube# <br>
<br>
</div>
<br>
<p></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<div id="Signature">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<p>regards</p>
<p>Steven</p>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> Guilhem Moulin <guilhem@debian.org><br>
<b>Sent:</b> Thursday, 6 June 2019 12:29 PM<br>
<b>To:</b> stven jones; 901124@bugs.debian.org<br>
<b>Subject:</b> Re: Bug#901124: roundcube: patching roundcube breaks it</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">On Sat, 09 Jun 2018 at 15:16:31 +1200, stven jones wrote:<br>
>   * What exactly did you do (or not do) that was effective (or ineffective)?<br>
> <br>
> reset the debian database config to the remote mysql server's IP after the patching wiped this.<br>
<br>
What *exactly* did you do: which file, and its diff?<br>
<br>
-- <br>
Guilhem.<br>
</div>
</span></font></div>
</div>
</div>
</body>
</html>