On Tue, Sep 30, 2003 at 08:40:20AM +0200, Mirko Zeibig wrote: > On Mon, Sep 29, 2003 at 06:22:56PM -0400, Sam Varshavchik wrote: > > Courier User writes: > > > > [ ... ] > > > > >But as a sysadmin, I would like to control this outside of the > > >users' HOME directories, so that I can force certain mail processing > > >for all users. Is there any way to configure Courier so that all > > >these random variant addresses can be handled for each given user > > >without the use of ~/.courier, ~/.courier-default, and their > > >cousins? > > > > You can create a script that creates a soft link from every account's > > .courier-foo file to a global default file. > > What about creating a .courier-default file specifying maildrop as MDA and > having a centralized maildroprc in /etc/courier/maildroprc?
Thank you. Where would this .courier-default file reside? Would it be a soft link from every account's HOME directory to a central location? If so, I already have something like this in place. I'm trying to avoid putting all those links in the users' HOME directories, if at all possible. > Sth. like: > --- > SHELL=/bin/ash > DEFAULT=./Maildir > ALL_LIST=$DEFAULT.MessagesForAll > > if (/^To:[EMAIL PROTECTED]/) > to $ALL_LIST/ > > to $DEFAULT -- Courier User [EMAIL PROTECTED] ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
