log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
masqmail
annotate tests/hostname-stdin/test.conf.tpl @ 211:
0f36c0a46f82
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
replaced hmac_md5.c with an own implementation of RFC 2104 Until now the sample code of the RFC itself was used, but it lacked a license or copyright notice. See the comment in hmac_md5.c for details.
author
meillo@marmaro.de
date
Sun, 18 Jul 2010 22:20:36 +0200 (2010-07-18)
parents
0379789a847b
children
196dfb2a3056
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
64
0379789a847b
improved comments in test cases
meillo@marmaro.de
parents:
63
diff
changeset
+
−
1
# running as user is enough for testing purposes
0
08114f7dcc23
this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff
changeset
+
−
2
run_as_user=true
08114f7dcc23
this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff
changeset
+
−
3
08114f7dcc23
this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff
changeset
+
−
4
# set debug level (0 = no debugging, 5 = very much, 6 = too much)
08114f7dcc23
this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff
changeset
+
−
5
debug_level = 5
08114f7dcc23
this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff
changeset
+
−
6
64
0379789a847b
improved comments in test cases
meillo@marmaro.de
parents:
63
diff
changeset
+
−
7
# deliver at once
0
08114f7dcc23
this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff
changeset
+
−
8
do_queue = false
08114f7dcc23
this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff
changeset
+
−
9
64
0379789a847b
improved comments in test cases
meillo@marmaro.de
parents:
63
diff
changeset
+
−
10
#
46
3cb6f383f07e
fixed tests/local.sh
meillo@marmaro.de
parents:
0
diff
changeset
+
−
11
host_name="SMTP_HOST"
0
08114f7dcc23
this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff
changeset
+
−
12
64
0379789a847b
improved comments in test cases
meillo@marmaro.de
parents:
63
diff
changeset
+
−
13
# we want to deliver a message to `hostname`
63
49ca781e1503
reworked the test cases completely
meillo@marmaro.de
parents:
46
diff
changeset
+
−
14
local_hosts="SMTP_HOST"
0
08114f7dcc23
this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff
changeset
+
−
15
64
0379789a847b
improved comments in test cases
meillo@marmaro.de
parents:
63
diff
changeset
+
−
16
# spool into the current directory
46
3cb6f383f07e
fixed tests/local.sh
meillo@marmaro.de
parents:
0
diff
changeset
+
−
17
spool_dir="PWD"
0
08114f7dcc23
this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff
changeset
+
−
18
64
0379789a847b
improved comments in test cases
meillo@marmaro.de
parents:
63
diff
changeset
+
−
19
# deliver local mail into the current directory
46
3cb6f383f07e
fixed tests/local.sh
meillo@marmaro.de
parents:
0
diff
changeset
+
−
20
mail_dir="PWD"
0
08114f7dcc23
this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff
changeset
+
−
21
64
0379789a847b
improved comments in test cases
meillo@marmaro.de
parents:
63
diff
changeset
+
−
22
# log into the current directory
0
08114f7dcc23
this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff
changeset
+
−
23
use_syslog=false
64
0379789a847b
improved comments in test cases
meillo@marmaro.de
parents:
63
diff
changeset
+
−
24
log_dir="PWD"
0
08114f7dcc23
this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff
changeset
+
−
25
64
0379789a847b
improved comments in test cases
meillo@marmaro.de
parents:
63
diff
changeset
+
−
26
# relative names to the warn/failure template files
0379789a847b
improved comments in test cases
meillo@marmaro.de
parents:
63
diff
changeset
+
−
27
errmsg_file="PWD/../../tpl/failmsg.tpl"
0379789a847b
improved comments in test cases
meillo@marmaro.de
parents:
63
diff
changeset
+
−
28
warnmsg_file="PWD/../../tpl/warnmsg.tpl"