Testsuite: fix munge for mailq
[exim.git] / test / scripts / 0000-Basic / 0001
1 # Basic configuration setting
2
3 # Check that Exim can handle settings of all the configuration options that
4 # are not dependent on optional features in the binary. This catches out error
5 # in putting new options in the wrong order. Well, sometimes it does. We get
6 # it to print out a sample set of configuration variables.
7
8 exim -bP accept_8bitmime \
9          bounce_message_file \
10          callout_domain_negative_expire \
11          commandline_checks_require_admin \
12          daemon_smtp_ports \
13          debug_store \
14          dns_cname_loops \
15          envelope_to_remove \
16          exim_version \
17          finduser_retries \
18          gecos_name \
19          headers_charset \
20          ignore_bounce_errors_after \
21          keep_malformed \
22          local_from_check \
23          max_username_length \
24          never_users \
25          notifier_socket \
26          percent_hack_domains \
27          qualify_domain \
28          retry_interval_max \ 
29          receive_timeout \
30          sender_unqualified_hosts \
31          smtp_backlog_monitor \
32          spool_wireformat \
33          tcp_nodelay \
34          trusted_users \ 
35          unknown_login \
36          warn_message_file \
37          syslog_pid
38 ****