<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Nuno Silva wrote:<br>
<blockquote
 cite="mid000001c77cc6$7d31e820$fd8f000a@dayton.webbenabled.com"
 type="cite">
  <pre wrap="">Not sure if it's relevant to your setup but this suggests that you
didn't configure your environment.

Add this to /root/.bashrc

#kolab
export LANG=C
opa () {
   root="${1:-/kolab}"
   if [ ! -d $root ]; then
       echo "opa:ERROR: OpenPKG root directory $root not found"
       exit 1
   fi
   if [ ! -f "$root/etc/rc" ]; then
       echo "opa:ERROR: root directory does not contain OpenPKG hierarchy"
       exit 1
   fi
   eval `$root/etc/rc --eval all env`
}

...Then open a new root shell and type:
opa

Then restart the whole kolab:
/kolab/etc/rc -v all restart
  </pre>
</blockquote>
<br>
Done, without incident. Still no luck on the imapd, though. I'll look
when I restart to see if that error continues to appear. :-/<br>
<br>
Thanks!<br>
--<br>
<div class="moz-signature"><font color="#333385">Paul Webb<br>
Web</font><font color="#bbbbd6">b</font><font color="#333385">Enabled
Solutions, LLC<br>
<a href="mailto:pwebb@webbenabled.com">pwebb@webbenabled.com</a>
(PGP/GPG Encryption Capable)<br>
<a href="http://www.webbenabled.com">http://www.webbenabled.com</a></font>
</div>
</body>
</html>