masqmail
view examples/masqmail.conf @ 209:10da50168dab
replaced the MD5 implementation with the one of Solar Designer
Until now, the sample code of RFC 1321 was used. It had an ugly license.
Now we use the implementation of Solar Designer, which is in the Public Domain.
http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5
author | meillo@marmaro.de |
---|---|
date | Sun, 18 Jul 2010 21:58:15 +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"