> The match for the VirtualUserTable was incorrect, hadn't changed the match
> so it may be incorrect for any new install.  The match was
> match="RecipientIsLocal", when I changed it to match="All" it no longer
> looped.

Where did you find the RecipientIsLocal in the first place?  I don't see a
sample for it in the CVS, and my own (production) config.xml has it as:

  <mailet match="All" class="JDBCVirtualUserTable">
    <table>db://maildb/VirtualUserTable</table>
  </mailet>

same as yours.

> Had it setup for:
> user | domain | user+domain
> Had to change this to:
> user | domain | [EMAIL PROTECTED]

Try @localhost.  :-)

        --- Noel


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

Reply via email to