RE: Cyrus imap Sendmaiil

"Gliebe Richard (gr)" <[email protected]>
Newsgroups gmane.linux.redhat.general.german
Message-ID <D59CE21850A7D0478A8840A0D8A62434035A3E12@blackbird>
From: Uwe Lingner [mailto:[email protected]] 
Sent: Wednesday, July 07, 2004 3:00 PM
 
Hallo Uwe,

> Hallo zusammen,
> 
> ich betreibe für unseren Aussendienst einen Cyrus imap Server mit 
> sentmail als Mta und RH AS2.1
> Cyrus beherbergt rund 350 User. Mein Problem:
> Ich möchte ab und zu eine Email an alle User absetzen können. 
> Lässt sich 
> sowas realisieren ?

quick and very dirty:

$ cd /var/spool/mail (halt dorthin, wo die Mailboxen sind)
$
$ for i in `find . -type f -print|sed 's/.\///g'`; \
  do cat /tmp/nachricht.txt | mail -v -s "Wichtige Nachricht" $i; done

Grüsse
Richard
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.