From b098f5dc6a447df808ed755a1d6123f9ce7896dc Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Mon, 21 Jan 2013 13:10:21 +0100 Subject: Added an outline of a test milter. --- test/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/README (limited to 'test/README') diff --git a/test/README b/test/README new file mode 100644 index 0000000..466b30a --- /dev/null +++ b/test/README @@ -0,0 +1,5 @@ +This test milter can be used to test the Ada Milter API. + +To ensure that the test milter won't affect the delivery of regular email, it will only process messages from SMTP clients on the local host, and only those where the string "Ada_Milter_API_test_milter" occurs somewhere in a recipient address. "Ada_Milter_API_test_milter" may for example be the name of an email account, or a part of the account name, or it may be included as an address extension, as in "account+Ada_Milter_API_test_milter@domain.example", if the MTA supports address extensions. + +The test milter creates a Unix domain socket named /var/spool/test_milter/milter_socket. The directory /var/spool/test_milter must already exist, with write permission for the test milter and search permission for the MTA. The directory may be a symbolic link if the socket needs to be in some other directory. -- cgit v1.2.3