The following issue has been CLOSED 
====================================================================== 
http://www.dbmail.org/mantis/view.php?id=947 
====================================================================== 
Reported By:                astutesystems
Assigned To:                
====================================================================== 
Project:                    DBMail
Issue ID:                   947
Category:                   General
Reproducibility:            N/A
Severity:                   tweak
Priority:                   normal
Status:                     closed
target:                      
Resolution:                 won't fix
Fixed in Version:           
====================================================================== 
Date Submitted:             13-Dec-11 08:02 CET
Last Modified:              13-Dec-11 11:05 CET
====================================================================== 
Summary:                    Incorrect defaults for /etc/dbmail.conf for fedora.
Description: 
The default settings located in /etc/dbmail.conf are

effective_user        = nobody
effective_group       = nogroup

however the rpm package installation script automatically creates a
username and group for dbmail as shown by the following output of "rpm -q
--scripts dbmail":

preinstall scriptlet (using /bin/sh):
    getent group dbmail >/dev/null || groupadd -r dbmail
    getent passwd dbmail >/dev/null || \
      useradd -r -M -g dbmail -d / -s /sbin/nologin \
      -c "DBMail Daemon" dbmail
    exit 0
postinstall scriptlet (using /bin/sh):
    for s in dbmail-imapd dbmail-pop3d dbmail-lmtpd dbmail-timsieved; do
      /sbin/chkconfig --add $s &> /dev/null || :
    done
    /sbin/ldconfig

====================================================================== 

---------------------------------------------------------------------- 
 (0003363) paul (administrator) - 13-Dec-11 11:05
 http://www.dbmail.org/mantis/view.php?id=947#c3363 
---------------------------------------------------------------------- 
Please do not file packaging bugs in the tracker. They belong to the
distro's tracker and should be resolved by the packager.
 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
13-Dec-11 08:02  astutesystems  New Issue                                    
13-Dec-11 11:05  paul           Note Added: 0003363                          
13-Dec-11 11:05  paul           Status                   new => closed       
13-Dec-11 11:05  paul           Resolution               open => won't fix   
======================================================================

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev

Reply via email to