Bug 197835

Summary: /var/log/mail is not owned by any package
Product: Red Hat Enterprise Linux 4 Reporter: Robert Scheck <redhat-bugzilla>
Component: sendmailAssignee: Thomas Woerner <twoerner>
Status: CLOSED WONTFIX QA Contact: David Lawrence <dkl>
Severity: low Docs Contact:
Priority: medium    
Version: 4.0CC: travnicj-priv
Target Milestone: ---Keywords: EasyFix
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-01-22 15:56:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robert Scheck 2006-07-06 18:12:23 UTC
Description of problem:
This bug report was created as clone of bug #192850. As far as I know, RHEL and 
Fedora bugs always should be kept separate in Bugzilla.

/var/log/mail is not owned by any package, but should be owned by sendmail,
as the sendmail rpm package is delivering its content.

Version-Release number of selected component (if applicable):
sendmail-8.13.1-3.RHEL4.5

How reproducible:
rpm -qf /var/log/mail

Expected results:
Please apply the following patch (or better):

--- snipp ---
--- sendmail.spec       2006-03-25 21:29:02.000000000 +0100
+++ sendmail.spec.rsc   2006-05-23 18:22:57.000000000 +0200
@@ -533,6 +533,7 @@
 %attr(0644,root,root) %ghost   /etc/aliases.db
 %attr(0770,smmsp,smmsp) %dir   /var/spool/clientmqueue
 %attr(0700,root,mail) %dir     /var/spool/mqueue
+%dir %{stdir}
 %dir /etc/smrsh
 %dir /etc/mail

--- snapp ---

Comment 1 Florian La Roche 2006-08-02 08:10:20 UTC
Shouldn't this go into syslog since that defines where the data will end
up?

regards,

Florian La Roche


Comment 2 Robert Scheck 2006-08-09 18:28:29 UTC
Hu, did I miss something? Where does syslog define /var/log/mail/statistics?
IIRC /var/log/maillog is, where data from syslog ends. And the statistics file
is owned by the sendmail package, so the parent directory should be owned by
sendmail, too.

Comment 3 Florian La Roche 2006-08-10 07:31:49 UTC
Ok, that makes sense.

regards,

Florian La Roche


Comment 4 RHEL Program Management 2006-08-18 15:14:32 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux maintenance release.  Product Management has requested
further review of this request by Red Hat Engineering, for potential
inclusion in a Red Hat Enterprise Linux Update release for currently deployed
products.  This request is not yet committed for inclusion in an Update
release.

Comment 7 Thomas Woerner 2007-01-22 15:56:42 UTC
/var/spool/mail should not belong to a mailer. Maybe another mailer is used and
sendmail is not installed at all.