Marc Fargas wrote: > > I've just finished setting up James with > JDBCVirtualUserTable, domains and > so. > But when FetchPOP receives a mail from a mailing lists, for > example this one > it cannot match the mail with any entry on JDBCVirtualUserTable. > > How can I fix this problem ? james tries to deliver the > message to the list > itself.
fetchPOP looks at the To: header to determine the intended recipient. In your example To: is the James User List. As noted in the documentation for fetchPOP (http://james.apache.org/fetchpop_configuration_2_1.html) you can use the FetchedFrom matcher to intercept messages fetched by a given fetch task. You would probably want to use the Redirect mailet to send messages fetched by each fetch task to a specific user. In the latest v2.2.0a# alpha releases fetchPOP is deprecated and replaced by fetchmail. fetchmail is more sophisticated in determining the intended recipient and optionally allows the intended recipient to be explicitly defined. If you are using the latest v2.2.0a# alpha releases I would recommend switching to fetchmail. There is documentation in the ../www directory explaining the configuration options. -- Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
