• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux Help: Mail won't send out via Cronjob

aht

Member
Hey all,

I'm runninginto something very strange.

From my linux box, I can manually run the following three commands and send out an email from the root account.

mail
sendmail
ssmtp

However, the mail won't send out when I run the command as a cronjob. The syntax of the command in the cronjob is correct, and the logs show that the cron jobs are being processed.

So in other words, I can send mail when runing the command manually, but not through the cronjob.

Any ideas?
 
Back
Top