summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0001
blob: 78682571d154b5a72964a6e51dc0c652fc0a8a5b (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
# Basic configuration setting

# Check that Exim can handle settings of all the configuration options that
# are not dependent on optional features in the binary. This catches out error
# in putting new options in the wrong order. Well, sometimes it does. We get
# it to print out a sample set of configuration variables.

exim -bP accept_8bitmime \
         bounce_message_file \
         callout_domain_negative_expire \
         daemon_smtp_ports \
         envelope_to_remove \
         finduser_retries \
         gecos_name \
         headers_charset \
         ignore_bounce_errors_after \
         keep_malformed \
         local_from_check \
         max_username_length \
         never_users \
         percent_hack_domains \
         qualify_domain \
         retry_interval_max \ 
         receive_timeout \
         sender_unqualified_hosts \
         tcp_nodelay \
         trusted_users \ 
         unknown_login \
         warn_message_file \
         syslog_pid
****