Re: [exim] How to block the mails which contain .exe inside a zip file

2014-01-15 Thread Ralf Cirksena
Hello Anant, On Mon, Jan 13, 2014 at 10:22:01PM +0530 you wrote: I am new to exim. I want to block all the mails containing .exe(attachment) So for that i used that in my exim file acl_check_mime: # File extension filtering. deny message = Blacklisted file extension detected

[exim] Diffie-Hellman?

2014-01-15 Thread Oliver Howe
I've recently started seeing these error messages when sending to yahoo 2014-01-15 10:49:55 1W3O2j-0002iY-Mv TLS error on connection to mta5.am0.yahoodns.net [98.138.112.34] (gnutls_handshake): The Diffie-Hellman prime sent by the server is not acceptable (not long enough) 2014-01-15 10:49:55

[exim] Logging the entire message from $spam_report

2014-01-15 Thread soumya tr
Hi, I am trying to get the spam reports in logs. But the entire message is not shown, only starting line is shown. The acl condition used is: warn condition = ${if = {$message_size}{200K}{${if forall{, $recipients}{match_domain{${domain:$item}}{+local_domains}}{0}{1}}}{0}}

Re: [exim] Logging the entire message from $spam_report

2014-01-15 Thread Marius Stan
On 15.01.2014 14:40, soumya tr wrote: Hi, I am trying to get the spam reports in logs. But the entire message is not shown, only starting line is shown. The acl condition used is: warn condition = ${if = {$message_size}{200K}{${if forall{,

Re: [exim] Diffie-Hellman?

2014-01-15 Thread Todd Lyons
On Wed, Jan 15, 2014 at 3:02 AM, Oliver Howe ojh...@gmail.com wrote: I've recently started seeing these error messages when sending to yahoo 2014-01-15 10:49:55 1W3O2j-0002iY-Mv TLS error on connection to mta5.am0.yahoodns.net [98.138.112.34] (gnutls_handshake): The Diffie-Hellman prime sent

Re: [exim] Diffie-Hellman?

2014-01-15 Thread Andreas Metzler
Todd Lyons tly...@ivenue.com wrote: [...] There is a line in src/ssl-gnu.c: #define EXIM_CLIENT_DH_MIN_BITS 1024 Apparently some (all?) servers at yahoo are using gnutls with a lower setting. You might be able to override this and rebuild exim (though that's not advised, you'll create

Re: [exim] Diffie-Hellman?

2014-01-15 Thread Viktor Dukhovni
On Wed, Jan 15, 2014 at 05:55:26AM -0800, Todd Lyons wrote: There is a line in src/ssl-gnu.c: #define EXIM_CLIENT_DH_MIN_BITS 1024 Apparently some (all?) servers at yahoo are using gnutls with a lower setting. You might be able to override this and rebuild exim (though that's not

Re: [exim] Diffie-Hellman?

2014-01-15 Thread Todd Lyons
(Not) funny. I was wrong on BOTH counts. It is a runtime configuration and it is the user's problem. I guess I have been fortunate enough to have only ever used OpenSSL because it has always just worked without need for tweaking. ...Todd On Wed, Jan 15, 2014 at 12:18 PM, Viktor Dukhovni

Re: [exim] Diffie-Hellman?

2014-01-15 Thread Viktor Dukhovni
On Wed, Jan 15, 2014 at 01:07:09PM -0800, Todd Lyons wrote: (Not) funny. I was wrong on BOTH counts. It is a runtime configuration and it is the user's problem. I guess I have been fortunate enough to have only ever used OpenSSL because it has always just worked without need for tweaking.