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@354: # thus we do not define any hosts as local. All mail should go through meillo@354: # the route. meillo@354: permanent_routes = "PWD/test.route" meillo@354: meillo@64: meillo@64: # spool files in the current directory meillo@423: spool_dir="PWD/spool" 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"