I have edited in the previous mail.
I am running james in Linux/Debian
my IP is 192.168.1.7 and name of machine is (uname -n) server01

I configured apps/james/SAR-INF/config.xml as follows 
<servernames>
  <servername>server01</servername>
</servernames>

and 

<dnsserver>
  <servers>
    <server> 202.56.224.153 </server>
  </servers>
  <authoritative> false </authoritative>
</dnsserver>

I am using http://wiki.apache.org/james/JamesQuickstart to start

Now I added a user "test"
Now in command  $telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 hostname SMTP Server (JAMES SMTP Server 2.2.0) ready Mon, 20 Feb 2006
14:31:33 -0500 (EST)
ehlo localhost.com
250-server01 Hello localhost.com (localhost [127.0.0.1])
250-PIPELINING
250 ENHANCEDSTATUSCODES
mail from: <[email protected]>
250 2.1.0 Sender <[email protected]> OK
rcpt to: <[email protected]>
250 2.1.5 Recipient <[email protected]> OK
data
354 Ok Send data ending with <CRLF>.<CRLF>
subject: test to test at Jasdfsdfd.comds

test

.
250 Message received
quit
221 hostname Service closing transmission channel
Connection closed by foreign host.
#

Now when I look into james/apps/james/var/mail/inboxes 
There is no directory ( there should be one directory named test)
I checked all the directory in james/apps/james/var/mail  all are empty.
Where I am lacking for the configuration?
Thanks


--------------------------------------------------------------------
mail2web.com - Microsoft® Exchange solutions from a leading provider -
http://link.mail2web.com/Business/Exchange



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to