Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Marcus

Pages: 1 ... 14 15 [16] 17 18 ... 20
226
Hello christian,

no need to duplicate the English "HowTo". You can contribute in the French section directly, either translating what you feel important to be translated of posting there "HowTo" in French, thank you Zentyal team having set-up this French section for us.

I'll give it a shot-

Best,

Marcus

227
Bonjour,

Si il est possible de dupliquer la doc anglophone et la placer sous http://trac.zentyal.org/wiki/Documentation/Community/French , je serai heureux d'y contribuer en effectuant la traduction.

Cordialement,

Marcus

228
Hello,

You may add a cron job that will run 5 minutes following a boot up. It is my little ugly hack for most of my "why the heck that service is not starting at boot?!?" until finding the answer.

Getting this idea up would solve/workaround some problems (like this one):
http://forum.zentyal.org/index.php/topic,7375.0.html

Best,

Marcus

229
Hello kismetgerald,

I suspect your problem more to be a network misconfiguration.  But still, like robb said, more info would greatly help in solving the case.

Marcus

230
Installation and Upgrades / Re: Zarafa messes up russian text
« on: August 19, 2011, 11:59:54 pm »
Hello Darky,

You may also have to install your local translation.

From a terminal:
Code: [Select]
sudo apt-get install language-support-ru language-pack-ru-base language-pack-ru
I had to do it for french support.

Best,

Marcus

231
Hello J. A. Calvo,

Done!

Best,

Marcus

232
Hello,

I was reading the documentation for installing Zentyal from apt-get.

Something that would ease up the job is making everything from a single command line:

Zentyal 2.0
sudo apt-get install -y python-software-properties && sudo add-apt-repository ppa:zentyal/2.0 && sudo apt-get update && sudo apt-get install -y zentyal

Zentyal 2.1
sudo apt-get install -y python-software-properties && sudo add-apt-repository ppa:zentyal/2.1 && sudo apt-get update && sudo apt-get install -y zentyal

What does it do?
sudo add-apt-repository ppa:zentyal/<package> will add the new repository and add the key by the same time. 
All the rest is simply updating the sources lists and installing Zentyal.

Best,

Marcus

233
Installation and Upgrades / Re: save on mobile internet costs.
« on: August 18, 2011, 08:15:50 pm »
Hello,

Squid (proxy) would do a good job on this point. 

Otherwise you might consider using Chillispot that will allow people to get a limited&restricted surf and unrestricted access if they do have ID.

Best,

Marcus

234
Hello,

Using IP tables would make this work for you.  Simply catch everything that tries to go out on port 25 and redirect it to the proper ETHx.

Quote
as I created SPF and PTR record for it

You may also add more allowed IPs to your SPF
e.g.
v=spf1 ip4:xxx.xxx.xxx.xxx ip4:yyy.yyy.yyy.yyy ~all

** This is what I'm doing for my personal, overkill, setup.

You may also have more than 1 rDNS for a single host - there is nothing wrong with that...

Best,

Marcus

235
I faced that problem a couple of times. Can't find the message right now, but a member of our forum said once:
Quote
Only use lowercase, no spaces, and you'll never have a problem

Guilty  ::)

Marcus

236
Installation and Upgrades / Re: Virtual Host Config Files
« on: July 22, 2011, 12:11:30 am »
Hello,

Make sure to restart Apache from the GUI after creating your file.

Best,
Marcus

237
Hello plouf,

You should post this kind of requests in the feature requests section.

Also, take a look at his thread:
http://forum.zentyal.org/index.php/topic,6887.0.html

Feel free to jump in.

Best,

Marcus

238
Installation and Upgrades / Re: the steps to create mail server
« on: July 05, 2011, 08:51:26 pm »
Hello,

Please take a look at this post:
http://forum.zentyal.org/index.php/topic,6754.msg27690.html#msg27690

Best,
Marcus

239
Installation and Upgrades / Re: DHCP Server not working?
« on: June 14, 2011, 03:04:36 pm »
Hello rondomzorg,

Could you post both NIC configuration screenshots ?
Zentyal >> Core >> Network >> Interface

Also, post your DHCP configuration screenshot
Zentyal >> Infrastructure >> DHCP

That would be a good starting point -

Best,

Marcus

240
Installation and Upgrades / Re: DHCP Server not working?
« on: June 10, 2011, 04:13:16 pm »
Hello rondomzorg,

It must be something like this:
modem <-> (ETH0: Public IP) Zentyal (ETH1: local IP) <-> LAN

So
ETH0 should be your external interface and having the public IP (provided by your ISP - set it to external interface)
ETH1 should be your LAN gateway and set to internal interface with a static IP (let's say 192.168.10.1)

Make sure to configure an IP range for your internal interface (ETH1).  -> It should be 192.168.10.0/24 (based on the previous exemple)

** DHCP server won't start if you messed up the configuration...

Best,

Marcus

Pages: 1 ... 14 15 [16] 17 18 ... 20