On Fri, 30 Nov 2001, Lawrence Greenfield wrote: > Date: Fri, 30 Nov 2001 09:14:09 -0200 > From: Henrique de Moraes Holschuh <[EMAIL PROTECTED]> > > On Thu, 29 Nov 2001, Jeremy Howard wrote: > > More importantly, we need separate conf entries for 'SIEVE' versus 'MAIL' > > As you wish. I am working with two options, now: notifysieve, notifymail. > > I have noticed that lmtp* do not use config_init, as opposed to just about > every other daemon/service under imap/. Is this done on purpose? > > master/service.c calls config_init().
But then it execv() lmtpd, which will have its own copies of the config_* variables, and those are never initialized if they need config_init to work. service.c in master/ implies one should always call config_init. lmtpd seems to use config_changeident() as its config_init... Anyway, I have the patch working, and I am testing it now, and cleaning it up a bit. -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond where the shadows lie." -- The Silicon Valley Tarot Henrique Holschuh