Hi all,
I am making the assumption that to add list serv functionality to James, I
need to add a mailet to the transport processor. I'm also assuming the class
should be JDBCListserv... let me know if either of those first two
assumptions are incorrect, or if there is a better class to use. :)
The bit that is confusing me right now is the mailet config. In the javadocs
for JDBCListserv, it has this example, but I don't understand the entries.
<mailet match="All" class="JDBCListserv">
<data_source>maildb</datasource>
<listserv_id>mylistserv</listserv_id>
<listserv_table>source_email_address</listserv_table>
<members_table>target_email_address</members_table>
</mailet>
data_source is no problem, I understand that. But I don't understand the
listserv_id, listserv_table or members_table fields.
Can anyone help or point me to the proper documentation on how to set this
up?
Kenny Smith
JournalScape.com
--
To unsubscribe, e-mail: <mailto:james-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:james-user-help@;jakarta.apache.org>