Jeff,

I just got an almost identical config up and running over the weekend,
so it's fresh on my mind.  When you say you couldn't get it to work,
what were the symptoms?

Was there any info you could glean from the logs?  (be sure and have all
the log levels set to "DEBUG" in environment.xml).

Look particularly in the mailet log and in the spooler log and see if
can give you any insight.

Jerry

-----Original Message-----
From: Drost, Jeff [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 05, 2004 11:00 AM
To: '[EMAIL PROTECTED]'
Subject: James 2.1.3 - JDBCVirtualUserTable mailet dropping incoming
mail

Host
====
- Windows XP SP1
- JDK 1.4.2.04
- MySQL 4.0.18

Configuration Details
=====================
James is running on the host machine as a Service via the wrapper
executable
packaged with the James binary.  Attached is the config.xml.  All
repository
data is stored in the MySQL database.  There are three mail accounts
setup
in james: info01, info02, and jefftest.  DNS MX records exist
(drost.serverbeer.com & drost.bounceme.net).

Question
========
I'm trying to get James running with the JDBCVirtualUserTable mailet.
Specifically, I am trying to get James to differentiate between
[EMAIL PROTECTED] and [EMAIL PROTECTED] as two separate
accounts, mapped to the accounts info02 and info01.

The mail account "jefftest" is not entered in the virtualusertable, and
can
always send and receive mail successfully.  The mail accounts info01 &
info02 exist in the virtualusertable, and can send mail successfully.
All
incoming mail to [EMAIL PROTECTED] or drost.bounceme.net is never
spooled to their respective inboxes.

I tried the suggestions at
http://www.mail-archive.com/[EMAIL PROTECTED]/msg01598.html,
and
for fun tried all of the data entry below in the virtualusertable, but
no
configuration would function.

Configuration 1:
| user | domain              | target_address             |
+------+---------------------+----------------------------+
| info | drost.servebeer.com | [EMAIL PROTECTED] |
| info | drost.bounceme.net  | [EMAIL PROTECTED]  |

Configuration 2:
| user | domain              | target_address |
+------+---------------------+----------------+
| info | drost.bounceme.net  | info01         |
| info | drost.servebeer.com | info02         |

Configuration 3:
| user   | domain              | target_address           |
+--------+---------------------+--------------------------+
| info01 | drost.bounceme.net  | [EMAIL PROTECTED]  |
| info02 | drost.servebeer.com | [EMAIL PROTECTED] |

Configuration 4:
| user   | domain              | target_address |
+--------+---------------------+----------------+
| info01 | drost.bounceme.net  | info           |
| info02 | drost.servebeer.com | info           |

Any insight is appreciated.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to