Re: [vchkpw] Maintenance mail to all user / to a whole domain

2007-02-07 Thread Rainer Duffner

Kenneth Ling wrote:

hi all

if i want to broadcast the mail automatically when a mail reach a 
email address then to all user of specify domain

eg.
when i send a mail to this [EMAIL PROTECTED]  then all user of 
domain abc.com will receive the same mail.


how to do it using vpopbull or have any other way to do it ?

please advice
tq




You must maintain this alias yourself (e.g. via vpopbull -Vn  list.txt 
every night)



cheers,
Rainer


Re: [vchkpw] Maintenance mail to all user / to a whole domain

2007-02-04 Thread Kenneth Ling




hi all

if i want to broadcast the mail automatically when a mail reach a email
address then to all user of specify domain 
eg.
when i send a mail to this "[EMAIL PROTECTED]" then all user of domain
abc.com will receive the same mail.

how to do it using vpopbull or have any other way to do it ?

please advice
tq

Juan Enciso wrote:

  Maybe you need vpopbull.
  It's an binary installed into ~vpopmail/bin
  
  

  On 2/2/07, Renaud
[EMAIL PROTECTED]
wrote:
  Hello,

I'm using a qmail+vpopmail and I was wondering if you already heard
about
a solution that would let me send a mail to all existing users in the

vpopmail database (or to all users of a specific domain) without the
need
to create a mailing list or an alias containing all of them?

My current solution would be to actually update the subscribers list of
such a mailing list every night.. (anyone could post to an alias, the
users wouldn't like it :))


Thanks,

Regards,
Renaud

  
  
  
  
  
-- 
Juan Enciso Condea
  
Telfono: (511) 3238504
E-mail: [EMAIL PROTECTED]
MSN: [EMAIL PROTECTED]






Re: [vchkpw] Maintenance mail to all user / to a whole domain

2007-02-02 Thread Juan Enciso

Maybe you need vpopbull.
It's an binary installed into ~vpopmail/bin



On 2/2/07, Renaud [EMAIL PROTECTED] wrote:


Hello,

I'm using a qmail+vpopmail and I was wondering if you already heard about
a solution that would let me send a mail to all existing users in the
vpopmail database (or to all users of a specific domain) without the need
to create a mailing list or an alias containing all of them?

My current solution would be to actually update the subscribers list of
such a mailing list every night.. (anyone could post to an alias, the
users wouldn't like it :))


Thanks,

Regards,
Renaud





--
Juan Enciso Condeña
Teléfono: (511) 3238504
E-mail: [EMAIL PROTECTED]
MSN: [EMAIL PROTECTED]


Re: [vchkpw] Maintenance mail to all user / to a whole domain

2007-02-02 Thread Rick Macdougall

Renaud wrote:

Hello,

I'm using a qmail+vpopmail and I was wondering if you already heard about
a solution that would let me send a mail to all existing users in the
vpopmail database (or to all users of a specific domain) without the need
to create a mailing list or an alias containing all of them?

My current solution would be to actually update the subscribers list of
such a mailing list every night.. (anyone could post to an alias, the
users wouldn't like it :))


Thanks,

Regards,
Renaud



Hi,

See vpopbull

Regards,

Rick



Re: [vchkpw] Maintenance mail to all user / to a whole domain

2007-02-02 Thread Renaud
 Maybe you need vpopbull.
 It's an binary installed into ~vpopmail/bin

Great, that's exactly that. I missed it in the FAQ, shame on me.

Thanks!


Renaud



Re: [vchkpw] Maintenance mail to all user / to a whole domain

2007-02-02 Thread Max Esquivel

Use 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)

Its also handy to list all the email accounts in your system  
(vpopbull -n -V)


On Feb 2, 2007, at 9:06 AM, Renaud wrote:


Hello,

I'm using a qmail+vpopmail and I was wondering if you already heard  
about

a solution that would let me send a mail to all existing users in the
vpopmail database (or to all users of a specific domain) without  
the need

to create a mailing list or an alias containing all of them?

My current solution would be to actually update the subscribers  
list of

such a mailing list every night.. (anyone could post to an alias, the
users wouldn't like it :))


Thanks,

Regards,
Renaud





Re: [vchkpw] Maintenance mail to all user / to a whole domain

2007-02-02 Thread DAve

Juan Enciso wrote:

Maybe you need vpopbull.
It's an binary installed into ~vpopmail/bin



We use something like this, WARNING not real code.

#!/bin/sh
#
TEXT=/usr/local/src/MASSMAIL/email.txt

LIST=`/home/vpopmail/bin/vpopbull -Vn`
for i in $LIST; do
/var/qmail/bin/sendmail $i  $TEXT
echo Sending to account $i
done

For any ezmlm lists we have, I make sure the system admin is always a 
moderator. I just send a maintenance message to each list. Keep in mind 
the email.txt needs to be properly formatted as well.


http://www.inter7.com/vpopmail/doc/vpopbull.html
http://www.qmailwiki.org/Vpopmail#vpopbull

DAve



 
On 2/2/07, *Renaud* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


Hello,

I'm using a qmail+vpopmail and I was wondering if you already heard
about
a solution that would let me send a mail to all existing users in the
vpopmail database (or to all users of a specific domain) without the
need
to create a mailing list or an alias containing all of them?

My current solution would be to actually update the subscribers list of
such a mailing list every night.. (anyone could post to an alias, the
users wouldn't like it :))


Thanks,

Regards,
Renaud




--
Juan Enciso Condeña
Teléfono: (511) 3238504
E-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
MSN: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]



--
Three years now I've asked Google why they don't have a
logo change for Memorial Day. Why do they choose to do logos
for other non-international holidays, but nothing for
Veterans?

Maybe they forgot who made that choice possible.