<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: arial,helvetica,sans-serif; font-size: 12pt; color: #000000'>&nbsp;Hi,<br><br>&nbsp;I was looking for installing MariaDB with Zimbra MTA, but how to do that without installing mailboxd service ?<br><br>&nbsp;Regards,<br><br><div><span name="x"></span>&nbsp;&nbsp;___________________________________<br>&nbsp;/ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \<br>/-------------------------------------\<br>| &nbsp;Guy CARRÉ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br>| &nbsp;************* &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br>| &nbsp;PostMaster - WikiMaster - SysAdmin |<br>| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br>| "Free Your Mind. Think Open Source" |<br>| &nbsp;april.org &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br>| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br>|_____________________________________|<span name="x"></span><br></div><br><hr id="zwchr"><div style="color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>De: </b>"Quanah Gibson-Mount" &lt;quanah@zimbra.com&gt;<br><b>À: </b>"Barry De Graaff" &lt;barrydg@zetalliance.org&gt;<br><b>Cc: </b>"Guy CARRÉ" &lt;guycarre@free.fr&gt;, "Keith McDermott" &lt;keithmcd@purdue.edu&gt;, devel@lists.zetalliance.org, users@lists.zetalliance.org<br><b>Envoyé: </b>Mardi 7 Juin 2016 16:58:35<br><b>Objet: </b>Re: [Devel] [Users] checkhack-zimbra-preferences shell escape issues<br><br>Yeah, that should be fine. &nbsp;Although there are already C, Java, and Perl <br>clients installed. &nbsp;Since cluebringer is Perl, I'd think you wouldn't need <br>anything outside of what's already present.<br><br>--Quanah<br><br>--On Tuesday, June 07, 2016 3:52 PM +0000 Barry De Graaff <br>&lt;barrydg@zetalliance.org&gt; wrote:<br><br>&gt; Hello Quanah,<br>&gt;<br>&gt; Thanks, I only install the MariaDB/Mysql client, specifically since its a<br>&gt; groupinstall:<br>&gt;<br>&gt; mysql<br>&gt; mysql-connector-odbc<br>&gt; MySQL-python<br>&gt;<br>&gt; And do use the MariaDB that is installed from zimbra, and add a database<br>&gt; and user...<br>&gt;<br>&gt; So if I am not mistaken, that is OK right?<br>&gt;<br>&gt;<br>&gt; Kind regards,<br>&gt;<br>&gt; Barry de Graaff<br>&gt; Zeta Alliance Founder<br>&gt; www.zetalliance.org<br>&gt;<br>&gt; Skype: barrydegraaff.tk<br>&gt; Fingerprint: 9e0e165f06b365ee1e47683e20f37303c20703f8<br>&gt;<br>&gt; ----- Original Message -----<br>&gt; From: "Quanah Gibson-Mount" &lt;quanah@zimbra.com&gt;<br>&gt; To: "Barry De Graaff" &lt;barrydg@zetalliance.org&gt;, "Guy CARRÉ"<br>&gt; &lt;guycarre@free.fr&gt; Cc: "Keith McDermott" &lt;keithmcd@purdue.edu&gt;,<br>&gt; devel@lists.zetalliance.org, users@lists.zetalliance.org Sent: Tuesday,<br>&gt; June 7, 2016 4:43:52 PM<br>&gt; Subject: Re: [Devel] [Users] checkhack-zimbra-preferences shell escape<br>&gt; issues<br>&gt;<br>&gt; Since ZCS already installs MariaDB on the MTA nodes, you should just use<br>&gt; it &nbsp;rather than also adding in the ancient and potentially conflicting<br>&gt; system &nbsp;mysql/mariadb version. &nbsp;Also reduces overhead.<br>&gt;<br>&gt; --Quanah<br>&gt;<br>&gt; --On Tuesday, June 07, 2016 2:41 PM +0000 Barry De Graaff<br>&gt; &lt;barrydg@zetalliance.org&gt; wrote:<br>&gt;<br>&gt;&gt; Yeah, I moved it off the README, but left it in the repo, for anyone who<br>&gt;&gt; wants to &nbsp;take it and work on it.<br>&gt;&gt;<br>&gt;&gt; I will go with<br>&gt;&gt; https://github.com/Zimbra-Community/zimbra-tools/blob/master/cbpolicyd.sh<br>&gt;&gt; for this.<br>&gt;&gt;<br>&gt;&gt; Kind regards,<br>&gt;&gt;<br>&gt;&gt; Barry de Graaff<br>&gt;&gt; Zeta Alliance Founder<br>&gt;&gt; www.zetalliance.org<br>&gt;&gt;<br>&gt;&gt; Skype: barrydegraaff.tk<br>&gt;&gt; Fingerprint: 9e0e165f06b365ee1e47683e20f37303c20703f8<br>&gt;&gt;<br>&gt;&gt; ----- Original Message -----<br>&gt;&gt; From: "Guy CARRÉ" &lt;guycarre@free.fr&gt;<br>&gt;&gt; To: "Keith McDermott" &lt;keithmcd@purdue.edu&gt;<br>&gt;&gt; Cc: "Barry De Graaff" &lt;barrydg@zetalliance.org&gt;,<br>&gt;&gt; users@lists.zetalliance.org, devel@lists.zetalliance.org Sent: Tuesday,<br>&gt;&gt; June 7, 2016 3:35:56 PM<br>&gt;&gt; Subject: Re: [Users] checkhack-zimbra-preferences shell escape issues<br>&gt;&gt;<br>&gt;&gt; Hello,<br>&gt;&gt;<br>&gt;&gt; as it seems that the script is very old, I would advice to upgrade it by<br>&gt;&gt; using Bash best practises, even if it is KSH which is call. &nbsp;Command like<br>&gt;&gt; :<br>&gt;&gt; this command_1=`hostname -f`<br>&gt;&gt; for example has to be changed into<br>&gt;&gt; command_1=$(hostname -f)<br>&gt;&gt; same thing with variable :<br>&gt;&gt; VAR_1=bob<br>&gt;&gt; should be used like this :<br>&gt;&gt; ${VAR_1}<br>&gt;&gt; and some people use over quote technic too.<br>&gt;&gt;<br>&gt;&gt; Regards,<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; ___________________________________<br>&gt;&gt; / \<br>&gt;&gt; /-------------------------------------\<br>&gt;&gt;| Guy CARRÉ |<br>&gt;&gt;| ************* |<br>&gt;&gt;| PostMaster - WikiMaster - SysAdmin |<br>&gt;&gt;| |<br>&gt;&gt;| "Free Your Mind. Think Open Source" |<br>&gt;&gt;| april.org |<br>&gt;&gt;| |<br>&gt;&gt;| _____________________________________|<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; De: "Keith McDermott" &lt;keithmcd@purdue.edu&gt;<br>&gt;&gt; À: "Barry De Graaff" &lt;barrydg@zetalliance.org&gt;,<br>&gt;&gt; users@lists.zetalliance.org, devel@lists.zetalliance.org &nbsp;Envoyé: Mardi<br>&gt;&gt; 7 Juin 2016 14:32:39<br>&gt;&gt; Objet: Re: [Users] checkhack-zimbra-preferences shell escape issues<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; Hi Barry,<br>&gt;&gt;<br>&gt;&gt; I can't remember if it was noted on Git or not, but this was written for<br>&gt;&gt; ZCS6. We never had issues like this happen in our usage of the script for<br>&gt;&gt; the past 5-6 years. There would be an odd thing very rarely that would<br>&gt;&gt; cause key/pairs to get messed up, but it always created one file per<br>&gt;&gt; user.<br>&gt;&gt;<br>&gt;&gt; Perhaps something's changed in some of the commands that are being ran<br>&gt;&gt; since ZCS6?<br>&gt;&gt;<br>&gt;&gt; Files should be created such as:<br>&gt;&gt;<br>&gt;&gt; /tmp/zimbra-preferences-scores/2016-06-16/keithmcd<br>&gt;&gt;<br>&gt;&gt; -keith<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; Keith McDermott<br>&gt;&gt; Messaging Systems Administrator<br>&gt;&gt; ITIS, ITaP<br>&gt;&gt; Purdue University<br>&gt;&gt;<br>&gt;&gt; E-mail: keithmcd@purdue.edu Address:155 S. Grant Street<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; West Lafayette, IN 47907<br>&gt;&gt;<br>&gt;&gt; "The road to wisdom, well, it's plain and simple to express,<br>&gt;&gt; &nbsp;Err and err and err again, but less and less and less."<br>&gt;&gt; &nbsp;- Piet Hein<br>&gt;&gt; On 6/7/16 00:49, Barry De Graaff wrote:<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; --<br>&gt;<br>&gt; Quanah Gibson-Mount<br>&gt; Platform Architect<br>&gt; Manager, Systems Team<br>&gt; Zimbra, Inc.<br>&gt; --------------------<br>&gt; Zimbra :: &nbsp;the leader in open source messaging and collaboration<br>&gt; A division of Synacor, Inc<br><br><br><br>--<br><br>Quanah Gibson-Mount<br>Platform Architect<br>Manager, Systems Team<br>Zimbra, Inc.<br>--------------------<br>Zimbra :: &nbsp;the leader in open source messaging and collaboration<br>A division of Synacor, Inc<br></div><br></div></body></html>