summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2010-07-04Fix malware regression for cmdline scanner introduced in PP/08.Phil Pennock
Notification from Dr Andrew Aitchison. (Also: make the PP/08 description more complete)
2010-06-14Clarify that the ACL framework is not invoked for -bmalware, so that usingPhil Pennock
ACL variables in av_scanner blindly will not work.
2010-06-12Add tcp_wrappers_daemon_name (closes: bug #278)John Jetmore
(I honestly have no memory of writing this patch...)
2010-06-09Minor doc updates:Phil Pennock
* -bmalware, note that not running as invoking user and emphasize that it's for debugging Exim, not for general scanning. * permit_codedump ? coRedump. * Anon SSL lacking cert has been confirmed, fix works, remove the "(I believe)" (which also might have been inferred to mean I did the diagnosis; I didn't, I just convinced myself that Martin's analysis was correct).
2010-06-07Both bool{} and bool_lax{} should ignore trailing whitespace.Phil Pennock
2010-06-07Added bool_lax{} expansion operator, which uses Router condition logic toPhil Pennock
determine whether or not a string is true. Switch the multiple-condition logic to use bool_lax{}. Add note where we combine multiple conditions regarding the memory leak.
2010-06-07Allow Routers to have multiple conditions, IF each one yields a strict bool.Phil Pennock
Fixes: #816
2010-06-06Build without WITH_CONTENT_SCAN.Phil Pennock
Broken by -bmalware option added while reworking ClamAV to new API. Path from Andreas Metzler (adjusted slightly).
2010-06-06No longer permit the exim user to be root. Fixes: #752Phil Pennock
2010-06-06Implement --version. Fixes: #973Phil Pennock
2010-06-06Light documentation dusting from patch provided by John Horne.Phil Pennock
Fixes: #922
2010-06-06Implement "control = debug" ACL control. Fixes: #937Phil Pennock
2010-06-05New expansion operator: reverse_ipPhil Pennock
2010-06-05Update OptionLists. (Claim for 4.72 because 4.73 not yet complete and don'tPhil Pennock
want to claim have *more* than we do, but okay to make a lesser claim). Typo fix in RFC reference in spec.xfpt.
2010-06-05ClamAV INSTREAM scanning by default, unless built with WITH_OLD_CLAMAV_STREAM.Phil Pennock
New command-line option, -bmalware (restricted to admin_user). Fixes: #926
2010-06-05Deal with anonymous SSL giving us no peer certificate.Phil Pennock
2010-06-05Handle SASL Initial Response.Phil Pennock
See discussion at: http://lists.exim.org/lurker/message/20090125.014515.3746c882.en.html and the code is "correct by inspection", for whatever that's worth.
2010-06-05Add permit_coredump pipe transport option. Fixes: #834Phil Pennock
2010-06-05Add an openssl_options main configuration option, to allow administrators toPhil Pennock
shoot themselves in each foot in turn. The default value is chosen to avoid a change in behaviour, but since it is disabling a security countermeasure, I'd like to change the default to be "no options". Fixes: #994
2010-06-03Added DISABLE_DKIM option to EDITME, leaving some breadcrumbs about it being ↵John Jetmore
turned on by default
2010-06-03Include check_rfc2047_length in configure.default to raise the visibilityPhil Pennock
because we're seeing more Russian administrators get bitten by this. Idealism says this option is set correctly by default. Pragmatism says not. There's a good argument for the idealism but if we see the problems escalate then the idealism will have lost and we should, IMO, switch.
2010-06-03Document Date/Message-Id/Resent-* as first 4.73 patch.Phil Pennock
2010-06-01My understanding of the new dnsdb txt lookup syntax was flawed.Phil Pennock
Fixed the description and the last example.
2010-06-01Provide a NewStuff description for 4.72.Phil Pennock
Don't blame Dan Rosenberg for the incomplete hack I applied to the MBX case.
2010-05-30Revert previous incorrect change to XSL files.Nigel Metheringham
2010-05-30Added changelog entry for MBX fixNigel Metheringham
2010-05-29Fix documentation version numbersNigel Metheringham
2010-05-29DKIM DNS TXT record bug fix. Fixes: #967Nigel Metheringham
2010-05-29Null initialise DKIM variable. Fixes: #986Nigel Metheringham
2010-05-29Added previously missed changelog entriesNigel Metheringham
2010-05-28Updates to make doc build on tahiniNigel Metheringham
2010-05-26Prevent hardlink attack on mbox sticky mail directory. fixes: bug #988Nigel Metheringham
2010-03-23JJ/03 installed exipick 20100323.0, fixing doc bug (debian 574778)John Jetmore
2010-03-05Added umask to procmail example Fixes: #671Nigel Metheringham
2010-03-05Fix for unknown responses from Dovecot authenticator. Fixes: #954Nigel Metheringham
2010-03-05Fix for unknown responses from Dovecot authenticator. Fixes: #954Nigel Metheringham
2010-03-05Documentation fix for max_rcpts. Fixes: #955Nigel Metheringham
2010-03-05Spacing change on Makefile directives (syntax fix). Fixes: #961Nigel Metheringham
2010-03-05Spacing change on Makefile directives (syntax fix). Fixes: #961Nigel Metheringham
2010-02-23Adding exipick 20100222.0, --input-dir and --finputJohn Jetmore
2010-01-04Reset environment for 4.72 developmentNigel Metheringham
2010-01-04Updating exipick from 20061117.2 to 20100104.1, adding ↵John Jetmore
$max_received_linelength, $data_path, and $header_path variables; fixing documentation bugs and typos
2009-11-23Ensure version numbers all updatedNigel Metheringham
2009-11-23Changelog corrections. Fixes: #920, #921Nigel Metheringham
2009-11-20Flag broken perl installation during build. Fixes: #915Nigel Metheringham
2009-11-20Enable DNSDB lookup by default. Fixes: #847Nigel Metheringham
2009-11-16Documentation for randint. Better randomness defaults. Fixes: #722Nigel Metheringham
2009-11-16Documentation fix for gnutls_* options. Fixes: #913Nigel Metheringham
2009-11-16NewStuff updates to add missing itemsNigel Metheringham
2009-11-14Changes to work towards a 4.71 releaseNigel Metheringham