annotate tests/localhost-stdin/README @ 354:08932c629849
reworked the route concept; removed the idea of the localnet
Renamed to reflect the actual meaning more clearly:
s/online_routes/query_routes/g
s/local_net_route/permanent_routes/g
Removed local_nets, which are now represented by allowed_recipients
in a permanent route. (See. examples/localnet.route)
There is no more abiguity between `local' and `local net'.
Run admin/config-transition on your config to learn how to update it.
author |
markus schnalke <meillo@marmaro.de> |
date |
Sun, 04 Sep 2011 11:25:38 +0200 |
parents |
49ca781e1503 |
children |
|
rev |
line source |
63
|
1 localhost-stdin
|
|
2 ---------------
|
0
|
3
|
63
|
4 Three mails are sent, using different options, to <you@localhost>.
|
0
|
5 local.sh sends mail accepted from stdin and sends them to a fake local
|
|
6 mailbox, using your login name. If it works, there should be a file
|
|
7 named with your login name with the mails. You can look at it with cat
|
|
8 or less, or with an ordinary mail program.
|
|
9
|
|
10 Two log files, masqmail.log and debug.log will also be created within
|
|
11 this directory. They may give some information if anything went wrong.
|
|
12
|
63
|
13 Run them from within this directory, preferably NOT as root, but you
|
|
14 got to have write permission for this directory.
|