From: Lionel B. <lio...@bo...> - 2004-12-13 16:37:59
|
Oystein Viggen wrote the following on 12/13/04 16:43 : >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 --grou= p on >the command line and group in the config file and default to "sqlgrey" i= f >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 defa= ult >seems to work. --group and config file group are untested). > =20 > That's a longstanding annoyance, yes. I'm not yet really familiar with=20 the Net::Server framework and I'll have to find if making it switch to=20 the default group of the specified user is easily doable (if I can=20 remove some configuration the user needs to think about, I prefer doing=20 so). If not I'll gladly take your patch. >The patch also contains a one-liner to revert the default reconnect_dela= y >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. > =20 > The documentation doesn't reflect my intent. I saw numerous mail servers=20 retrying under the 5 minute delay and all of them tried after the 5=20 minute delay too. So I saw no reason to delay these servers. I'll update=20 the documentation :-) >Thanks, >=D8ystein > =20 > > =20 > Thanks to you, Lionel. |