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 MorganJones: http://wiki.apache.org/james/JamesQuickstart The comment on the change is: added 'Have a look at the store to see if your testuser got the message' ------------------------------------------------------------------------------ # }}} + 1. Have a look at the store to see if your testuser got the message: {{{ + # cd james-2.2.0/apps/james/var/mail + # ls inboxes/testuser + [EMAIL PROTECTED] mail]# ls inboxes/testuser + 4D61696C313134303436333937353538352D38.Repository.FileObjectStore + 4D61696C313134303436333937353538352D38.Repository.FileStreamStore + # more inboxes/testuser/4D61696C313134303436333937353538352D38.Repository.FileStreamStore + Return-Path: <[EMAIL PROTECTED]> + Received: from hostname ([127.0.0.1]) + by hostname (JAMES SMTP Server 2.2.0) with SMTP ID 498 + for <[EMAIL PROTECTED]>; + Mon, 20 Feb 2006 14:32:54 -0500 (EST) + subject: test to testuser at JAMESServersConfigSetting.com + Date: Mon, 20 Feb 2006 14:32:54 -0500 (EST) + From: [EMAIL PROTECTED] + Delivered-To: [EMAIL PROTECTED] + Content-Transfer-Encoding: 7bit + Content-Type: text/plain; charset=us-ascii + Mime-Version: 1.0 + Message-ID: <[EMAIL PROTECTED]> + + test + # + + }}} + 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 + '''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).