masqmail
view examples/masqmail.conf @ 216:84bf7a6b6ccd
added misc/list-versions
This script helps to check if the versions numbers in the project
are the same as the one for the release. This script is motivated
by the 0.2.27 release in which masqmail introduces itself as being
version 0.2.26.
author | meillo@marmaro.de |
---|---|
date | Mon, 19 Jul 2010 14:01:13 +0200 |
parents | 91f8ee6514f5 |
children | e758296de02d |
line source
1 # masqmail.conf
2 # Example configuration for masqmail
5 # The name with which masqmail identifies itself to others:
6 # CHANGING THIS IS REQUIRED!
7 host_name="striped.patchwork.net"
9 # Nets considered local, for immediate delivery attempts:
10 # ALL hosts not included in either local_host or local_nets are
11 # considered to be 'outside', meaning that messages to them will be queued
12 #local_nets="*.patchwork.net;blue;striped"
14 # accept connections on these interfaces:
15 # Change this to something like: "localhost:25;foo:25" if other machines
16 # on your network shall be able to connect to masqmail.
17 #listen_addresses="localhost:25"
19 # use syslogd for logs?
20 #use_syslog=false
23 # online detection:
24 #
25 # for 'file' uncomment next 2 lines
26 #online_detect = file
27 #online_file = "/var/run/masqmail/masqmail-route"
30 # example for local delivery to an mda:
31 #
32 #mbox_default=mda
33 #mda="/usr/bin/procmail -Y -d ${rcpt_local}"
36 # alias expansion:
37 #
38 #alias_file = "/etc/aliases"
39 #alias_local_caseless = false
42 # special routes:
44 # CHANGING THIS IS REQUIRED!
45 # You can use as many routes (one for each provider) as you like:
46 #connect_route.example = "/etc/masqmail/example.route"
48 # you can also give a list of routes for a single connection:
49 #connect_route.foobar = "/etc/masqmail/foo.route;/etc/masqmail/bar.route"
51 # you can also set routes for the local net:
52 #local_net_route = "/etc/masqmail/local.route;/etc/masqmail/other_lan.route"