Re: [qmailtoaster] mail everone in a domain

2008-01-16 Thread Dan McAllister
Wouldn't SPAMmers LOVE the idea of being able to address something to 
EVERYONE in a domain!


Unfortunately Cameron, you're going to have to make a list... the good 
news is that you should be able to do this with the vpopmail CLI 
commands in a shell script rather easily.

HINT:
1) create a list ([EMAIL PROTECTED])
2) write a shell script to use the command vuserinfo -D mydomain.name 
and pipe the output into ezmlm-sub


I hope this helps!

Dan


Daniel McAllister, President

IT4SOHO, LLC
224 - 13th Avenue N
St. Petersburg, FL 33701

877-IT4SOHO: Toll Free
727-647-7646 In Pinellas
813-464-2093 In Hillsborough
727-507-9435 Fax Only

When did you do your last backup?

Ask me about unattended offsite backup solutions...
to protect your business, not just your data!



Cameron wrote:
Is there a quick and dirty way to email everyone in a domain using 
qmail? Should I just set up a list and add everone to it? I have about 
3000 addresses in one particular domain I'm moving over form a windows 
platform and need to send out broadcast messages from time to time. 
What does everyone suggest?




Regards,

Cameron

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] mail everone in a domain

2008-01-16 Thread Cameron
Thanks for the response Dan. I figured as much and went ahead and did this 
yesterday.


Cameron
- Original Message - 
From: Dan McAllister [EMAIL PROTECTED]

To: qmailtoaster-list@qmailtoaster.com
Sent: Wednesday, January 16, 2008 12:38 PM
Subject: Re: [qmailtoaster] mail everone in a domain


Wouldn't SPAMmers LOVE the idea of being able to address something to 
EVERYONE in a domain!


Unfortunately Cameron, you're going to have to make a list... the good 
news is that you should be able to do this with the vpopmail CLI commands 
in a shell script rather easily.

HINT:
1) create a list ([EMAIL PROTECTED])
2) write a shell script to use the command vuserinfo -D mydomain.name 
and pipe the output into ezmlm-sub


I hope this helps!

Dan


Daniel McAllister, President

IT4SOHO, LLC
224 - 13th Avenue N
St. Petersburg, FL 33701

877-IT4SOHO: Toll Free
727-647-7646 In Pinellas
813-464-2093 In Hillsborough
727-507-9435 Fax Only

When did you do your last backup?

Ask me about unattended offsite backup solutions...
to protect your business, not just your data!



Cameron wrote:
Is there a quick and dirty way to email everyone in a domain using qmail? 
Should I just set up a list and add everone to it? I have about 3000 
addresses in one particular domain I'm moving over form a windows 
platform and need to send out broadcast messages from time to time. What 
does everyone suggest?




Regards,

Cameron

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] mail everone in a domain

2008-01-15 Thread ldwraith
I wouldn't suggest a dirty way really.  The cleanest way to handle  
said action is the email list and add everyone to it.  That is pretty  
simple using qmailadmin. I'm not sure of any other way really.


Glen V.
Quoting Cameron [EMAIL PROTECTED]:


Is there a quick and dirty way to email everyone in a domain using
qmail? Should I just set up a list and add everone to it? I have about
3000 addresses in one particular domain I'm moving over form a windows
platform and need to send out broadcast messages from time to time.
What does everyone suggest?



Regards,

Cameron -
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] mail everone in a domain

2008-01-15 Thread Andreas Galatis
With qmail you have the binary /home/vpopmail/bin/vpopbull
usage: vpopbull [options] -f [email_file] [virtual_domain] [...]
   -v (print version number)
   -V (verbose)
   -f email_file (file with message contents)
   -e exclude_email_addr_file (list of addresses to exclude)
   -n (don't mail. Use with -V to list accounts)
   -c (default, copy file)
   -h (use hard links)
   -s (use symbolic links)
To send to a whole domain:
/home/vpopmail/bin/vpopbull -f email_file virtual_domain.name 

If you want to setup a mailing list with all domain-accounts just use -V to 
list all accounts and feed that list to ezmlm for the mailing-list. (see man 
ezmlm-sub how to bulk- subscribe them to an existing mailinglist)

Hope that helps

Andreas



Am Dienstag, 15. Januar 2008 18:27 schrieb Cameron:
 Is there a quick and dirty way to email everyone in a domain using qmail?
 Should I just set up a list and add everone to it? I have about 3000
 addresses in one particular domain I'm moving over form a windows platform
 and need to send out broadcast messages from time to time. What does
 everyone suggest?



 Regards,

 Cameron


 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]