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
  #41 (permalink)  
Old 12-01-2005, 10:34 AM
Zimbra Employee
 
Posts: 2,103
Default tlsctl

You have this:

sed -e 's/^zimbra_url: http:/zimbra_url: https:/' \
/opt/zimbra/cyrus-sasl/etc/saslauthd.conf.in > \
/tmp/saslauthd.conf.in.$$
fi
else
if [ -f /opt/zimbra/cyrus-sasl/etc/saslauthd.conf.in ]; then
sed -e 's/^zimbra_url: http:/zimbra_url: http:/' \

which makes no sense.

You want:

sed -e 's/^zimbra_url: https:/zimbra_url: http:/' \
/opt/zimbra/cyrus-sasl/etc/saslauthd.conf.in > \
/tmp/saslauthd.conf.in.$$
fi
else
if [ -f /opt/zimbra/cyrus-sasl/etc/saslauthd.conf.in ]; then
sed -e 's/^zimbra_url: http:/zimbra_url: https:/' \
Reply With Quote
  #42 (permalink)  
Old 12-01-2005, 10:52 AM
Advanced Member
 
Posts: 203
Default

zimbra_url: http://@@zimbra_server_hostname@@/service/soap/
zimbra_cert_file: /opt/zimbra/conf/smtpd.crt
zimbra_cert_check: off

here is saslauthd.conf
zimbra_url: http://shoemasters.com/service/soap/
zimbra_cert_file: /opt/zimbra/conf/smtpd.crt
zimbra_cert_check: off
__________________
Computer King

http://www.computerking.ca

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/lin...affiliates.htm
Reply With Quote
  #43 (permalink)  
Old 12-01-2005, 11:23 AM
Advanced Member
 
Posts: 203
Default

is this right ??

EDIT: Removed file. Need to use attachments.
__________________
Computer King

http://www.computerking.ca

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/lin...affiliates.htm

Last edited by KevinH; 12-01-2005 at 11:38 AM..
Reply With Quote
  #44 (permalink)  
Old 12-01-2005, 11:39 AM
Zimbra Employee
 
Posts: 4,792
Default

Quote:
Originally Posted by rmvg
is this right ??
Does it work? BTW: You need to attach files and not post them inline. It breaks the HTML in the treads so I need to delete them.
__________________
Bugzilla - Wiki - Downloads - Offline Client
Reply With Quote
  #45 (permalink)  
Old 12-01-2005, 12:13 PM
Advanced Member
 
Posts: 203
Default

no does not work does not seem to ask for a cert anymore so we must be making some progress here are the files in text form
Attached Files
File Type: txt zmtlsctl.txt (2.3 KB, 279 views)
File Type: txt saslauthd.in.txt (132 Bytes, 260 views)
File Type: txt saslauthd.conf.txt (121 Bytes, 235 views)
__________________
Computer King

http://www.computerking.ca

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/lin...affiliates.htm
Reply With Quote
  #46 (permalink)  
Old 12-01-2005, 05:20 PM
Special Member
 
Posts: 166
Default Glad I wasnt losing my mind...

If it helps RMVG to get working then as the Zimbra user simply running

zmtlsctl https

then correcting the resulting saslauthd.conf and saslauthd.conf.in to reflect

zimbra_url: https://@@zimbra_server_hostname@@/service/soap/

should get it working for now (after a restart!). I checked with another clean install of Zimbra and it works fine if done that way (or of course editing the script instead). May be simpler to go the clean install route incase you changed other stuff on the certs getting here.

I presume the next release will fix the script so its only a short term thing.

Thanks for your help Marcmac.

Last edited by kevindods; 12-01-2005 at 05:25 PM..
Reply With Quote
  #47 (permalink)  
Old 12-02-2005, 08:40 AM
Advanced Member
 
Posts: 203
Default

Thanks as always for the post still a bit confused as to what exactly is up did'nt i already fix the script?
u are talking about zmtlsctl script right?

Anyways here goes making the suggested mods now

YIPPY it worked i gotta recheck........................................... ...........................................
yep working I changed the the lines in both saslauthd.conf and saslauthd.in.conf to this and now things work great
changed them both to shoemasters.com


ps i have not changed anything on the certs to get here just a stock intall. However i did for get to set hostname and zimbra used localhost or something so i just did a quik reinstall overtop could that have caused this breakage
__________________
Computer King

http://www.computerking.ca

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/lin...affiliates.htm
Reply With Quote
  #48 (permalink)  
Old 12-03-2005, 04:06 AM
Special Member
 
Posts: 166
Default

Thats great, glad its all come together for you - its a good feeling when you get it cracked!

Right, now that it's working back to testing all the bits and seeing if we can break it! :-)
Reply With Quote
  #49 (permalink)  
Old 12-06-2005, 10:17 AM
Member
 
Posts: 10
Default

[zimbra@isis bin]$ ./zmcontrol status
Host isis.zimbra.orolix.local
antispam Stopped
antivirus Running
ldap Running
logger Running
mailbox Stopped
mta Stopped
snmp Running
spell Running


didn't get the antispam, mailbox and mta running. No messages in zimbra.log
what could it be ?
Tks on advance
Reply With Quote
  #50 (permalink)  
Old 12-06-2005, 10:20 AM
Zimbra Employee
 
Posts: 2,103
Default amavis

I suspect that amavis is not running (ps axuww | grep amavis) and possibly tomcat as well.

WHat OS? Which version of ZCS?

su - zimbra
sh -x bin/zmmailboxctl status
sh -x bin/zmmtactl status
sh -x bin/zmantispamctl status
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.