Mercurial > masqmail
view tests/relay-to-hostname-mta/README @ 259:f4117fd5a163
made default mode sensible
Until now in case no mode was specified, a message would have been read
from stdin but then it would fail because no recipients had been given
on the cmd line. (This had been useful only if -t was given.) Now in
case of no mode being specified neither address arguments or -t is given
then the version message is printed, otherwise mode accept is entered
(as until yet).
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Thu, 02 Dec 2010 16:22:55 -0300 |
parents | 49ca781e1503 |
children |
line wrap: on
line source
relay-to-localhost-mta ---------------------- Send three mails, using different options, to stdin of masqmail, which relays it per STMP to a local MTA listening at localhost:25. So use it only if you have an MTA running on your box (sendmail, exim, qmail or whatever, or masqmail when you have it already installed). If it works, you should get three mails. Two log files, masqmail.log and debug.log will also be created within this directory. They may give some information if anything went wrong. The scripts assume that your login name corresponds to your mailbox (quite probable) and that your MTA listens on port 25 with the interface which corresponds to the hostname as returned by the shell command "hostname" (without quotes...), also very probable. If the log files reveal that your MTA is not willing to relay, you may have to qualify the hostname. You might want to do this in a way similar to: sed 's/RECV_HOST/foo.example.org/' test.tpl >test