Re: [exim] Calling a PERL script

2017-06-08 Thread Richard James Salts via Exim-users
On 09/06/17 01:29, Jerry Stuckle wrote: Probably not rejections, but possibly slowness (e.g. https://serverfault.com/ questions/350023/tc-ingress-policing-and-ifb-mirroring to limit the rate they can send to 300 bit/s or something). One can only hope :) Jerry No, I don't believe it was slowne

Re: [exim] Logfile format corruption

2017-06-08 Thread Heiko Schlittermann via Exim-users
Heiko Schlittermann via Exim-users (Mi 07 Jun 2017 21:47:28 CEST): > Hi Klaus, I found it and will prepare a patch later. Best regards from Dresden/Germany Viele Grüße aus Dresden Heiko Schlittermann -- SCHLITTERMANN.de internet & unix support - Heik

Re: [exim] LDAP queries against AD, and LDAP error 8: Strong(er) authentication required

2017-06-08 Thread Marco Gaiarin
> I'm doing something wrong or really it is needed to disable stronger auth? > When connecting exim write: > LDAP_OPT_X_TLS_TRY set due to ldap:// URI > so seems that at least try to connect with tls... Googling against LDAP_OPT_X_TLS_TRY lead me to solution. It sufficies to force TLS on

Re: [exim] headers_add produces duplicate header

2017-06-08 Thread Jasen Betts
On 2017-06-08, Yves Goergen wrote: > Oops, I forgot to mention another thing. That's already in place. Here's > more of my config around the headers_add block: > >> headers_remove = X-Virus*:X-Virus-Scanned:X-Spam-DCC:X-SpamChecker-Version:\ >> X-Spam-Status:X-Spam-RBL:X-Spam-Eval\ >> $

Re: [exim] Calling a PERL script

2017-06-08 Thread Jerry Stuckle
On 6/8/2017 10:54 AM, Richard James Salts via Exim-users wrote: > On Thursday, 8 June 2017 9:21:21 AM AEST Jerry Stuckle wrote: >> On 6/8/2017 4:54 AM, Graeme Fowler via Exim-users wrote: >>> On 7 Jun 2017, at 22:12, Jerry Stuckle > wrote: Yes, I understand tha

Re: [exim] headers_add produces duplicate header

2017-06-08 Thread Yves Goergen
Oops, I forgot to mention another thing. That's already in place. Here's more of my config around the headers_add block: headers_remove = X-Virus*:X-Virus-Scanned:X-Spam-DCC:X-SpamChecker-Version:\ X-Spam-Status:X-Spam-RBL:X-Spam-Eval\ ${if !eq {$acl_VAR_SUBJECT}{} {::Subject}{}

Re: [exim] Calling a PERL script

2017-06-08 Thread Richard James Salts via Exim-users
On Thursday, 8 June 2017 9:21:21 AM AEST Jerry Stuckle wrote: > On 6/8/2017 4:54 AM, Graeme Fowler via Exim-users wrote: > > On 7 Jun 2017, at 22:12, Jerry Stuckle mailto:je...@smartechhomes.com>> wrote: > >> Yes, I understand that. But there isn't much I can do if the registrar > >> doesn't suppo

Re: [exim] Calling a PERL script

2017-06-08 Thread Jerry Stuckle
On 6/8/2017 4:54 AM, Graeme Fowler via Exim-users wrote: > On 7 Jun 2017, at 22:12, Jerry Stuckle > wrote: >> Yes, I understand that. But there isn't much I can do if the registrar >> doesn't support the create date. That's why it returns -1 if the create >> date

Re: [exim] LDAP queries against AD, and LDAP error 8: Strong(er) authentication required

2017-06-08 Thread Patrick von der Hagen
Usually, exim+ldap+ssl/tls+simplebind works out of the box, it's really very simple. If I were you, I would start by getting ldapsearch working from your mailserver. Once your figured out how to use ldapsearch, it should be easy to transfer the required options to exim, since both are likely to us

Re: [exim] Calling a PERL script

2017-06-08 Thread Graeme Fowler via Exim-users
On 7 Jun 2017, at 22:12, Jerry Stuckle mailto:je...@smartechhomes.com>> wrote: > Yes, I understand that. But there isn't much I can do if the registrar > doesn't support the create date. That's why it returns -1 if the create > date cannot be found and the test is for 0 <= days <= 7. Aren't you