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.


Topics - xorred

Pages: [1]
1
How can the data be moved from an old failed server to a new one?

All I'm interested in is moving the e-mails of the users, the configuration can be re-done quickly...

2
I have moved mysql from /var/lib/mysql to /home/mysql, changed data folder in /etc/mysql/my.cnf, and now nothing works, no systems are operational...

what should I do to enable all systems again???

3
THIS IS URGENT!

I upgraded a production box to Zentyal, and now ALL mail is stored in Groupware (webaccess), but is NOT seen in Webmail /webmail and NOT received in Outlook!!!!!!!!

Weird thing is, I see the e-mail in the Sent items box (for the sent e-mails) but nothing else!

HELP PLEASE!

4
there is a financial regulation for some companies to store all their e-mail externally.

I want to set up a way for all e-mail to be pulled by an external account - sort of "mega" account, which receives all mail sent to any account on the system, and all mail sent by any account on the system.

Is that possible?

http://globalrelay.com/capture.aspx - does then log in to that account - and pull all e-mail to their server, thus completing the regulation requirements.

5
Installation and Upgrades / LDAP administration using phpLDAPadmin
« on: July 01, 2009, 10:30:09 pm »
use at your own risk.

Code: [Select]
apt-get install phpldapadmin
Since we're setting up for multiple installs, we'll give each one a different config file

Code: [Select]
cp -R /usr/share/phpldapadmin /var/www/myphpldapadmin
Code: [Select]
cp /etc/phpldapadmin/config.php /etc/phpldapadmin/first.config.php
rm /var/www/myphpldapadmin/config/config.php
ln -s /etc/phpldapadmin/first.config.php /var/www/myphpldapadmin/config/config.php
chmod +r /etc/phpldapadmin/first.config.php

Now customize the config file. You'll probably need to change the following lines:

Code: [Select]
$config->custom->session['blowfish'] = 'randomstringofyourseditthat';  //Add a random string for encryption purposes
$ldapservers->SetValue($i,'server','name','ebox');  // The name to display
$ldapservers->SetValue($i,'server','host','127.0.0.1');  // Address of the LDAP server
$ldapservers->SetValue($i,'server','port','389');   // Port number
$ldapservers->SetValue($i,'server','base',array('dc=example,dc=com'));  // Base dn

And open http://ebox-ip-address/myphpldapadmin/

Taken from https://help.ubuntu.com/community/InstallingphpLDAPadmin

Thank you, Blinkiz ;)

That should be it.

6
Ok, here's my setup.
ebox:
eth0: 192.168.1.100
eth1: 192.168.56.100
IP addresses configured via /etc/network/interfaces

Client: 192.168.56.50

Firewall enabled, squid enabled, firewall module configuration not touched.  Object "Allow" created, ip address 192.168.56.1/32 added in members.
HTTP proxy module: object "Allow" added, default policy - filter, domain filtering - strict, only one domain set as "allowed", checkbox "don't allow any non-listed domains" NOT ticked.

So.... With that as setting, by setting the proxy on the client to be 192.168.56.100:3128, I can't connect.

Then, I go to Networking module settings, select eth0, select Static, set it as 192.168.1.100, tick "external" save, and now NO way I can even access the ebox... why? And.. really need help configuring the proxy, I thought with my configuration it would work fine?

Pages: [1]