summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0572
blob: 2866a23f16464e69d158395e65db2bc7ebfbdd67 (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
29
30
31
# -bP
#
# Ought to test a non-priv user, checking "hide", but
# the testsuite cannot do that...
#
munge optional_config
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
****
#
exim -n -bP config
****