Mercurial > masqmail
changeset 183:6ff77c63e714
improved and simplified the example config
removed the copyright notice, because I think this file
is trivial enough to not need it
author | meillo@marmaro.de |
---|---|
date | Wed, 14 Jul 2010 22:21:08 +0200 |
parents | 0976977ccc52 |
children | e96a9fee9423 |
files | examples/masqmail.conf |
diffstat | 1 files changed, 11 insertions(+), 53 deletions(-) [+] |
line wrap: on
line diff
--- a/examples/masqmail.conf Wed Jul 14 21:59:23 2010 +0200 +++ b/examples/masqmail.conf Wed Jul 14 22:21:08 2010 +0200 @@ -1,53 +1,24 @@ +# masqmail.conf # Example configuration for masqmail -# Copyright (C) 1999 Oliver Kurth -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# # The name with which masqmail identifies itself to others: # CHANGING THIS IS REQUIRED! host_name="striped.patchwork.net" -# Hosts considered local: -# CHANGING THIS IS REQUIRED! -local_hosts="striped;striped.patchwork.net;localhost" - # Nets considered local, for immediate delivery attempts: # ALL hosts not included in either local_host or local_nets are # considered to be 'outside', meaning that messages to them will be queued -# CHANGING THIS IS REQUIRED! #local_nets="*.patchwork.net;blue;striped" # accept connections on these interfaces: -# CHANGING THIS IS REQUIRED! -listen_addresses="localhost:25" - -# where masqmail stores its spool files and other stuff: -spool_dir="/var/spool/masqmail" - -# where local mail will be written to: -mail_dir="/var/mail" +# Change this to something like: "localhost:25;foo:25" if other machines +# on your network shall be able to connect to masqmail. +#listen_addresses="localhost:25" # use syslogd for logs? -use_syslog=false +#use_syslog=false -# directory for log files: -log_dir="/var/log/masqmail" - -# if set, accepted mail will not be delivered immediately but on the next queue run: -do_queue=false # online detection: # @@ -55,40 +26,27 @@ #online_detect = file #online_file = "/var/run/masqmail/masqmail-route" -# + # example for local delivery to an mda: # #mbox_default=mda #mda="/usr/bin/procmail -Y -d ${rcpt_local}" -# default is false for these: -#mda_fromline=true -#mda_fromhack=true -# + # alias expansion: # -alias_file = "/etc/aliases" -# default is false: -#alias_local_caseless = true +#alias_file = "/etc/aliases" +#alias_local_caseless = false -# -# configuration concerning pipes (after an alias expansion) -# -# default is false for these: -# pipe_fromline=true -# pipe_fromhack=true # special routes: # CHANGING THIS IS REQUIRED! # You can use as many routes (one for each provider) as you like: -connect_route.GWDG = "/etc/masqmail/example.route" +#connect_route.example = "/etc/masqmail/example.route" # you can also give a list of routes for a single connection: -#connect_route.foo = "/etc/masqmail/foo.route;/etc/masqmail/bar.route" +#connect_route.foobar = "/etc/masqmail/foo.route;/etc/masqmail/bar.route" # you can also set routes for the local net: #local_net_route = "/etc/masqmail/local.route;/etc/masqmail/other_lan.route" - -# if you use masqmail to get mail, set some 'get' files: -#get.anyname = /etc/masqmail/example.get