[Tickets #711] RESOLVED: Segfault in IMAP_Tree

bugs@bugs.horde.org bugs at bugs.horde.org
Fri Jul 22 07:35:27 PDT 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=711
-----------------------------------------------------------------------
 Ticket             | 711
 Updated By         | ryan.flannery at gmail.com
 Summary            | Segfault in IMAP_Tree
 Queue              | Horde Base
 Version            | HEAD
 State              | Resolved
 Priority           | 3. High
 Type               | Bug
 Owners             | Michael Slusarz
-----------------------------------------------------------------------


ryan.flannery at gmail.com (2005-07-22 07:35) wrote:

Solved!  Thought i'd post this here...

The solution posted here helped tremendously, after some "fiddling"
http://lists.horde.org/archives/imp/Week-of-Mon-20050321/041502.html

Horde + IMP can be run in chroot, but c-client needs access to the "www"
entry (or whatever user Apache is running) in the /etc/master.passwd file.

So, for OpenBSD, do the following...
   # mkdir /var/www/etc
   # cp /etc/master.passwd /var/www/etc/
   # vi /var/www/etc/master.passwd
       (remove all entries except the one for "www" acount)
   # pwd_mkdb -d /var/www/etc /var/www/etc/master.passwd
 Then make sure user "www" (again, whatever Apache is running as) can read
the /var/www/etc/master.passwd file.

That's it!  This fixes everything!
Thanks for the help everyone.




More information about the bugs mailing list