masqmail

view examples/masqmail.conf @ 178:91f8ee6514f5

removed `remote_port' config option it was already deprecated for some time see NEWS at release 0.2.12 for details
author meillo@marmaro.de
date Wed, 14 Jul 2010 16:48:45 +0200
parents 5b621742b2e7
children 6ff77c63e714
line source
1 # Example configuration for masqmail
2 # Copyright (C) 1999 Oliver Kurth
3 #
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17 #
19 # The name with which masqmail identifies itself to others:
20 # CHANGING THIS IS REQUIRED!
21 host_name="striped.patchwork.net"
23 # Hosts considered local:
24 # CHANGING THIS IS REQUIRED!
25 local_hosts="striped;striped.patchwork.net;localhost"
27 # Nets considered local, for immediate delivery attempts:
28 # ALL hosts not included in either local_host or local_nets are
29 # considered to be 'outside', meaning that messages to them will be queued
30 # CHANGING THIS IS REQUIRED!
31 #local_nets="*.patchwork.net;blue;striped"
33 # accept connections on these interfaces:
34 # CHANGING THIS IS REQUIRED!
35 listen_addresses="localhost:25"
37 # where masqmail stores its spool files and other stuff:
38 spool_dir="/var/spool/masqmail"
40 # where local mail will be written to:
41 mail_dir="/var/mail"
43 # use syslogd for logs?
44 use_syslog=false
46 # directory for log files:
47 log_dir="/var/log/masqmail"
49 # if set, accepted mail will not be delivered immediately but on the next queue run:
50 do_queue=false
52 # online detection:
53 #
54 # for 'file' uncomment next 2 lines
55 #online_detect = file
56 #online_file = "/var/run/masqmail/masqmail-route"
58 #
59 # example for local delivery to an mda:
60 #
61 #mbox_default=mda
62 #mda="/usr/bin/procmail -Y -d ${rcpt_local}"
63 # default is false for these:
64 #mda_fromline=true
65 #mda_fromhack=true
67 #
68 # alias expansion:
69 #
70 alias_file = "/etc/aliases"
71 # default is false:
72 #alias_local_caseless = true
74 #
75 # configuration concerning pipes (after an alias expansion)
76 #
77 # default is false for these:
78 # pipe_fromline=true
79 # pipe_fromhack=true
81 # special routes:
83 # CHANGING THIS IS REQUIRED!
84 # You can use as many routes (one for each provider) as you like:
85 connect_route.GWDG = "/etc/masqmail/example.route"
87 # you can also give a list of routes for a single connection:
88 #connect_route.foo = "/etc/masqmail/foo.route;/etc/masqmail/bar.route"
90 # you can also set routes for the local net:
91 #local_net_route = "/etc/masqmail/local.route;/etc/masqmail/other_lan.route"
93 # if you use masqmail to get mail, set some 'get' files:
94 #get.anyname = /etc/masqmail/example.get