atom feed25 messages in net.sourceforge.lists.courier-users[courier-users] Re: send mail message...
FromSent OnAttachments
Stephen ReeseJul 26, 2003 9:13 pm 
Anand BuddhdevJul 27, 2003 3:54 am 
Jeff JansenJul 27, 2003 8:23 am 
Stephen ReeseJul 27, 2003 11:18 am 
Jeff JansenJul 28, 2003 5:12 am 
Stephen ReeseJul 28, 2003 6:29 am 
ScottJul 28, 2003 5:10 pm 
ScottJul 28, 2003 5:21 pm 
ScottJul 28, 2003 5:51 pm 
Sam VarshavchikJul 28, 2003 5:54 pm 
ScottJul 28, 2003 6:39 pm 
Sam VarshavchikJul 28, 2003 6:56 pm 
ScottJul 28, 2003 7:20 pm 
Sam VarshavchikJul 28, 2003 7:28 pm 
James A BakerJul 28, 2003 7:51 pm 
ScottJul 28, 2003 8:02 pm 
ScottJul 28, 2003 8:08 pm 
Sam VarshavchikJul 28, 2003 8:26 pm 
ScottJul 28, 2003 10:17 pm 
Sam VarshavchikJul 29, 2003 10:47 am 
Jeff JansenJul 29, 2003 12:21 pm 
ScottJul 30, 2003 12:37 am 
Jeff JansenJul 30, 2003 4:41 am 
Sam VarshavchikJul 30, 2003 5:37 am 
ScottJul 30, 2003 10:39 am 
Subject:[courier-users] Re: send mail message to all domain.com users ?
From:Jeff Jansen (ivb_@sil.org)
Date:Jul 27, 2003 8:23:42 am
List:net.sourceforge.lists.courier-users

On Sunday 27 July 2003 04:12, Stephen Reese wrote:

If I want to send a message out to everyone on the *@domain.com is there a way to do this with courier without having to specify each user. Some kinda of distribution. Should I just create a new account with a a file to forward the message to all of the user, but that still means I've got to go though and look everyone up?

Courier doesn't have this built in as far as I know, but don't think it would be difficult to write a <your scripting language of choice here> script to pull out all the addresses at "domain.com" from whatever user authentication method you use, and then call sendmail to send the message to all those addresses. You could set up an account like "al@domain.com" and use a .courier file to pipe the message to your script. (Just make sure your script doesn't then send the message back to this account again.)