|
From: Jamie C. <jca...@we...> - 2006-01-12 02:39:22
|
On Thu, 2006-01-12 at 13:34, Neal Morgan wrote: > Jamie: > > I get the "no mail program was found on your system!" from the cron > generated by the backup module (fsdump). The ironic thing is that the > message is actually mailed to me! Clearly the cron daemon can find > sendmail even if the backup script cannot. That's because Cron just calls the 'mail' program, which doesn't give as much control over the email headers as webmin can achieve by calling the real sendmail/postfix/qmail mail injection program.. > I did play around with clustering my webmins, so it's possible it got > the setting from the one that's not running ZMailer. > > Speaking of which, ZMailer places a sendmail replacement at > /usr/sbin/sendmail (on Debian) - so if the mail setup included an option > to specify the sendmail location I could get out of having to say "use > smtp". (Which, again, bugs me since it seems unnecessary! :-) You can adjust this in the Sendmail Configuration module, on the Module Config page. However, it would probably still complain about not being able to find sendmail.cf , and so assume that Sendmail is not installed. - Jamie |