After several restarts I noticed that there is another problems loged in /var/log/zimbra.log file:
Code:
Aug 6 14:56:21 zimbra zimbramon[7562]: 7562:info: Starting services initiated by zmcontrol
Aug 6 14:56:22 zimbra slapd[7643]: @(#) $OpenLDAP: slapd 2.3.43 (Apr 13 2009 11:14:45) $ ^Iroot@build26.lab.zimbra.com:/home/build/p4/FRANKLIN/ThirdParty/openldap/openldap-2.3.43.8z/servers/slapd
Aug 6 14:56:22 zimbra slapd[7643]: /opt/zimbra/conf/slapd.conf: line 100: warning: no by clause(s) specified in access line (ignored).
Aug 6 14:56:22 zimbra slapd[7643]: /opt/zimbra/conf/slapd.conf: line 104: warning: no by clause(s) specified in access line (ignored).
Aug 6 14:56:22 zimbra slapd[7644]: slapd starting
Aug 6 14:56:30 zimbra zimbramon[7562]: 7562:info: Rewriting configs antispam amavis antivirus amavis imapproxy webxml mailbox amavis antispam antivirus mta sasl
Aug 6 14:56:55 zimbra zimbramon[7703]: 7703:info: zmmtaconfig: ERROR: /opt/zimbra/bin/zmproxyconfgen -s zimbra.domaini.de rc=256 No child processes
Aug 6 14:56:55 zimbra zimbramon[7562]: 7562:info: Starting logger via zmcontrol
Aug 6 14:56:56 zimbra zimbramon[7562]: 7562:info: Starting mailbox via zmcontrol
so, I checked /opt/zimbra/conf/slapd.conf: line 100
and noticed there is no tabs before
Quote:
access to dn.subtree="ou=people,dc=mydomain,dc=com"
(need tab) by dn.children="cn=admins,cn=zimbra" write
(need tab) by * read
access to dn.subtree="ou=groups,dc=mydomain,dc=com"
(need tab) by dn.children="cn=admins,cn=zimbra" write
(need tab) by * read
|
the lines that I added in /opt/zimbra/conf/slapd.conf.in file.
After I correct this and restart again I have internal mails and external fetched mails.
But I still have this error:
Code:
Aug 6 16:24:39 zimbra zimbramon[25862]: 25862:info: zmmtaconfig: ERROR: /opt/zimbra/bin/zmproxyconfgen -s zimbra.domaini.de rc=256 No child processes
A
Any ideas ?