~ubuntu-branches/ubuntu/oneiric/exim4/oneiric

« back to all changes in this revision

Viewing changes to doc/OptionLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2010-12-28 22:20:17 UTC
  • mfrom: (2.3.4 experimental)
  • Revision ID: james.westby@ubuntu.com-20101228222017-r6vg4eqlqy2fk4ul
Tags: 4.73~rc1-1ubuntu1
* Merge from debian unstable.  Remaining changes: (LP: #697934)
  - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
    + Improve handling of broken messages when "exim4 -bp" (mailq)
      reports lines without size info.
  - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
    we want postfix to be the default.
  - debian/{control,rules}: Add and enable hardened build for PIE.
    (Closes: #542726)
* Drop B-D on libmysqlclient15-dev, resolved in Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
$Cambridge: exim/exim-doc/doc-txt/OptionLists.txt,v 1.35 2007/08/29 13:37:28 ph10 Exp $
 
1
$Cambridge: exim/doc/doc-txt/OptionLists.txt,v 1.38 2010/06/12 15:21:25 jetmore Exp $
2
2
 
3
3
LISTS OF EXIM OPTIONS
4
4
---------------------
11
11
  4. Those that can appear in the build time configuration for the Exim monitor
12
12
     (Local/eximon.conf).
13
13
 
14
 
This file was last updated for Exim release 4.67.
 
14
This file was last updated for Exim release 4.72.
15
15
 
16
16
 
17
17
1. RUN TIME OPTIONS
159
159
deliver_queue_load_max               fixed-point     unset         main              1.70
160
160
delivery_date_add                    boolean         false         transports
161
161
delivery_date_remove                 boolean         true          main
 
162
dkim_canon                           string*         unset         smtp              4.70
 
163
dkim_domain                          string list*    unset         smtp              4.72
 
164
dkim_private_key                     string*         unset         smtp              4.70
 
165
dkim_selector                        string*         unset         smtp              4.70
 
166
dkim_sign_headers                    string*         (RFC4871)     smtp              4.70
 
167
dkim_strict                          string*         unset         smtp              4.70
 
168
dkim_verify_signers                  string*         $dkim_signers main              4.70
162
169
directory                            string*         unset         appendfile
163
170
directory_file                       string*         +             appendfile
164
171
directory_mode                       octal-integer   0700          appendfile
233
240
gecos_name                           string*         unset         main
234
241
gecos_pattern                        string          unset         main
235
242
gethostbyname                        boolean         false         smtp
 
243
gnutls_compat_mode                   boolean         unset         main              4.70
236
244
gnutls_require_kx                    string*         unset         main              4.67
237
245
                                     string*         unset         smtp              4.67
238
246
gnutls_require_mac                   string*         unset         main              4.67
365
373
once_file_size                       integer         0             autoreply         3.20
366
374
once_repeat                          time            0s            autoreply         2.95
367
375
one_time                             boolean         false         redirect          4.00
 
376
openssl_options                      string "+dont_insert_empty_fragments" main      4.73
368
377
optional                             boolean         false         iplookup          4.00
369
378
oracle_servers                       string          unset         main              4.00
370
379
owners                               string list     unset         redirect          4.00
375
384
percent_hack_domains                 domain list     unset         main
376
385
perl_at_start                        boolean         false         main              2.10
377
386
perl_startup                         string          unset         main              2.10
 
387
permit_coredump                      boolean         false         pipe              4.73
378
388
pgsql_servers                        string list     unset         main              3.14
379
389
pid_file_path                        string          ++            main
380
390
pipe_as_creator                      boolean         false         pipe
495
505
smtp_reserve_hosts                   host list       unset         main
496
506
smtp_return_error_details            boolean         false         main              4.11
497
507
socket                               string*         unset         lmtp              4.11
498
 
spamd_address                        string          +             main              4.50 with content scan
 
508
spamd_address                        string*         +             main              4.50 with content scan
499
509
split_spool_directory                boolean         false         main              1.70
500
510
spool_directory                      string          ++            main
501
511
sqlite_lock_timeout                  time            5s            main              4.53
519
529
system_filter_user                   string          unset         main              4.00 replacing message_filter
520
530
tcp_nodelay                          boolean         true          main              4.23
521
531
                                                     true          smtp              4.23
 
532
tcp_wrappers_daemon_name             string*         ++            main              4.73
522
533
temp_errors                          string list     +             pipe              1.95
523
534
text                                 string*         unset         autoreply
524
535
timeout                              time            5m            lmtp              3.20
590
601
 
591
602
--               Terminate options
592
603
--help           Give a little help (not a lot)
 
604
--version        Give version information (alias for -bV)
593
605
-B             * Ignored
594
606
-bd            + Start daemon
595
607
-bdf           + Start daemon and run it in the foreground
605
617
-bhc             Test incoming SMTP call, with callouts
606
618
-bi            * Run <command>bi_command</command>
607
619
-bm              Accept message on standard input
 
620
-bmalware      + Invoke configured malware scanning against supplied filename
608
621
-bnq             Don't qualify addresses in locally submitted messages
609
622
-bP              Show configuration option settings
610
623
-bp            + List the queue
652
665
-Mset          + Load message's variables when testing with -be
653
666
-Mt            + Thaw message(s)
654
667
-Mvb           + View message body
 
668
-Mvc           + View entire message in RFC 2822 format
655
669
-Mvh           + View message header
656
670
-Mvl           + View message log
657
671
-m             * Ignored
792
806
DEFAULT_CRYPT                optional     default crypt() function
793
807
DELIVER_IN_BUFFER_SIZE       optional*
794
808
DELIVER_OUT_BUFFER_SIZE      optional*
 
809
DISABLE_DKIM                 optional     disables DKIM support
795
810
DISABLE_D_OPTION             optional     disables -D option
796
811
ERRNO_QUOTA                  optional*    error code for system quota failures
797
812
EXICYCLOG_MAX                optional     number of old log files to keep
895
910
SYSLOG_LOG_PID               optional     add pid to syslog lines
896
911
SYSLOG_LONG_LINES            optional     do not split long syslog lines
897
912
SYSTEM_ALIASES_FILE          optional     defaults to /etc/aliases
 
913
TCP_WRAPPERS_DAEMON_NAME     system*      daemon name used by tcpwrappers libraru
898
914
TIMEZONE_DEFAULT             optional     default for timezone option
899
915
TLS_INCLUDE                  optional     path to include files for TLS
900
916
TLS_LIBS                     optional     additional libraries for TLS
909
925
USE_READLINE                 optional     try to load libreadline for -be
910
926
USE_TCP_WRAPPERS             system       link with tcpwrappers
911
927
USE_TDB                      optional     use the tdb DB interface
 
928
WITH_OLD_CLAMAV_STREAM       optional*    use ClamAV API from before ClamAV 0.95
912
929
X11                          system**     X11 base directory
913
930
X11_LD_LIB                   system**     X11 link library
914
931
XINCLUDE                     system**     X11 include directory