NoFileInRules -- User

Internet hostname `'

Sounds as though you are running a server which has a bad rule file. (This error also happened with pre-2.07 servers when thry weren't given a rule file).

You need something like

		pass     /*    file:/my/directory/*

in your rule file. The "file:' bit is important as it shows that the rest is a local filename. If you don't put that, then the server can output this message in attempting to access the document over the net without a hostname.
Tim BL