Mercurial > masqmail
view tests/localhost-stdin/README @ 299:ca2d11aec2a3
fixed compile error; removed PROT_BSMTP; made protocol names ucase
Dont know what PROT_BSMTP had been for. It's not used.
RFC 5321 requires the protocol to be:
Protocol = "ESMTP" / "SMTP" / Attdl-Protocol
We now use upper case too, although it might not matter much.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Thu, 09 Dec 2010 13:53:48 -0300 |
parents | 49ca781e1503 |
children |
line wrap: on
line source
localhost-stdin --------------- Three mails are sent, using different options, to <you@localhost>. local.sh sends mail accepted from stdin and sends them to a fake local mailbox, using your login name. If it works, there should be a file named with your login name with the mails. You can look at it with cat or less, or with an ordinary mail program. Two log files, masqmail.log and debug.log will also be created within this directory. They may give some information if anything went wrong. Run them from within this directory, preferably NOT as root, but you got to have write permission for this directory.