I have a server with courier-imap up and running. I get the following error messages when my mail client checks for mail:

Failed to create cache file: maildirwatch (user)
Error input/Output error
Check for proper operation and configuration
of the File Access Monitor daemon (famd)

fam is installed and I run it daemon mode by hand, how is it suppose to be configured to run? I run it by hand but it dies after a while and the error messages com back.

I tried using supervise to run it but it would stop working after a while even though it was still running (or so says svstat). rpcstat showed it still running as well.

Thanks
Krreagan

I have a firewall that forwards all port 80 requests to my server s1.myserver.com.

I have multiple domains (myserver.com & theirserver.com) pointing to my global IP address which is on the WAN side of my firewall.

I have this working using just virtual domains on a single (s1.myserver.com) server.

I have recently added a jail VM (s2.mydomain.com) setup to this server and would like to move my theirserver.com domain traffic inside the jail with it's own dedicated web server.

My question is: How (if possible) do I configure apache on my s1.myserver.com so that it handles www.myserver.com traffic itself but passes traffic destined for www.theirserver.com to the jail VM and it's own apache server without the client knowing about this configuration?

I looked at the reverse proxy features but got lost in the weeds smile . (this is a hobby for me and not my business).

FREEBSD 7-STABLE

Thanks
Krreagan