Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-26-2008, 12:18 AM
Active Member
 
Posts: 39
Default Daily Email Summary no longer happens

Daily summary message stopped after I deleted the admin@<server> account and created an alias to another administrator for admin@<server> is there any where to change the daily summary emails or turn them back on
Reply With Quote
  #2 (permalink)  
Old 02-27-2008, 04:12 PM
Active Member
 
Posts: 39
Default

bump bump bump makes 10 charactors
Reply With Quote
  #3 (permalink)  
Old 02-27-2008, 04:22 PM
Moderator
 
Posts: 6,237
Default

su - zimbra
zmlocalconfig -e smtp_destination=userforreports@domain.com

also relevant to that is:
smtp_source=admin@domain.com (the from)
smtp_notify=yes
zmlocalconfig zimbra_mtareport_max_recipients=50
zimbra_mtareport_max_senders=50

FYI-As of 4.5.6 the backup tab in the admin console allows for setting:
zimbraBackupReportEmailRecipients
zimbraBackupReportEmailSubjectPrefix
zimbraBackupReportEmailSender
(you can set those via zmprov as well)
Reply With Quote
  #4 (permalink)  
Old 02-27-2008, 05:20 PM
Project Contributor
 
Posts: 182
Smile Detailed daily log

This code, when added to your zimbra crontab file (/var/spool/cron/zimbra) sends a raw detailed log output.

Log in as root, allowing you to directly edit the 'zimbra' user's schedule file.
Code:
sudo su - zimbra
Open the file ready for editing (substitute nano with vi or whatever you like).
Code:
nano /var/spool/cron/zimbra
At 1am email the daily log of all Zimbra activity - replace you@yourdomain.com with destination email address.
Code:
0 1 * * * cat /opt/zimbra/log/mailbox.log | mail -s "Daily mail log" you@yourdomain.com
Hope this helps.

__________________
------------------------------
http://www.lcrm.co.uk

Last edited by Costa-101; 02-27-2008 at 05:26 PM.. Reason: Tidying things up added description of code snippets.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.