X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/57233af5f91cdca9a0232a71fab2d12a538cb1a6..7eb59ff94f571a06e5dab25e417979095d569495:/test/README diff --git a/test/README b/test/README index c64b02206..80c35117b 100644 --- a/test/README +++ b/test/README @@ -91,9 +91,10 @@ In order to run this test suite, the following requirements must be met: (5) Exim must be built with its user and group specified at build time, and with certain minimum facilities, namely: - Routers: accept, dnslookup, manualroute, redirect - Transports: appendfile, autoreply, pipe, smtp - Lookups: lsearch + Routers: accept, dnslookup, manualroute, redirect + Transports: appendfile, autoreply, pipe, smtp + Lookups: lsearch + Authenticators: plaintext Most Exim binaries will have these included. @@ -457,6 +458,9 @@ OTHER ISSUES be on by default and you'll see this problem, so make sure your umask is 022 and re-checkout the test/ subdirectory. +. Some tests will fail if the username and group name are different. It does + not have to be the primary group, a secondary group is sufficient. + OTHER SCRIPTS AND PROGRAMS -------------------------- @@ -673,7 +677,7 @@ only when DBM support is available in Exim, and typically follows the use of a "write" command (see below) that creates the input file. - dumpdb + dump This command runs the exim_dumpdb utility on the testing spool directory, using the database name given, for example: "dumpdb retry". @@ -727,7 +731,7 @@ to the screen. munge This command requests custom munging of the test outputs. The munge names -used are coded in the runtest script. +used are coded in the runtest script (look for 'name of munge'). need_ipv4 @@ -832,7 +836,7 @@ This command runs the auxiliary "client" program that simulates an SMTP client. It is controlled by a script read from its standard input, details of which are given below. There are two options. One is -t, which must be followed directly by a number, to specify the command timeout in seconds (e.g. -t5). The default -timeout is 1 second. The other option is -tls-on-connect, which causes the +timeout is 5 seconds. The other option is -tls-on-connect, which causes the client to try to start up a TLS session as soon as it has connected, without using the STARTTLS command. The client program connects to the given IP address and port, using the specified interface, if one is given.