Bug 374191 - F8's crond uses incorrect sendmail path
Summary: F8's crond uses incorrect sendmail path
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: vixie-cron
Version: 8
Hardware: i386
OS: Linux
low
low
Target Milestone: ---
Assignee: Marcela Mašláňová
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-11-10 01:05 UTC by Jordan Russell
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version: 4.2-5.fc8
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-11-13 00:11:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jordan Russell 2007-11-10 01:05:50 UTC
Description of problem:
Fedora 8's crond expects to find sendmail in /usr/lib:

# strings /usr/sbin/crond | fgrep sendmail
/usr/lib/sendmail

This is incorrect; the standard location for sendmail on Red Hat Linux systems
is /usr/sbin/sendmail, and has been for probably a decade.
If the above test is repeated on a system running Fedora 7 or RHEL 5,
"/usr/sbin/sendmail" is printed, as expected.

Out of the box, this doesn't create a problem since Fedora 8's default sendmail
package drops a sendmail symlink into /usr/lib. But if, like me, you use a
custom-built MTA package that doesn't provide /usr/lib/sendmail, crond will
mysteriously cease sending mail after upgrading to Fedora 8. Not good.

This issue is specific to the vixie-cron package; all other F8 packages I've
checked thus far continue to use the proper /usr/sbin/sendmail path.

Version-Release number of selected component (if applicable):
vixie-cron-4.2-3.fc8

Comment 1 Fedora Update System 2007-11-13 00:11:21 UTC
vixie-cron-4.2-5.fc8 has been pushed to the Fedora 8 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.