Re: qconfirm at company level
Gerrit Pape <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <20040112220405.29228.qmail@bda79aa65f0988.315fe32.mid.smarden.org> |
On Mon, Jan 12, 2004 at 03:09:06PM +0100, Etienne Van Hecke wrote: > We discovered qconfirm and tried to implement it in our company. > The 'problem' is that for each mailbox, there has to be a confirmation mail. > As we do not want our customers to have to confirm for each mail they send > to a different person in our company, we assigned a common 'pending' and > 'ok' directory for all mailboxes. > This doesn't work fine as all files are written with attributes -rw-------. > So other users cannot see the 'pending' nor 'ok'-files. I've this in my TODO file since months: ``make umask an option?''. But I never decided to implemented it, so currently, as the documentation states, ``qconfirm directories can be shared across dot-qmail files of the same user.'' > Is there a possibility to share the 'ok' and 'pending' files for the whole > company ? You could handle your domain through qmail's control/virtualdomains instead of control/locals, so that all messages to this domain are handled by a single uid. Use qconfirm-conf with the same qconfirm directory in the .qmail files for all your users, and forward the mail to the corresponding users at a domain handled through control/locals with a second delivery instruction. That should work. Regards, Gerrit.