Description: update dbmail.conf for debian policy
Author: Paul J Stevens <paul@nfg.nl>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- dbmail-2.2.17.orig/dbmail.conf
+++ dbmail-2.2.17/dbmail.conf
@@ -100,8 +100,8 @@ TRACE_STDERR          = 1
 # Root privs are used to open a port, then privs
 # are dropped down to the user/group specified here.
 #
-EFFECTIVE_USER        = nobody   
-EFFECTIVE_GROUP       = nogroup 
+EFFECTIVE_USER        = dbmail
+EFFECTIVE_GROUP       = dbmail 
 
 # 
 # The IP addresses the services will bind to.
@@ -159,22 +159,22 @@ RESOLVE_IP            = no
 # 
 # logfile for stdout messages
 #
-logfile               = /var/log/dbmail.log        
+logfile               = /var/log/dbmail/dbmail.log        
 
 # 
 # logfile for stderr messages
 #
-errorlog              = /var/log/dbmail.err        
+errorlog              = /var/log/dbmail/dbmail.err        
 
 # 
 # directory for storing PID files
 #
-pid_directory         = /var/run
+pid_directory         = /var/run/dbmail
 
 #
 # directory for storing the daemon statefiles
 #
-state_directory       = /var/run
+state_directory       = /var/run/dbmail
 
 #
 # directory for locating libraries (normally has a sane default compiled-in)
