Mercurial > masqmail
comparison tests/relay-to-hostname-mta/README @ 63:49ca781e1503
reworked the test cases completely
they are split into four independent tests now
and each one is tested to work with the current version
author | meillo@marmaro.de |
---|---|
date | Sun, 30 May 2010 16:05:49 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
62:610cd4e09b91 | 63:49ca781e1503 |
---|---|
1 relay-to-localhost-mta | |
2 ---------------------- | |
3 | |
4 Send three mails, using different options, to stdin of masqmail, which | |
5 relays it per STMP to a local MTA listening at localhost:25. | |
6 | |
7 So use it only if you have an MTA running on your box (sendmail, | |
8 exim, qmail or whatever, or masqmail when you have it already | |
9 installed). | |
10 | |
11 If it works, you should get three mails. | |
12 Two log files, masqmail.log and debug.log will also be created within | |
13 this directory. They may give some information if anything went wrong. | |
14 | |
15 The scripts assume that your login name corresponds to your mailbox | |
16 (quite probable) and that your MTA listens on port 25 with the | |
17 interface which corresponds to the hostname as returned by the shell | |
18 command "hostname" (without quotes...), also very probable. | |
19 | |
20 If the log files reveal that your MTA is not willing to relay, you may | |
21 have to qualify the hostname. You might want to do this in a way | |
22 similar to: | |
23 | |
24 sed 's/RECV_HOST/foo.example.org/' test.tpl >test |