==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this link:
http://bugs.contribs.org/show_bug.cgi?id=8756
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
Bug ID: 8756
Summary: sogo-ealarms-notify cronjob fills up qmail log
Classification: Contribs
Product: SME Contribs
Version: 9.0
Hardware: ---
OS: ---
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: smeserver-sogo
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Created attachment 4911
--> http://bugs.contribs.org/attachment.cgi?id=4911&action=edit
Once a minute in /var/log/qmail/current...
DESCRIPTION
===========
Cronjobs defined in /etc/cron.d/sogo are designed to be run by the 'sogo' user
account. Upon completion cron therefore tries to send a confirmation mail to
the sogo user account ([email protected]) which subsequently bounces because
there is no dedicated 'sogo' mail account present on SME (see attached log).
POSSIBLE SOLUTION
=================
Disable cron email for the job in question, ie. in /etc/cron.d/sogo the line
# Email alarms - runs every minutes
* * * * * sogo /usr/sbin/sogo-ealarms-notify
should be changed to
# Email alarms - runs every minutes
* * * * * sogo /usr/sbin/sogo-ealarms-notify >/dev/null 2>&1
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/