Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

Exim development Recent threads

Threads Replies First post Last post
Bug 1254] New: cyrus SASL auth broken in 4.80RCx
By: Wolfgang Breyha
------- You are receiving this mail because: ------- You are on the CC list for the bug. http://bugs.exim.org/show_bug.cgi?id=1254 Summary: cyrus SASL auth broken in 4.80RCx Product: Exim Version: 4.80 RC …
5 May 24 2012
16:07
May 25 2012
05:57
Re: Fwd: [mailop] Google - multiple domain deliveries - new behaviour ?
By: Exim-dev
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)This is an OpenPGP/MIME signed message (RFC 2440 and 3156)I'd say that Googles behaviour in this instance is stupid and somebody influential should get them to fix it at their end. Exim…
0 May 25 2012
05:01
May 25 2012
05:01
Re: Refactor optional MAIL args processing
By: Todd Lyons
On Fri, Mar 23, 2012 at 8:59 AM, Todd Lyons <tlyo### @ivenue.com> wrote: >>> Quoting Jeremy Harris: >>> I'd like a code refactor from the if/elseif chain into a table-driven >>> approach, using a static data table of…
7 Mar 29 2012
14:12
May 24 2012
17:08
Fwd: [mailop] Google - multiple domain deliveries - new behaviour ?
By: Todd Lyons
We might need to add a knob to the smtp transport that says to not group different domains per recipient MX. The question is whether we think this is enough of an issue to add this or if the existing queue management compensates for Google's local…
0 May 24 2012
16:19
May 24 2012
16:19
Re: [Bug 1253] New: Messages rejected with 421 are delivered
By: Jeremy Harris
On 24/05/2012 11:06, Alex Frolkin wrote: > 1. Start Exim. > 2. While Exim is running, chown mainlog and rejectlog to, say, root, so that > Exim can't write to them. > 3. Try to deliver a mail from a remote machine via the local Exim,…
0 May 24 2012
08:28
May 24 2012
08:28
Exim 4.80 RC5 uploaded
By: Phil Pennock
I have uploaded Exim 4.80 RC5 to: ftp://ftp.exim.org/pub/exim/exim4/test/ There is an attempt to resolve the compiler issues on some versions of Linux, a fix for OpenBSD's resolver library not having an expected typedef, and fixes to work…
4 May 24 2012
00:39
May 24 2012
04:18
LLONG_MAX etc.
By: Phil Pennock
So LLONG_MAX and friends are C99 additions and it's reasonable for a system to conceal them until told it is in C99 mode. Note that in exim.h we already handle some __ namespace bending for limits.h, centrally rather than in an OS/ file: …
1 May 23 2012
22:23
May 23 2012
22:40
Exim 4.80 RC4 uploaded
By: Phil Pennock
I have uploaded Exim 4.80 RC4 to: ftp://ftp.exim.org/pub/exim/exim4/test/ There was no RC3; there are some changes since RC2 worthy of note. There is a new option "tls_dh_max_bits" which affects TLS; with OpenSSL, it may cause a…
20 May 21 2012
00:06
May 23 2012
16:58
Bug 1252] New: Add a "no_more" rule to DKIM ACL processing
By: Mike Tubby
------- You are receiving this mail because: ------- You are on the CC list for the bug. http://bugs.exim.org/show_bug.cgi?id=1252 Summary: Add a "no_more" rule to DKIM ACL processing Product: Exim Version: 4.80 …
3 May 23 2012
03:50
May 23 2012
09:43
CentOS 5's old openssl and TLS support
By: Todd Lyons
The addition of a new TLS capability (SNI) seems to have left CentOS 5.x out in the cold. C5x comes with (by now a heavily patched) openssl 0.9.8e, which does not support SNI. Quoting from…
5 May 20 2012
10:03
May 22 2012
09:27
Re: 4.80 RC2 TLS interop between GnuTLS and NSS
By: Janne Snabb
On 2012-05-20 16:24, Phil Pennock wrote: > I find it interesting that ssltap does show the length=4 packet but > *not* the length=9 packet which GnuTLS claims it was sent. Look at the log closer: 4011 GnuTLS<4>: REC[0x1213b00]:…
5 May 20 2012
05:17
May 21 2012
12:40
Strange gnutls-params-* file format
By: Janne Snabb
This is a very minor one :). I looked at the gnutls-params-* files generated by Exim+GnuTLS and they look a bit strange at the end: # od -a gnutls-params-2048 0000000 - - - - - B E G I N sp D H sp P A 0000020 R A…
1 May 21 2012
03:31
May 21 2012
05:00
DCC header corruption
By: Northfield Stuart
(Second attempt at submitting this as first message seems to have disappeared down a black hole.) I have recently been experiencing corruption and/or truncation of the DCC header being logged and added to my messages using the built-in exim dcc…
9 May 18 2012
05:54
May 21 2012
04:42
GnuTLS status
By: Phil Pennock
The GnuTLS revamp is 3/4+ done, I need sleep now though. I've fixed a number of bugs, unhandled error cases, etc. The SNI support is ~there. I'm removing support for gnutls_require_kx, gnutls_require_mac and gnutls_require_protocols, plus I'm…
11 May 15 2012
10:09
May 21 2012
04:39
Exim 4.80 RC4 uploaded
By: Phil Pennock
I have uploaded Exim 4.80 RC4 to: ftp://ftp.exim.org/pub/exim/exim4/test/ There was no RC3; there are some changes since RC2 worthy of note. There is a new option "tls_dh_max_bits" which affects TLS; with OpenSSL, it may cause a "tls_dhparams"…
0 May 20 2012
23:56
May 20 2012
23:56
New backwards-compat items
By: Phil Pennock
Adding backwards-compat items: * OpenSSL loading of tls_dhparams constrained by new option tls_dh_max_bits * Are validating tls_require_ciphers at start-up; note that not only does this affect invalid strings, but also broken binaries…
0 May 20 2012
19:34
May 20 2012
19:34
Merge commit message
By: Todd Lyons
I just pushed a small commit with some additions to the test/README and an additional check when the test/runtest script is starting up. I did the work on a local topic branch and then merged that with master and pushed. I see that nobody else has…
2 May 20 2012
10:33
May 20 2012
18:26
4.80 RC2 / GnuTLS 2.12.19: tls_require_ciphers (server side) ignored
By: Andreas Metzler
Hello, tls_require_ciphers seems to be ignored on the server side: argenau:/tmp/EXIM4# exim4 -bP tls_require_ciphers tls_require_ciphers = EXPORT:-VERS-TLS1.2 argenau:/tmp/EXIM4# exim4 -bd -d+all-memory -v Library version: GnuTLS: Compile:…
1 May 20 2012
06:56
May 20 2012
18:18
Exim 4.80 RC1 uploaded
By: Phil Pennock
I have uploaded Exim 4.80 RC1 to: ftp://ftp.exim.org/pub/exim/exim4/test/ This release contains a number of backwards-incompatible changes, for both OpenSSL and GnuTLS, in the name of security (about the only reason we normally accept for being…
40 May 17 2012
23:01
May 20 2012
18:16
ADMIN] http://news.gmane.org/gmane.mail.exim.devel/ has stopped updating
By: Andreas Metzler
Hello, gmane's exim-dev archive has stopped updating. Could some list admin check wether the problem is on tahini's side (disabled delivery) or on gmanes's side? thanks, cu andreas
2 May 20 2012
04:25
May 20 2012
06:02