Mercurial > masqmail
comparison 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 |
comparison
equal
deleted
inserted
replaced
177:6530806d418f | 178:91f8ee6514f5 |
---|---|
31 #local_nets="*.patchwork.net;blue;striped" | 31 #local_nets="*.patchwork.net;blue;striped" |
32 | 32 |
33 # accept connections on these interfaces: | 33 # accept connections on these interfaces: |
34 # CHANGING THIS IS REQUIRED! | 34 # CHANGING THIS IS REQUIRED! |
35 listen_addresses="localhost:25" | 35 listen_addresses="localhost:25" |
36 | |
37 # send messages to this port: | |
38 # probably this will also be configurable on host basis in future versions. | |
39 remote_port=25 | |
40 | 36 |
41 # where masqmail stores its spool files and other stuff: | 37 # where masqmail stores its spool files and other stuff: |
42 spool_dir="/var/spool/masqmail" | 38 spool_dir="/var/spool/masqmail" |
43 | 39 |
44 # where local mail will be written to: | 40 # where local mail will be written to: |