masqmail-0.2

diff tests/localhost-stdin/test.conf.tpl @ 63:49ca781e1503

reworked the test cases completely they are split into four independent tests now and each one is tested to work with the current version
author meillo@marmaro.de
date Sun, 30 May 2010 16:05:49 +0200
parents tests/conf.templ@3cb6f383f07e
children 0379789a847b
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tests/localhost-stdin/test.conf.tpl	Sun May 30 16:05:49 2010 +0200
     1.3 @@ -0,0 +1,45 @@
     1.4 +# Example configuration for MasqMail
     1.5 +# Copyright (C) 1999 Oliver Kurth
     1.6 +
     1.7 +
     1.8 +# this is just for testing. In real life it does not make much sense:
     1.9 +run_as_user=true
    1.10 +
    1.11 +# set debug level (0 = no debugging, 5 = very much, 6 = too much)
    1.12 +# can also be set with the -d option on the cmd line
    1.13 +debug_level = 5
    1.14 +
    1.15 +do_queue = false
    1.16 +
    1.17 +# The name with which MasqMail identifies itself to others:
    1.18 +host_name="SMTP_HOST"
    1.19 +
    1.20 +# Hosts considered local:
    1.21 +#local_hosts="localhost;blue.patchwork.net;blue"
    1.22 +local_hosts="localhost"
    1.23 +
    1.24 +# Nets considered local, for immediate delivery attempts:
    1.25 +# ALL hosts not included in either local_host or local_nets are
    1.26 +# considered to be 'outside', meaning that messages to them will be queued
    1.27 +#local_nets="SMTP_HOST"
    1.28 +
    1.29 +# accept connections on these interfaces:
    1.30 +#listen_addresses="localhost:2525"
    1.31 +
    1.32 +# send messages to this port:
    1.33 +# probably this will also be configurable on host basis
    1.34 +#remote_port=25
    1.35 +
    1.36 +# where MasqMail stores its spool files and other stuff:
    1.37 +#spool_dir="/var/spool/masqmail"
    1.38 +spool_dir="PWD"
    1.39 +
    1.40 +# where local mail will be written to:
    1.41 +#mail_dir="/var/spool/mail"
    1.42 +mail_dir="PWD"
    1.43 +
    1.44 +# use syslogd for logs?
    1.45 +use_syslog=false
    1.46 +
    1.47 +# directory for log files if not using syslogd:
    1.48 +log_dir="PWD"