The dcron utility as installed via the ebuild mechanism expects the sendmail binary at /usr/lib/sendmail. But sendmail is installed at /usr/sbin/sendmail. Hence, it would be nice if dcron's ebuild would fix that path. I didn't test it, but maybe the other cron variants have the same problem?
hhm - i only know qmail and it installs a symlinks to the correct binary - what mailer are you using (which revision)?
I am using net-mail/sendmail.
it was decided in #gentoo-dev, that this is a net-mail/sendmail bug then - as the sendmail ebuild should install a symlink from /usr/sbin/sendmail to /usr/lib/sendmail i fixed the net-mail/sendmail ebuild - but have no way of testing. i be glad if you could remerge sendmail and check that the symlink /usr/lib/sendmail -> /usr/sbin/sendmail is created and if that solves your dcron problem.... thanks bangert - with the assitence of sandymac and woodchip
You got the "dosym" parameters mixed up: The ebuild file will link the (non-existing) /usr/lib/sendmail binary to /usr/sbin/sendmail, not vice versa, as it would be correct.
next try... hope that did not cause to much trouble
Great: Now it's fixed. Thanks!