Re: R: Qconfirm test: problem
Gerrit Pape <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <20031223135000.16259.qmail@2cd5980e7b5a7e.315fe32.mid.smarden.org> |
On Tue, Dec 23, 2003 at 01:15:54PM +0100, Andrea Riela wrote: > @400000003fe82eda33c6d06c delivery 6: deferral: > qconfirm-check:_fatal:_unable_to_open:_/home/vpopmail/domains/nesys.it/smart > net/.qconfirm/.lock:_access_denied/ > > Problem with permission? Yes. Local delivery under qmail is done with the privileges of the system user owning the mailbox. You should have created the qconfirm directory as this user. To fix it, you need to find out under which uid local delivery is done (in doubt add '|id >/tmp/foo' to the top of the dot-qmail file, send a mail, and look at /tmp/foo), and re-create the qconfirm directory as this user, or use 'chown -R'. Regards, Gerrit. PS: Please respect the Mail-Followup-To header.