masqmail-0.2

diff tests/localhost-stdin/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 tests/README@08114f7dcc23
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tests/localhost-stdin/README	Sun May 30 16:05:49 2010 +0200
     1.3 @@ -0,0 +1,14 @@
     1.4 +localhost-stdin
     1.5 +---------------
     1.6 +
     1.7 +Three mails are sent, using different options, to <you@localhost>.
     1.8 +local.sh sends mail accepted from stdin and sends them to a fake local
     1.9 +mailbox, using your login name. If it works, there should be a file
    1.10 +named with your login name with the mails. You can look at it with cat
    1.11 +or less, or with an ordinary mail program.
    1.12 +
    1.13 +Two log files, masqmail.log and debug.log will also be created within
    1.14 +this directory. They may give some information if anything went wrong.
    1.15 +
    1.16 +Run them from within this directory, preferably NOT as root, but you
    1.17 +got to have write permission for this directory.