Hello Johnny,
Thursday, September 27, 2007, 4:30:35 PM, you wrote:
sergio wrote:
Hello Sam,
Thursday, September 27, 2007, 1:58:02 PM, you wrote:
Hello courier-users,
I need change path to msgs and msgq folders,but cant reinstall
courier. How can I do this?
Replace msgs and msgq with symlinks.
....But,in log I receive
Sep 27 14:44:56 mail courierd: Purging /var/courier/msgq
Sep 27 14:44:56 mail courierd: Purging /var/courier/msgs
Sep 27 14:44:56 mail courierd: Cross-device link
Sep 27 14:44:56 mail courierd: ABNORMAL TERMINATION, exit status: 1
Sep 27 14:44:56 mail courierd: Will restart in 60 seconds.
ls -la /var/courier/
total 8
drwxr-xr-x 4 courier courier 512 Sep 27 14:28 .
drwxr-xr-x 26 root wheel 512 Sep 21 13:15 ..
drwxr-xr-x 2 courier courier 512 Sep 27 14:29 authdaemon
lrwxr-xr-x 1 root bin 17 Sep 27 14:28 msgq -> /v1/courier/msgq/
lrwxr-xr-x 1 root bin 17 Sep 27 14:28 msgs -> /v1/courier/msgs/
I think you'll need /var/courier/tmp to also be symlinked to the same
device as the "msgq" and "msgs" directories, e.g., /v1/courier/tmp. All
three directories (possibly more) are part of the message queue and
Courier uses the rename() system call to move files between those
directories.
Thanks a lot.
Its help.