#!/bin/bash
# Get list of mail accounts and reindex each one
for i in `zmprov -l gaa -s server.yourdomain.com`
do
echo -n "Reindexing $i"
# Start reindexing
zmprov rim $i start >/dev/null...
Type: Posts; User: styelz; Keyword(s):
#!/bin/bash
# Get list of mail accounts and reindex each one
for i in `zmprov -l gaa -s server.yourdomain.com`
do
echo -n "Reindexing $i"
# Start reindexing
zmprov rim $i start >/dev/null...
Do this..
Base DN: ou=people,dc=domain,dc=com
Bind DN: uid=username,ou=people,dc=domain,dc=com
Search Filter: (mail=*)
change "username" above to your email account name (without @domain)....
i have the same problem and it ended up being a corrupt mysql zimbra_logger.raw_logs table.
I see lots of this in /opt/zimbra/logs/logger_mysql_error.log:
[ERROR]...
Also, you may want to increase the negative score to apply for trusted_networks.
You can modify the file /opt/zimbra/conf/spamassassin/50_scores.cf
and change
score ALL_TRUSTED -1.360 -1.440...
OK, I found the cause of my problem.
Altering master.cf was a bad move. I found I can only have 1 content filter per server. When i removed the last content_filter=dfilt i noticed the zimbra...
Im now not sure this was my only problem.
After re enabling a filter in the postfix master.cf, the logs stopped working again.
If i have:
465 inet n - n - - ...
Thanks.. after a bit of poking and proding i discovered I had a corrupt table in zimbra_logger.
After running the following command it started to work again.
...
Hi, I have the same issue where all the services are running, and spam and av is working fine, but the graphs in the admin interface show no data after about a month of use.
Anyone know where to...