Page 1 of 1

Cron job mails

Posted: Thu Nov 08, 2018 1:19 pm
by Rama
Hi Team,

We have a Zimbra-8.8.8 setup on our RHEL-7 host. For this setup we had to stop postfix service which were sending mails of root user cron jobs. Can anyone please suggest me how to get cron job emails.

Re: Cron job mails

Posted: Thu Nov 08, 2018 8:36 pm
by L. Mark Stone
Rama wrote:Hi Team,

We have a Zimbra-8.8.8 setup on our RHEL-7 host. For this setup we had to stop postfix service which were sending mails of root user cron jobs. Can anyone please suggest me how to get cron job emails.
Move the RHEL binary aside and replace it with a symlink to Zimbra's. Zimbra provides both postfix and sendmail binaries:

zimbra@my:~$ which postfix
/opt/zimbra/bin/postfix
zimbra@my:~$ which sendmail
/opt/zimbra/common/sbin/sendmail
zimbra@my:~$

Hope that helps,
Mark