meillo@63: meillo@63: # this is just for testing. In real life it does not make much sense: meillo@63: run_as_user=true meillo@63: meillo@63: # set debug level (0 = no debugging, 5 = very much, 6 = too much) meillo@63: # can also be set with the -d option on the cmd line meillo@63: debug_level = 5 meillo@63: meillo@63: do_queue = false meillo@63: meillo@63: # The name with which MasqMail identifies itself to others: meillo@63: host_name="MASQMAIL-TEST" meillo@63: meillo@63: # where MasqMail stores its spool files and other stuff: meillo@63: spool_dir="PWD" meillo@63: meillo@63: # where local mail will be written to: meillo@63: mail_dir="PWD" meillo@63: meillo@63: # use syslogd for logs? meillo@63: use_syslog=false meillo@63: meillo@63: # directory for log files if not using syslogd: meillo@63: log_dir="PWD" meillo@63: meillo@63: online_routes.test = "PWD/test.route" meillo@63: meillo@63: errmsg_file="PWD/../../tpl/failmsg.tpl" meillo@63: warnmsg_file="PWD/../../tpl/warnmsg.tpl" meillo@63: meillo@63: online_detect = "file" meillo@63: online_file = "PWD/online" meillo@63: