The following issue has been SUBMITTED. ====================================================================== 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: new target: ====================================================================== Date Submitted: 13-Dec-11 08:02 CET Last Modified: 13-Dec-11 08:02 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 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 13-Dec-11 08:02 astutesystems New Issue ====================================================================== _______________________________________________ Dbmail-dev mailing list Dbmail-dev@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev