A recent cpanel update made a change to the actual cron files on my customer's server. For each user they do what is called a jailshell for the crons. The jailshell is used to confine a user to their own little bit of space on the server, a security measure, making each hosting account more self contained like a VPS would be on a dedicated server.
Well, apparently this will break the php mail() program, specifically the use of the server sendmail. The jail shell copies certain server files to a special user folder and is used by the user's crons.
Apparently, when a cron runs then, if doesn't work for some cPanel accounts while others it does, so it must not copy correctly or something is corrupt.
If there is a solution to this problem I would LOVE to hear about it.
Well, apparently this will break the php mail() program, specifically the use of the server sendmail. The jail shell copies certain server files to a special user folder and is used by the user's crons.
Apparently, when a cron runs then, if doesn't work for some cPanel accounts while others it does, so it must not copy correctly or something is corrupt.
If there is a solution to this problem I would LOVE to hear about it.