masqmail-0.2

diff examples/masqmail.conf @ 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 4fee89792559
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/examples/masqmail.conf	Fri Sep 26 17:05:23 2008 +0200
     1.3 @@ -0,0 +1,102 @@
     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 +# The name with which MasqMail identifies itself to others:
    1.23 +# CHANGING THIS IS REQUIRED!
    1.24 +host_name="striped.patchwork.net"
    1.25 +
    1.26 +# Hosts considered local:
    1.27 +# CHANGING THIS IS REQUIRED!
    1.28 +local_hosts="striped;striped.patchwork.net;localhost"
    1.29 +
    1.30 +# Nets considered local, for immediate delivery attempts:
    1.31 +# ALL hosts not included in either local_host or local_nets are
    1.32 +# considered to be 'outside', meaning that messages to them will be queued
    1.33 +# CHANGING THIS IS REQUIRED!
    1.34 +#local_nets="*.patchwork.net;blue;striped"
    1.35 +
    1.36 +# accept connections on these interfaces:
    1.37 +# CHANGING THIS IS REQUIRED!
    1.38 +listen_addresses="localhost:25"
    1.39 +
    1.40 +# send messages to this port:
    1.41 +# probably this will also be configurable on host basis in future versions.
    1.42 +remote_port=25
    1.43 +
    1.44 +# where MasqMail stores its spool files and other stuff:
    1.45 +spool_dir="/var/spool/masqmail"
    1.46 +
    1.47 +# where local mail will be written to:
    1.48 +mail_dir="/var/mail"
    1.49 +
    1.50 +# use syslogd for logs?
    1.51 +use_syslog=false
    1.52 +
    1.53 +# directory for log files:
    1.54 +log_dir="/var/log/masqmail"
    1.55 +
    1.56 +# if set, accepted mail will not be delivered immediately but on the next queue run:
    1.57 +do_queue=false
    1.58 +
    1.59 +# online detection:
    1.60 +#
    1.61 +# for 'mserver' uncomment next 2 lines and optionally change mserver_iface:
    1.62 +#online_detect = mserver
    1.63 +#mserver_iface = "localhost:222"
    1.64 +
    1.65 +# for 'file' uncomment next 2 lines
    1.66 +#online_detect = file
    1.67 +#online_file = "/tmp/connect_route"
    1.68 +
    1.69 +#
    1.70 +# example for local delivery to an mda:
    1.71 +#
    1.72 +#mbox_default=mda
    1.73 +#mda="/usr/bin/procmail -Y -d ${rcpt_local}"
    1.74 +# default is false for these:
    1.75 +#mda_fromline=true
    1.76 +#mda_fromhack=true
    1.77 +
    1.78 +#
    1.79 +# alias expansion:
    1.80 +#
    1.81 +alias_file = "/etc/aliases"
    1.82 +# default is false:
    1.83 +#alias_local_caseless = true
    1.84 +
    1.85 +#
    1.86 +# configuration concerning pipes (after an alias expansion)
    1.87 +#
    1.88 +# default is false for these:
    1.89 +# pipe_fromline=true
    1.90 +# pipe_fromhack=true
    1.91 +
    1.92 +# special routes:
    1.93 +
    1.94 +# CHANGING THIS IS REQUIRED!
    1.95 +# You can use as many routes (one for each provider) as you like:
    1.96 +connect_route.GWDG = "/etc/masqmail/example.route"
    1.97 +
    1.98 +# you can also give a list of routes for a single connection:
    1.99 +#connect_route.foo = "/etc/masqmail/foo.route;/etc/masqmail/bar.route"
   1.100 +
   1.101 +# you can also set routes for the local net:
   1.102 +#local_net_route = "/etc/masqmail/local.route;/etc/masqmail/other_lan.route"
   1.103 +
   1.104 +# if you use masqmail to get mail, set some 'get' files:
   1.105 +#get.anyname = /etc/masqmail/example.get