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
  #11 (permalink)  
Old 02-21-2011, 10:08 AM
Junior Member
 
Posts: 9
Default

Hi Tripple,

thanks for the tipp, but I finally get rid of the error yesterday

Obviously I had some misconfiguration with iptables on my vm-host.
Instead of:
Code:
iptables -t nat -A PREROUTING -p tcp --dport 25 -j DNAT --to 172.16.84.128:25
iptables -t nat -A PREROUTING -p tcp --dport 465 -j DNAT --to 172.16.84.128:465
I should have written:
Code:
iptables -t nat -A PREROUTING -p tcp -i eth0 --dport 25 -j DNAT --to 172.16.84.128:25
iptables -t nat -A PREROUTING -p tcp -i eth0 --dport 465 -j DNAT --to 172.16.84.128:465
(eth0 is the ethernet-port which connects to the internet).

Thanks to anybody who helped or at least tried to helped me.

Great regards,
fish
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.