meillo@64: # running as user is enough for testing purposes
meillo@63: run_as_user=true
meillo@63: 
meillo@63: # set debug level (0 = no debugging, 5 = very much, 6 = too much)
meillo@63: debug_level = 5
meillo@63: 
meillo@64: # deliver at once
meillo@63: do_queue = false
meillo@63: 
meillo@64: # identify with some name that is *not* the one of the our machine
meillo@64: # maybe we should not define a name at all, but this may lead to
meillo@64: # problems. Could be we even need a FQDN here.
meillo@63: host_name="MASQMAIL-TEST"
meillo@63: 
meillo@64: # we want to deliver through a route named `test' to a local MTA
meillo@64: # thus we do not define any hosts or nets as local
meillo@64: # all mail should go through the `test' route.
meillo@310: online_query = "/bin/cat PWD/online"
meillo@64: online_routes.test = "PWD/test.route"
meillo@64: 
meillo@64: # spool files in the current directory
meillo@63: spool_dir="PWD"
meillo@63: 
meillo@64: # deliver local mails into the current directory
meillo@63: mail_dir="PWD"
meillo@63: 
meillo@64: # log into the current directory
meillo@63: use_syslog=false
meillo@63: log_dir="PWD"
meillo@63: 
meillo@64: # relative paths to the warn/failure message templates
meillo@63: errmsg_file="PWD/../../tpl/failmsg.tpl"
meillo@63: warnmsg_file="PWD/../../tpl/warnmsg.tpl"