view examples/masqmail.conf @ 434:f2a7271746d1 default tip

Removes Freshmeat.net from the docs The site, which was later renamed to freecode.com, is no longer maintained (contains only a static copy).
author markus schnalke <meillo@marmaro.de>
date Sat, 07 Feb 2015 11:45:07 +0100
parents 4cbaf6d6793f
children
line wrap: on
line source

# masqmail.conf
# Example configuration for masqmail


# The name with which masqmail identifies itself to others:
# CHANGING THIS IS REQUIRED!
host_name="striped.patchwork.net"

# accept connections on these interfaces:
# 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


# online detection:
#
# for 'file' uncomment next 2 lines
#online_query = "/bin/cat /var/tmp/masqmail-route"


# example for local delivery to an mda:
#
#mbox_default=mda
#mda="/usr/bin/procmail -Y -d ${rcpt_local}"


# alias expansion:
#
#alias_file = "/etc/aliases"
#caseless_matching = false


# routes
# CHANGING THIS IS REQUIRED!

# set up a route for the local net:
#permanent_routes = "/etc/masqmail/localnet.route"

# You can use as many routes (one for each provider) as you like:
#query_routes.example = "/etc/masqmail/example.route"

# you can also give a list of routes for a single connection:
#query_routes.foobar = "/etc/masqmail/foo.route;/etc/masqmail/bar.route"