Re: best way to distribute an item to everyones homedir?

2007-10-28 Thread James
On 10/28/07, Jonathan Horne <[EMAIL PROTECTED]> wrote: > > On Sunday 28 October 2007 09:21:55 you wrote: > > maildir=/path/to/your/custom/maildir > > > > for dir in `ls /usr/home` > > do > > cp -r $maildir /usr/home/$dir/ > > done > > thanks james. quick question... will that put the proper owner

best way to distribute an item to everyones homedir?

2007-10-28 Thread Jonathan Horne
I have a FreeBSD server I am upgrading for a client, currently running pop3, migrating it to IMAP. I need to distribute a Maildir and its contents, a .procmailrc and a .procmail/ to each of about 45 users. What would be the best, most efficient way to do so? thanks, -- Jonathan Horne http://