Vernon Schryver
vjs@calcite.rhyolite.com
Wed, 8 Nov 2006 14:20:27 -0700 (MST)
> From: "Ken Morley" <Ken@jmtg.com> > > run a greylist server you may edit /var/dcc/map.txt and uncomment the > line 127.0.0.1 .... > > Rebuild the map file with cdcc "load map.txt" > > Thanks very much for the response. > > That line in map.txt was already uncommented (the line didn't begin with > "#"). So I tried uncommented and commented, using /usr/bin/cdcc 'load > /var/dcc/map.txt' to rebuild the map file. The map file is getting > rebuilt (according to the timestamp), but doesn't change anything as > cdcc 'info' still yields: The cdcc "load ..." command adds (including over writing) whatever is in the text file to the /var/dcc/map file (or other file if specified with "file .."). It does not delete anything. To delete the greylist entry, use cdcc "delete 127.0.0.1 Greylist" If you are not running a local DCC server, then `cdcc info` also complains about 127.0.0.1,6277 not answering. Those two entries do no technical harm except for a very few ICMP Port Unreachable messages through the lo0 network interface. Vernon Schryver vjs@rhyolite.com