Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-04-2006, 02:33 PM
Intermediate Member
 
Posts: 16
Default linux vserver modifications after upgrading zimbra

Hi all

I'm running Zimbra 4.0.1 in a linux-vserver. After upgrading to 4.0.3, some settings I had made manually to make it run in a linux-vserver environment were lost. To make it work again, I had to perform steps documented below. I hope this helps anyone else with such a setup. My main server is running fc4 x86_64, the VServer is running fc4 i386.

Regards
--Marcel

(my vserver ip is 192.168.193.36, my hostname is v-zimbra.milnet.lan)

1) ensure that the first line in /etc/hosts is:

192.168.193.36 localhost.localdomain localhost v-zimbra.milnet.lan v-zimbra

2) check if database logins succeed. If they fail, it might help to

su - zimbra
mysql zimbra
show grants;

...then re-enter some GRANT statements, like the ones you see, but replace
TO 'zimbra'@'localhost'
by
TO 'zimbra'@'v-zimbra.milnet.lan'

3) replace occurences of 127.0.0.1 by 192.168.193.36 in amavisd.conf, dspam.conf and zmmta.cf

4) modify amavisd.conf and amavisd.conf.in to include the line
@mynetworks = qw( 192.168.193.36/32 ) ;

and uncomment and adapt the lines
$notify_method = 'smtp:[192.168.193.36]:10025';
$forward_method = 'smtp:[192.168.193.36]:10025'; # set to undef with milter!

5) in /opt/zimbra/postfix/conf/master.conf replace 127.0.0.1 by the server's IP and adapt the line
-o mynetworks=192.168.193.36/32

6) modify the line in /opt/zimbra/amavisd/sbin/amavisd
@inet_acl = qw( 192.168.193.36 ); # allow SMTP access only from localhost

Last edited by milprog; 11-04-2006 at 03:29 PM..
Reply With Quote
  #2 (permalink)  
Old 11-06-2006, 04:15 PM
Former Zimbran
 
Posts: 5,606
Default

Milprog,
Would you kindly add this to the wiki??

Thanks
john
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.