# 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 \
	 commandline_checks_require_admin \
         daemon_smtp_ports \
	 debug_store \
	 dns_cname_loops \
         envelope_to_remove \
	 exim_version \
         finduser_retries \
         gecos_name \
         headers_charset \
         ignore_bounce_errors_after \
         keep_malformed \
         local_from_check \
         max_username_length \
         never_users \
	 notifier_socket \
         percent_hack_domains \
         qualify_domain \
         retry_interval_max \ 
         receive_timeout \
         sender_unqualified_hosts \
	 smtp_backlog_monitor \
	 spool_wireformat \
         tcp_nodelay \
         trusted_users \ 
         unknown_login \
         warn_message_file \
         syslog_pid
****
