masqmail-0.2

annotate tests/conf.templ @ 27:3654c502a4df

g_malloc terminates the program on failure automatically
author meillo@marmaro.de
date Thu, 06 May 2010 11:50:40 +0200
parents
children 3cb6f383f07e
rev   line source
meillo@0 1 # Example configuration for MasqMail
meillo@0 2 # Copyright (C) 1999 Oliver Kurth
meillo@0 3 #
meillo@0 4 # This program is free software; you can redistribute it and/or modify
meillo@0 5 # it under the terms of the GNU General Public License as published by
meillo@0 6 # the Free Software Foundation; either version 2 of the License, or
meillo@0 7 # (at your option) any later version.
meillo@0 8
meillo@0 9 # This program is distributed in the hope that it will be useful,
meillo@0 10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
meillo@0 11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
meillo@0 12 # GNU General Public License for more details.
meillo@0 13
meillo@0 14 # You should have received a copy of the GNU General Public License
meillo@0 15 # along with this program; if not, write to the Free Software
meillo@0 16 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
meillo@0 17 #
meillo@0 18
meillo@0 19 # this is just for testing. In real life it does not make much sense:
meillo@0 20 run_as_user=true
meillo@0 21
meillo@0 22 # set debug level (0 = no debugging, 5 = very much, 6 = too much)
meillo@0 23 # can also be set with the -d option on the cmd line
meillo@0 24 debug_level = 5
meillo@0 25
meillo@0 26 do_queue = false
meillo@0 27
meillo@0 28 # The name with which MasqMail identifies itself to others:
meillo@0 29 host_name="blue.patchwork.net"
meillo@0 30
meillo@0 31 # Hosts considered local:
meillo@0 32 #local_hosts="localhost;blue.patchwork.net;blue"
meillo@0 33 local_hosts="localhost"
meillo@0 34
meillo@0 35 # Nets considered local, for immediate delivery attempts:
meillo@0 36 # ALL hosts not included in either local_host or local_nets are
meillo@0 37 # considered to be 'outside', meaning that messages to them will be queued
meillo@0 38 local_nets="SMTP_HOST"
meillo@0 39
meillo@0 40 # accept connections on these interfaces:
meillo@0 41 listen_addresses="localhost:2525"
meillo@0 42
meillo@0 43 # send messages to this port:
meillo@0 44 # probably this will also be configurable on host basis
meillo@0 45 remote_port=25
meillo@0 46
meillo@0 47 # where MasqMail stores its spool files and other stuff:
meillo@0 48 #spool_dir="/var/spool/masqmail"
meillo@0 49 spool_dir="."
meillo@0 50
meillo@0 51 # where local mail will be written to:
meillo@0 52 #mail_dir="/var/spool/mail"
meillo@0 53 mail_dir="."
meillo@0 54
meillo@0 55 # use syslogd for logs?
meillo@0 56 use_syslog=false
meillo@0 57
meillo@0 58 # directory for log files if not using syslogd:
meillo@0 59 #log_dir="/var/masqmail"
meillo@0 60 log_dir="."
meillo@0 61
meillo@0 62 # special routes:
meillo@0 63
meillo@0 64 connect_route.GWDG = "src/gwdg.route"
meillo@0 65 connect_route.Argon = "src/argon.route"
meillo@0 66