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