<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hallo Stefan,<div><br></div><div>das ist genau mein Setup, und bei mir hat das auch nicht funktioniert.</div><div><br></div><div>Das liegt an diesem Bug:</div><div><a href="https://issues.kolab.org/show_bug.cgi?id=2864">https://issues.kolab.org/show_bug.cgi?id=2864</a></div><div><br></div><div>Ich habe meinen Server mit diesem Skript wieder platt gemacht:</div><div><a href="http://git.kolab.org/kolab-scripts/tree/cleanup-and-start-over.sh">http://git.kolab.org/kolab-scripts/tree/cleanup-and-start-over.sh</a></div><div><br></div><div>Dann Kolab wieder installiert:</div><div>yum install kolab</div><div><br></div><div><b><font color="#e63b7a">VOR</font> </b>setup-kolab FOLGENDE ÄNDERUNG VORNEHMEN:</div><div><br></div><div>[root@mail ~]# vi /usr/lib/python2.6/site-packages/pykolab/setup/setup_mta.py</div><div>...<br>        if os.path.isdir('/etc/amavisd'):<br>            fp = open('/etc/amavisd/amavisd.conf', 'w')<br><b><font color="#e63b7a">            fp.write(t.__str__())<br>            fp.close()<br></font></b>        elif os.path.isdir('/etc/amavis'):<br>            fp = open('/etc/amavis/amavisd.conf', 'w')<br>            fp.write(t.__str__())<br>            fp.close()</div><div>...</div><div><br></div><div>Bei mir läuft es dann ohne Probleme.</div><div><br></div><div>Cheers,</div><div>Markus</div><div><br></div><div>P.S.:</div><div><br></div><div>Dies ist einer der Fehler, wie mich an Kolab zweifeln lassen. Die neueste Version von Kolab läuft nicht auf der neuesten Version der Referenzplatform. WTF? Warum wird der Fix nicht sofort gepublished? Genauso sind die vielen leeren Seiten in der Dokumentation komisch.</div><div><br><div><div>Am 08.04.2014 um 21:29 schrieb Stefan Lorenz <<a href="mailto:stefan.lorenz@it-consulting-lorenz.de">stefan.lorenz@it-consulting-lorenz.de</a>>:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span style="font-family: Ubuntu; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;">Server 2 CentOS 6.5 mit Kolab 3.2 nach der Doku installiert.  </span><br style="font-family: Ubuntu; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><span style="font-family: Ubuntu; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;">interne IP 172.16.99.3</span></blockquote></div><br></div></body></html>