Differences From Artifact [0d25dcff77]:
- File config — part of check-in [697a450bd4] at 2011-03-06 17:18:26 on branch trunk — This has been verified to work, at least on a quick test. Need to test more thoroughly. Good for a beta release, anyway. (user: rmiller, size: 130) [annotate] [blame] [check-ins using]
To Artifact [665a409a49]:
- File config — part of check-in [6d6dfd2faa] at 2011-03-06 17:45:07 on branch trunk — change version, documentation fixes to avoid misleading. (user: rmiller, size: 255) [annotate] [blame] [check-ins using]
1 2 3 4 | options: { allow_nonport25 = false; dryrun = false; | | | > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | options: { allow_nonport25 = false; dryrun = false; queueno = 1; quiet = false; debug = 0; }; cache: { // don't use these values, they're just a placeholder // ttl = 1 // len = 1 }; log: { facility = "daemon"; }; blacklist = [ "127.0.0.1" ]; |