On Mon, Jul 17, 2006 at 03:36:16PM -0000, Ugo Bellavance wrote: > Is it possible to "include" a config file with milter-greylist? I'd > like to have a set of directive in another file than greylist.conf. Implementing this leads to a small issue: we need to monitor all the included files for changes (reminder: libmilter catches signals, so we cannot use SIGHUP to reload config, and we have to monitor config file changes). That is possible for local files, but if we want to include remote files, that would break. -- Emmanuel Dreyfus manu@...
Message
Re: [milter-greylist] Include config files
2006-07-17 by Emmanuel Dreyfus