You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Danny Angus <da...@thought.co.uk> on 2002/03/01 11:56:07 UTC

RE: Create a Mail-List ?

read http://jakarta.apache.org/james/FAQ.html#1

then if you look in the lists tableyou will see two columns, one for the
list name one for a subscribe address, you can fill these fields with text
entries, eg ; insert into list(list_name,
subscriber)values("friendlist","danny@apache.org"); and if you have the
mailet configured thus:

<mailet match="RecipientIs=theboyz@localhost" class="AvalonListserv">
 	<membersonly> true </membersonly>
 	<attachmentsallowed> true </attachmentsallowed>
 	<replytolist> true </replytolist>
 	<repositoryName>friendlist</repositoryName>
 	<subjectprefix>My Homies!</subjectprefix>
</mailet>

any mail sent to theboyz@localhost will be distributed to addresses with a
list name entry of friendlist.

d.


> -----Original Message-----
> From: Eric Chow [mailto:eric138@yahoo.com]
> Sent: Wednesday, February 27, 2002 4:32 AM
> To: james-user@jakarta.apache.org
> Subject: Create a Mail-List ?
>
>
> Hi,
>
> I put all the mails(including the inbox, users, lists,
> messagee, etc) into MySQL database.
>
>
> Is it possible to create a mail-list into the
> database?
>
> I want to create a mail-list "friend-list" that
> including the following emails(eric@localhost,
> sam@localhost, joey@localhost)
>
> Where should I set this? What is the purpose of the
> table "lists" ?
>
> Best regards,
> Eric
>
>
> =====
> ==========================================================
>  Chow Hoi Ka, Eric
>  Email : eric138@yahoo.com
> ==========================================================
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Greetings - Send FREE e-cards for every occasion!
> http://greetings.yahoo.com
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>