Re: Group Emailing w/qmail

2000-04-22 Thread Ed Weinberg

At 10:25 AM 04/22/2000 -0700, Bill Parker wrote:


> Does something like a group e-mail exist in qmail, example
>
> group is sports
>
> in sports group is:
>
> larry, mike, pete, greg
>
> so sending an email to [EMAIL PROTECTED] would deliver to
> all of those people...
>Read man dot-qmail.  You do this by creating a .qmail file called 
>.qmail-sports which contains the email addresses of larry, mike, pete, and 
>greg on different lines.


   --  Ed Weinberg
   [EMAIL PROTECTED]
   TEL +1 914.713.7222
   FAX +1 914.713.7227




Re: Group Emailing w/qmail

2000-04-22 Thread Russell Nelson

Bill Parker writes:
 >  Does something like a group e-mail exist in qmail, example

No, but you could create ~alias/.qmail-group-default, then you could
send mail to group-sports, like this:

|perl -e 'exec "forward ".((getgrnam($ENV{EXT2}))[3]);'

-- 
-russ nelson <[EMAIL PROTECTED]>  http://russnelson.com
Crynwr sells support for free software  | PGPok | "Ask not what your country
521 Pleasant Valley Rd. | +1 315 268 1925 voice | can force other people to
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   | do for you..."  -Perry M.



Group Emailing w/qmail

2000-04-22 Thread Bob Rogers

   From: Bill Parker <[EMAIL PROTECTED]>
   Date: Sat, 22 Apr 2000 10:25:00 -0700

   Hi All,

   Does something like a group e-mail exist in qmail, example

   group is sports

   in sports group is:

   larry, mike, pete, greg

The conventional term is "mailing list" or "distribution list."

   so sending an email to [EMAIL PROTECTED] would deliver to
   all of those people...

Put their addresses in ~alias/.qmail-sports, one per line.  For further
details, do "man dot-qmail".  Note that this allows anyone on the planet
to send to [EMAIL PROTECTED]

   is this something handled on the client end, or with qmail

Could be either.  Or neither; for large lists, mailing list management
programs such as ezmlm (see http://www.ezmlm.org/) are more robust and
easier to maintain.

-- Bob Rogers





Re: Group Emailing w/qmail

2000-04-22 Thread Steffan Hoeke

On Sat, Apr 22, 2000 at 10:25:00AM -0700, Bill Parker wrote:
> Hi All,
> 
>   Does something like a group e-mail exist in qmail, example
>   group sports
>   so sending an email to [EMAIL PROTECTED] would deliver to
>   all of those people...
> 
>   is this something handled on the client end, or with qmail
Could be handled by qmail, definately (at least IMHO) not by a MUA, or you could 
create distribution lists in outlook
Don't know about Eudora or Netscape.
But this is rather cumbersome.

>   Mail User Agents are Eudora Light, Netscape Mail, and Outlook
>   Express (all receive their accounts on 95/98/NT machines)
> 
> -Bill
What you're describing here is, in fact, a mailing list ;-)
There's a program called ezmlm (easy mailing list manager) which handles these things 
'automagically' once it's properly set up (which is rather easy if you follow the docs)
An alternative could be majordomo, etc...
  
If it's a static list which never changes i imagine it's possible to use a 
.qmail-sports or something for this.

Greetz,
 Steffan
-- 
http://therookie.dyndns.org



Group Emailing w/qmail

2000-04-22 Thread Bill Parker

Hi All,

Does something like a group e-mail exist in qmail, example

group is sports

in sports group is:

larry, mike, pete, greg

so sending an email to [EMAIL PROTECTED] would deliver to
all of those people...

is this something handled on the client end, or with qmail

Mail User Agents are Eudora Light, Netscape Mail, and Outlook
Express (all receive their accounts on 95/98/NT machines)

-Bill