Re: Problems with cvm-vmailmgr
Dale Woolridge <[email protected]>
| Newsgroups | gmane.comp.sysutils.bgware |
|---|---|
| Message-ID | <[email protected]> |
On 3-Apr-2005 16:44 David J. Weller-Fahy wrote:
|
| Here's my /var/svc.d/qmail-pop3d-test/run script (long lines):
...
| recordio sh -c "qmail-popup ${POPHOST} /usr/local/bin/cvm-vmailmgr ${CVM} qmail-pop3d ${POPDIR}"
Replace cvm-vmailmgr with cvm-checkpassword. Note that with this
particular setup, your run script shell variables are not exported,
so they aren't available to the invoked subshell in the above line.
Either export them or get rid of recordio+subshell.
You didn't mention what you saw, if anything, the the cvm-vmailmgr-local logs
when you used cvm-testclient.
--
-dale