View Single Post
  #9 (permalink)  
Old 01-07-2007, 09:05 AM
jlim0930 jlim0930 is offline
Junior Member
 
Join Date: Jan 2007
Posts: 2
jlim0930 is on a distinguished road
Default Thanks - looking for directions

First of all i just wanted to say thanks for making the patch to freebsd.

I did have some more issues than what was posted above :

for some reason there was a typo in my patched set of Makefile in the mysql directory had to edit that....

Also needed to install perl Net::LDAP on the installed system to get zimbra to work.

now to the problem at hand.

I am able to start zimbra and verify that all of the services are running by issueing zmcontrol status it does show that all services are up and running.

however whenever i try to connect to amavisd via port 10024 it disconnects right away thus creating a problem with sending receiving emails

my env is setup that zimbra runs in jail i have tried to connect via localhost 127.0.0.1 hostname fqdn and it all reacts the same.

I edited /opt/zimbra/conf/amavisd.conf.in to include

@mynetworks = qw( 127.0.0.0/8 [::1] [FE80::]/10 [FEC0::]/10 );

and that did not help either..

I did notice that in amavisd.conf the values for $mydomain was empty.. is it suppost to be empty ?

Also per instructions i can not connect to the mysql database to change the references from localhost/127.0.0.1 to the jails ip address

also I see that the logger is running but in the admin interface it states that the logger is not installed/running i dont know if the rrd graphs are tied into the logger process but those are comming up as X's (no image)

other than that i am able to connect via the web and to the admin pages without any problems also due to the issue with amavisd i am unable to recieve or send emails.

Last edited by jlim0930 : 01-07-2007 at 09:08 AM. Reason: forgot one thing
Reply With Quote