JES newbie...testing outgoing email...

183 views
Skip to first unread message

pady srini

unread,
Jan 1, 2011, 4:52:58 AM1/1/11
to Java Email Server

I downloaded JES 2.x and ran a sample java program. In mail.conf, the
only change i made was

domains=lazybee.biz
relay.ipaddresses=127.0.0.1

I get an exception as

com.sun.mail.smtp.SMTPAddressFailedException: 550 Requested action not
taken: mailbox unavailable

and in the jes.log, i see this issue in sending the email....

2011-01-01 15:07:39,409 - [SMTP:1] SMTPProcessor -
127.0.0.1(127.0.0.1) socket connected via SMTP.
2011-01-01 15:07:39,409 - [SMTP:1] SMTPProcessor - Writing Output: 220
ESMTP Server
2011-01-01 15:07:39,416 - [SMTP:1] SMTPProcessor - Read Input: EHLO
padmanaban-PC
2011-01-01 15:07:39,416 - [SMTP:1] SMTPProcessor - Writing Output: 250-
Hello padmanaban-PC
2011-01-01 15:07:39,416 - [SMTP:1] SMTPProcessor - Writing Output:
250-8BITMIME
2011-01-01 15:07:39,416 - [SMTP:1] SMTPProcessor - Writing Output: 250-
AUTH LOGIN PLAIN
2011-01-01 15:07:39,417 - [SMTP:1] SMTPProcessor - Writing Output: 250
SIZE 5242880
2011-01-01 15:07:39,420 - [SMTP:1] SMTPProcessor - Read Input: MAIL
FROM:<pe...@lazybee.biz>
2011-01-01 15:07:39,420 - [SMTP:1] SMTPProcessor$FullTransferMode -
MAIL FROM: pe...@lazybee.biz
2011-01-01 15:07:39,421 - [SMTP:1] SMTPProcessor - Writing Output: 250
OK
2011-01-01 15:07:39,421 - [SMTP:1] SMTPProcessor - Read Input: RCPT
TO:<pa...@geazy.com>
2011-01-01 15:07:39,423 - [SMTP:1] ConfigurationManager - Tried to
load non-existent user: pa...@geazy.com
2011-01-01 15:07:39,423 - [SMTP:1] ConfigurationManager - Tried to
load non-existent user: pe...@lazybee.biz
2011-01-01 15:07:39,424 - [SMTP:1] SMTPProcessor - Writing Output: 550
Requested action not taken: mailbox unavailable
2011-01-01 15:07:39,424 - [SMTP:1] SMTPProcessor$TransferMode - RCTP
TO: pa...@geazy.com rejected.


I must be missing something basic. Appreciate any help.

Thanks

pady

Eric Daugherty

unread,
Jan 2, 2011, 12:15:33 PM1/2/11
to Java Email Server
You need to setup the user in the users.conf file. You only setup the
domain.

Eric
> TO:<p...@geazy.com>
> 2011-01-01 15:07:39,423 - [SMTP:1] ConfigurationManager - Tried to
> load non-existent user: p...@geazy.com
> 2011-01-01 15:07:39,423 - [SMTP:1] ConfigurationManager - Tried to
> load non-existent user: pe...@lazybee.biz
> 2011-01-01 15:07:39,424 - [SMTP:1] SMTPProcessor - Writing Output: 550
> Requested action not taken: mailbox unavailable
> 2011-01-01 15:07:39,424 - [SMTP:1] SMTPProcessor$TransferMode - RCTP
> TO: p...@geazy.com rejected.

Andreas Kyrmegalos

unread,
Jan 4, 2011, 11:58:50 AM1/4/11
to Java Email Server
As Eric said. I would also suggest that you at least
read section "Setting up JES for the first time" in the
AdditionalNotes document as a bear minimum before
delving deeper into setting up JES.

Andreas
> TO:<p...@geazy.com>
> 2011-01-01 15:07:39,423 - [SMTP:1] ConfigurationManager - Tried to
> load non-existent user: p...@geazy.com
> 2011-01-01 15:07:39,423 - [SMTP:1] ConfigurationManager - Tried to
> load non-existent user: pe...@lazybee.biz
> 2011-01-01 15:07:39,424 - [SMTP:1] SMTPProcessor - Writing Output: 550
> Requested action not taken: mailbox unavailable
> 2011-01-01 15:07:39,424 - [SMTP:1] SMTPProcessor$TransferMode - RCTP
> TO: p...@geazy.com rejected.
Reply all
Reply to author
Forward
0 new messages