On Thursday 04 March 2010 15:27:45 Jonathan Tripathy wrote: > On Thursday 04 March 2010 14:55:59 you wrote: > > 12:24:20 Stan Hoeppner wrote: > > > J. Roeleveld put forth on 3/4/2010 2:12 AM: > > > > On Thursday 04 March 2010 08:57:30 Jonathan Tripathy wrote:
<snipped non-relevant part> > > Does that mean I'd need a autosendfolderfill for each user on the system? > > First, please keep responses on the List to make it possible for other > people to find it with Google and also to allow other people to keep > contributing. > > As for your question: > No, you'll only need to create one of these users. The username doesn't > matter, as long as this user can have a filter set up and is allowed to > post messages into the Sent-folders of all the users. > > You will need to create a filter-entry for each of your users, eg. > duplicate the following inside the filter for every user that is allowed > to sent emails: -- > > > if header :contains "From" "m...@mydomain.com" > > { > > fileinto me+Sent; > > stop; > > } > > -- > > HTH, > > Joost > --------------------------------------------------------------------------- > ------------------------------------- > > Does this mean that mail received from the internet is also checked against > this filter? > Yes, unless you configure postfix to not apply the "bcc" configuration against email originating from the internet. I am not certain if this is possible, but if it isn't, this would be a usefull additional feature. Please check the documentation for Postfix to see how to do this. -- Joost