On Thu, 27 Nov 2025 20:41:02 +1030 Tim wrote: > On Thu, 2025-11-27 at 10:33 +0100, Frank Elsner via users wrote: > > Thanks for your hints but according to /var/log/cron all cronjobs > > are executed as exspected. The problem is with the mail of the > > output which I do not get. Must be a mail problem. > > > > How is this mail send? How can I investigate? > > Is postfix or sendmail installed?
Both are not. A self compiled exim is installed and working ok. /etc/alternatives reads | #!/bin/sh | | # Set up paths and alterternatives for self compiled exim | | /usr/sbin/alternatives \ | --install /usr/sbin/sendmail mta /usr/exim/bin/exim 10 \ | --slave /usr/bin/mailq mta-mailq /usr/exim/bin/exim \ | --slave /usr/bin/runq mta-runq /usr/exim/bin/exim \ | --slave /usr/bin/rsmtp mta-rsmtp /usr/exim/bin/exim \ | --slave /usr/bin/rmail mta-rmail /usr/exim/bin/exim \ | --slave /usr/bin/newaliases mta-newaliases /usr/exim/bin/exim \ | --slave /usr/lib/sendmail mta-sendmail /usr/exim/bin/exim | | /usr/sbin/alternatives --set mta /usr/exim/bin/exim what mail program is used to send the output of cronjobs? --FRank -- _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
