From: Oystein V. <oys...@ti...> - 2004-12-13 15:43:06
|
Hi, I noticed that Net::Server would complain in my mail.warn log that that EGID was not defined: Dec 13 12:20:14 lists sqlgrey[22928]: Group Not Defined. Defaulting to EGID '0 0' I've written a quick patch (attached) that should support setting --group on the command line and group in the config file and default to "sqlgrey" if nothing is specified. I have it happily running on a mail server right now, and it's no longer complaining about EGID. (I just tested that the default seems to work. --group and config file group are untested). The patch also contains a one-liner to revert the default reconnect_delay back to 5 minutes instead of the current 1 minute. The standard config file documents 5 minutes as the default, and the default also used to be 5 minutes in 1.2, so I figured the 1 minute was a left-over from testing during 1.3. Thanks, Øystein -- If it ain't broke, don't break it. |