Re: [xmail] Email all local accounts?

2011-11-18 Thread Ivo Smits
Hi, I don't think this is directly supported. You can generate a list of e-mail addresses from the mailusers file, for example using this command on linux: cat mailusers.tab | sed -n 's/^\([^]*\)\t\([^]*\)\t.*$/\2@\1/p' You could write the output to a file and pass it to sendmail using the

Re: [xmail] Email all local accounts?

2011-11-18 Thread Fred
; } } echo Email sent to . count($accounts) . accounts.\n; exit; ? From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org] On Behalf Of Ivo Smits Sent: 18 novembre 2011 11:07 To: xmail@xmailserver.org Subject: Re: [xmail] Email all local accounts? Hi, I don't think