summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0572
blob: 05ba658f7e9f373d4ab25c5b142016a262e76c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# -bP
#
# Ought to test a non-priv user, checking "hide", but
# the testsuite cannot do that...
#
munge optional_nossl
exim -bP spool_directory
****
perl -e 'print "\n";'
****
#
exim -bP host_lookup_order
****
perl -e 'print "\n";'
****
#
exim -bP +local_domains
****
perl -e 'print "\n";'
****
#
exim -bP transport my_smtp
****
perl -e 'print "\n";'
****
#
exim -bP config
****