Dear Wiki user, You have subscribed to a wiki page or wiki category on "James Wiki" for change notification.
The following page has been changed by Mike Farace: http://wiki.apache.org/james/JamesQuickstart ------------------------------------------------------------------------------ }}} JAMES does not print errors by default when a user is invalid, it puts the message into james-2.2.0/apps/james/var/mail/address-error + 1. To relay email for your local subnet only, without authentication, make the following changes, you need to edit {{{apps/james/SAR-INF/config.xml}}}. Look for the following default line <authorizedAddresses>127.0.0.0/8</authorizedAddresses>. Change this to contain your internal network: {{{ + <authorizedAddresses>192.168.1.0/24, 127.0.0.0/8</authorizedAddresses> + or + <authorizedAddresses>192.168.1.0/255.255.255.0, 127.0.0.0/8</authorizedAddresses> + + }}} Either of the above will allow the internal network of 192.1681.0 with a subnet mask of 255.255.255.0 to relay mail through JAMES without autentication. + '''TOWRITE:''' How to test James is working for you. (use an external mail account to send a message to and from. need to create a local account too, maybe add a local IP address to use as the sender).