Thanks for the input guys.
I have already restricted the cipher suites that Zimbra accepts by using zmprov mcf +zimbraSSLExcludeCipherSuites xxxxx and I set the SSL/TLS settings in Postfix by...
Type: Posts; User: myarmush; Keyword(s):
Thanks for the input guys.
I have already restricted the cipher suites that Zimbra accepts by using zmprov mcf +zimbraSSLExcludeCipherSuites xxxxx and I set the SSL/TLS settings in Postfix by...
A vulnerability scan was run against our Zimbra server and it showed that we were vulnerable to BEAST attack.
On other servers (Apache/OpenSSL) I am able to mitigate this by setting the cipher...
You can try and hard code the number in /opt/zimbra/libexec/zmdailyreport:
Try changing:
my $user_limit = getLocalConfig('zimbra_mtareport_max_users') || 50;
my $host_limit =...
On my development install of ZCS I setup sender_bcc_maps and it works, for inbound mail.
My sender_bcc_maps file:
#Mail from wil be BCCed To
testing@company.com ...
From a quick google, sender_bcc_maps may be the way to go.
Moe
We are running backups on our ZCS (7.14)as well that email when complete.
What works for us is:
mail -s "Backup Done" backups@company.com < /tmp/backup.log
Hope that helps.
Moe
You can create a filter on the intended recipient (user@internal.com) to forward any email from service@company.com to userB@company.com.
The filter should also keep the mail in the inbox.
I am trying to play with Zimbra 8, using the ZCA, and its integration with Mitel. I have Zimbra up and running but I am confused about the voice setup.
The documentation says
Voice URL: The...
That would depend on how (if) you are migrating the email from the existing mail server but to answer your question
1. I setup a development server using dnsmasq (Split DNS in the wiki) which...
We recently migrated Zimbra 7.1.4 from CentOS5 to CentOS6 with the intent of going to Zimbra 8 in the near future. All the documentation I have read requires the same Zimbra version across hardware....