masqmail

diff tests/conf.templ @ 0:08114f7dcc23

this is masqmail-0.2.21 from oliver kurth
author meillo@marmaro.de
date Fri, 26 Sep 2008 17:05:23 +0200
parents
children 3cb6f383f07e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tests/conf.templ	Fri Sep 26 17:05:23 2008 +0200
     1.3 @@ -0,0 +1,66 @@
     1.4 +# Example configuration for MasqMail
     1.5 +# Copyright (C) 1999 Oliver Kurth
     1.6 +#
     1.7 +# This program is free software; you can redistribute it and/or modify
     1.8 +# it under the terms of the GNU General Public License as published by
     1.9 +# the Free Software Foundation; either version 2 of the License, or
    1.10 +# (at your option) any later version.
    1.11 +
    1.12 +# This program is distributed in the hope that it will be useful,
    1.13 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.14 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.15 +# GNU General Public License for more details.
    1.16 +
    1.17 +# You should have received a copy of the GNU General Public License
    1.18 +# along with this program; if not, write to the Free Software
    1.19 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    1.20 +#
    1.21 +
    1.22 +# this is just for testing. In real life it does not make much sense:
    1.23 +run_as_user=true
    1.24 +
    1.25 +# set debug level (0 = no debugging, 5 = very much, 6 = too much)
    1.26 +# can also be set with the -d option on the cmd line
    1.27 +debug_level = 5
    1.28 +
    1.29 +do_queue = false
    1.30 +
    1.31 +# The name with which MasqMail identifies itself to others:
    1.32 +host_name="blue.patchwork.net"
    1.33 +
    1.34 +# Hosts considered local:
    1.35 +#local_hosts="localhost;blue.patchwork.net;blue"
    1.36 +local_hosts="localhost"
    1.37 +
    1.38 +# Nets considered local, for immediate delivery attempts:
    1.39 +# ALL hosts not included in either local_host or local_nets are
    1.40 +# considered to be 'outside', meaning that messages to them will be queued
    1.41 +local_nets="SMTP_HOST"
    1.42 +
    1.43 +# accept connections on these interfaces:
    1.44 +listen_addresses="localhost:2525"
    1.45 +
    1.46 +# send messages to this port:
    1.47 +# probably this will also be configurable on host basis
    1.48 +remote_port=25
    1.49 +
    1.50 +# where MasqMail stores its spool files and other stuff:
    1.51 +#spool_dir="/var/spool/masqmail"
    1.52 +spool_dir="."
    1.53 +
    1.54 +# where local mail will be written to:
    1.55 +#mail_dir="/var/spool/mail"
    1.56 +mail_dir="."
    1.57 +
    1.58 +# use syslogd for logs?
    1.59 +use_syslog=false
    1.60 +
    1.61 +# directory for log files if not using syslogd:
    1.62 +#log_dir="/var/masqmail"
    1.63 +log_dir="."
    1.64 +
    1.65 +# special routes:
    1.66 +
    1.67 +connect_route.GWDG = "src/gwdg.route"
    1.68 +connect_route.Argon = "src/argon.route"
    1.69 +