Access Manager hosts.allow File

The Access Manager saves all its configuration in a physical location on the hard drive, and can be manually edited when necessary, for instance when Image is installed as a standalone (using the MessengerSendJob property).

The physical location for the hosts.allow file is %PROGRAMDATA%\Objectif Lune\PlanetPress Workflow 8

File Format

The hosts.allow file is an XML file. Here is an example:

<?xml version="1.0" ?>
<Permissions>
	<MessengerSendDoc>127.0.0.1</MessengerSendDoc>
	<MessengerSendJob>127.0.0.1</MessengerSendJob>
	<MessengerSendConfig>127.0.0.1</MessengerSendConfig>
	<LPD>255.255.255.255</LPD>
	<LPD>127.0.0.1</LPD>
	<HTTP>255.255.255.255</HTTP>
	<HTTP>127.0.0.1</HTTP>
</Permissions>

As you can see, the format looks different than how it is displayed visually in the Access Manager. However, the same rule applies in that it is read from top to bottom in the order that the file is saved here.

The XML nodes in the file are equivalent to those in the Access Manager:

  • <MessengerSendDoc>: Grants access to the remote computer to send new or updated PlanetPress Design Documents to this server.
  • <MessengerSendJob>: Grants access to the selected computer or server to send jobs to PlanetPress Fax and PlanetPress Image installed on this server.
  • <MessengerSendConfig>: Grants access to the remote computer to overwrite the configuration on the local PlanetPress Workflow service
  • <LPD>: Grants access to send LPD Queue jobs to this server.
  • <HTTP>: Grants access to send HTTP Requests to this server.