Hi there again, I'm trying to change the detailfile location on the fly. But when I edit the value in the config file and send the process a HUP signal this is what I get: Wed Jul 30 09:45:11 2008 : Debug: Received HUP signal. Wed Jul 30 09:45:11 2008 : Debug: Module: Trying to reload module "detail" Wed Jul 30 09:45:11 2008 : Debug: detail { Wed Jul 30 09:45:11 2008 : Debug: detailfile = "/dev/null" Wed Jul 30 09:45:11 2008 : Debug: header = "%t" Wed Jul 30 09:45:11 2008 : Debug: detailperm = 384 Wed Jul 30 09:45:11 2008 : Debug: dirperm = 493 Wed Jul 30 09:45:11 2008 : Debug: locking = no Wed Jul 30 09:45:11 2008 : Debug: log_packet_header = no Wed Jul 30 09:45:11 2008 : Debug: } Unfortunately "/dev/null" is the old value. What I try to archive is dynamic relaying. I want to enable and disable relaying while the server is running. I'm open to other solutions too. :) best regards