Search found 28 matches

by neutronscott
Fri Mar 13, 2020 11:19 am
Forum: Administrators
Topic: logrotate mailbox.log
Replies: 3
Views: 2191

Re: logrotate mailbox.log

Is it rotating daily but 70gb in a day?
by neutronscott
Fri Mar 13, 2020 2:40 am
Forum: Administrators
Topic: logrotate mailbox.log
Replies: 3
Views: 2191

Re: logrotate mailbox.log

i've not had problems with mailbox.log rotating since the application does it itself.

What version Zimbra? Do you have this in /opt/zimbra/conf/log4j.properties.in

Code: Select all

log4j.appender.LOGFILE.RollingPolicy.FileNamePattern=/opt/zimbra/log/mailbox.log.%d{yyyy-MM-dd}
by neutronscott
Fri Feb 14, 2020 2:59 pm
Forum: Zimbra Connector for Outlook
Topic: Cannot choose client cert auth when using private client cert
Replies: 1
Views: 4804

Re: Cannot choose client cert auth when using private client cert

I know this is old but I guess you and I are the only ones trying to use certauth in ZCO. :) I have optioned a case about this. ZCO logs show it iterating over all the certs and saying none of them match. I've tried creating certs with CN=<user>/emailAddress=<user@domain.com> as the wiki has and thr...
by neutronscott
Fri Jan 10, 2020 6:03 am
Forum: Spanish
Topic: Zimbra 'Open Source' Edition
Replies: 1
Views: 2285

Re: Zimbra 'Open Source' Edition

do you see reject in /var/log/zimbra.log ? any error you can please share
by neutronscott
Mon Jan 06, 2020 2:44 am
Forum: Administrators
Topic: Zimbra Admin Console getting a blank screen
Replies: 16
Views: 9799

Re: Zimbra Admin Console getting a blank screen

You can probably try refreshing the files by reinstall of zimbra-mbox-admin-console-war package. I recommend trying it on the test install first of course..
by neutronscott
Mon Jan 06, 2020 1:51 am
Forum: Installation and Upgrade
Topic: zmValidateLdap segfault on Ubuntu upgrade from 14.04 to 18.04
Replies: 2
Views: 2317

Re: zmValidateLdap segfault on Ubuntu upgrade from 14.04 to 18.04

The guide seems to cover this issue. Read down further and let us know if reinstall of Zimbra perl pkg did not fix it.
by neutronscott
Sat Jan 04, 2020 7:00 pm
Forum: Administrators
Topic: The server does not prefer cipher suites
Replies: 14
Views: 5646

Re: The server does not prefer cipher suites

Sorry Bill but this is not only about SSLv3 as I try to say previously. You can test this yourself. I selected a high and low cipher from openssl ciphers -v for this and reverse the order on my client. You see initially the server negotiates with the first one I list: mute@atl:~$ openssl s_client -t...
by neutronscott
Sat Jan 04, 2020 5:46 pm
Forum: Administrators
Topic: The server does not prefer cipher suites
Replies: 14
Views: 5646

Re: The server does not prefer cipher suites

This is a good change. MTA encryption is usually opportunistic and will use plaintext so it's not a huge deal. That is a good tool though. Nessus did not find this on 25 for me. The feature is since ssl3 so is still correct for tls. Again, not much gain if you still support the worse ciphersuite of ...
by neutronscott
Sat Jan 04, 2020 5:30 pm
Forum: Installation and Upgrade
Topic: zimbra-core-components
Replies: 2
Views: 6275

Re: zimbra-core-components

Did you select no to the question about using Zimbra repo?
by neutronscott
Sat Jan 04, 2020 11:51 am
Forum: Administrators
Topic: Setting up a web server to go along Zimbra
Replies: 5
Views: 3964

Re: Setting up a web server to go along Zimbra

So I tested this out briefly. I used nginx and the X-Forwarded-For header is set there. Then Zimbra's nginx adds to this value.
mailbox.log shows oip="192.168.1.103, 192.168.255.249" which I believe will cause problems with DoSFilter. It's not really good that Zimbra's nginx does that.