innfeed busy logging timer stats
Florian Schlichting
fschlich at CIS.FU-Berlin.DE
Fri Jul 1 12:58:50 UTC 2011
Hi Julien,
> At least, we now have all the existing parameters in innfeed.conf
> (there are a few "new" ones which were not in our documentation).
> Much easier to check whether everything is properly present in the
> inncheck patch, so that we could commit it.
Indeed. I just rebased to the tip of 2.5, and I think those are the
newly discovered options, plus I think I misunderstood the deliver-*
stuff for imapfeed in the old manpage - the new description is much
clearer!
--- a/scripts/inncheck.in
+++ b/scripts/inncheck.in
@@ -532,6 +532,7 @@ innfeed_conf
my %required_globals = ( # allowed anywhere, but have to exist in global scope
'article-timeout' => 'number',
'response-timeout' => 'number',
+ 'initial-sleep' => 'number',
'initial-connections' => 'number',
'max-connections' => 'number',
'dynamic-method' => 'number',
@@ -556,7 +557,12 @@ innfeed_conf
'backlog-feed-first' => 'boolean',
'username' => 'string',
'password' => 'string',
- 'deliver' => 'string',
+ 'deliver-authname' => 'string',
+ 'deliver-password' => 'string',
+ 'deliver-username' => 'string',
+ 'deliver-realm' => 'string',
+ 'deliver-rcpt-to' => 'string',
+ 'deliver-to-header' => 'string',
);
my %groups = parse_config(
{
@@ -566,6 +572,8 @@ innfeed_conf
'input-file' => 'path',
'pid-file' => 'path',
'debug-level' => 'number',
+ 'debug-shrinking' => 'boolean',
+ 'fast-exit' => 'boolean',
'use-mmap' => 'boolean',
'log-file' => 'path',
'log-time-format' => 'string',
Florian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5557 bytes
Desc: not available
URL: <https://lists.isc.org/pipermail/inn-workers/attachments/20110701/b70d261d/attachment.bin>
More information about the inn-workers
mailing list