Re: qconfirm at company level
"Toby Betts" <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
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. > > Is there a possibility to share the 'ok' and 'pending' files for the > whole company ? Since there is a .qconfirm directory in each user's home directory, I think you will need an entry in every user's $QCONFIRM_DIR/ok directory. For every user on the system, you will probably need to touch "~user/.qconfirm/ok/yourcompany:com=-default" separately, and set permissions accordingly. Toby