Re: [exim] How can I establish that DANE is working correctly?

2017-04-24 Thread Viktor Dukhovni
> On Apr 24, 2017, at 9:23 PM, Nicola Tiling wrote: > > > The log shows only „CV=dane“ for >> outgoing mails: > > <= n...@mydomain.de … P=esmtpsa X=TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256 > CV=no … from for mytestacco...@mailbox.org > … => mytestacco...@mailbox.org F= P= > R=dnslookup T=rem

Re: [exim] Exim as transparent Rewrite Gateway

2017-04-24 Thread Viktor Dukhovni
> On Apr 24, 2017, at 6:14 PM, Heiko Schlittermann via Exim-users > wrote: > > Dennis Weber (Sa 22 Apr 2017 23:01:26 CEST): >> Hi Community, >> >> I am currently working on a project for a transparent Rewrite Gateway which >> shall mask two independent Exchange Organizations behind a third d

[exim] How can I establish that DANE is working correctly?

2017-04-24 Thread Nicola Tiling
Hi I’ve configured DANE for one exim mailserver but only outgoing mails seem to use dane. 1) Configured DNSSEC on bind9 for the domain where also the MX is configured and register it at the registrar. Checked against "http://dnsviz.net/d/mydomain.de/dnssec/"; Everything, A,,NS,MX,SOA have

Re: [exim] Exim as transparent Rewrite Gateway

2017-04-24 Thread Heiko Schlittermann via Exim-users
Hi Dennis, Be warned: header rewriting may be like opening pandoras box, especially if the messages you massage are already DKIM signed. Dennis Weber (Sa 22 Apr 2017 23:01:26 CEST): > Hi Community, > > I am currently working on a project for a transparent Rewrite Gateway which > shall mask two

Re: [exim] BCC Filter not working

2017-04-24 Thread Heiko Schlittermann via Exim-users
Hi, Ajay Kajla via Exim-users (Mo 24 Apr 2017 13:30:58 CEST): > Hi, > > Yes, I am sending mail from aja...@example.com to cc: ajayka...@yahoo.com > and bcc: ajayka...@gmail.com after applying following filter. But both > mails are going through. > > ~~~ > if ("$h_from:" contains "aj

Re: [exim] BCC Filter not working

2017-04-24 Thread George L. Yermulnik
Hello! On Mon, 24 Apr 2017 at 17:00:58 (+0530), Ajay Kajla via Exim-users wrote: > Yes, I am sending mail from aja...@example.com to cc: ajayka...@yahoo.com > and bcc: ajayka...@gmail.com after applying following filter. But both > mails are going through. It doesn't mean there's a "Bcc" header.

Re: [exim] BCC Filter not working

2017-04-24 Thread Ajay Kajla via Exim-users
Hi, Yes, I am sending mail from aja...@example.com to cc: ajayka...@yahoo.com and bcc: ajayka...@gmail.com after applying following filter. But both mails are going through. ~~~ if ("$h_from:" contains "aja...@example.com" and $h_bcc:" contains "ajaykajla") then deliver "ale...@exampl

Re: [exim] BCC Filter not working

2017-04-24 Thread Richard Doyle via Exim-users
On 04/23/2017 09:53 PM, Ajay Kajla via Exim-users wrote: > Hi, > > I'm trying to setup following exim filter but it's not working, assuming > example.com is my domain and I want any outgoing mail from my server > containing some key-work in BCC should also get delivered to our monitoring > ID ale.

Re: [exim] BCC Filter not working

2017-04-24 Thread Jan Ingvoldstad via Exim-users
On Mon, Apr 24, 2017 at 6:53 AM, Ajay Kajla via Exim-users < exim-users@exim.org> wrote: > Hi, > > I'm trying to setup following exim filter but it's not working, assuming > example.com is my domain and I want any outgoing mail from my server > containing some key-work in BCC should also get deliv

Re: [exim] BCC Filter not working

2017-04-24 Thread Jeremy Harris
On 24/04/17 05:53, Ajay Kajla via Exim-users wrote: > Is there any problem in above filter? No Bcc: header exists? -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://

Re: [exim] BCC Filter not working

2017-04-24 Thread Graeme Fowler via Exim-users
On 24 Apr 2017, at 05:53, Ajay Kajla via Exim-users wrote: > #Test Filter 20/Apr/2017 > if ("$h_from:" contains "example.com" and $h_bcc:" contains "ajaykajla") > then > unseen deliver "ale...@example.com" > endif > ## This only works if there is a Bcc header. Many clients do not insert o

Re: [exim] BCC Filter not working

2017-04-24 Thread George L. Yermulnik
Hello! On Mon, 24 Apr 2017 at 10:23:45 (+0530), Ajay Kajla via Exim-users wrote: > I'm trying to setup following exim filter but it's not working, assuming > example.com is my domain and I want any outgoing mail from my server > containing some key-work in BCC should also get delivered to our mon

[exim] BCC Filter not working

2017-04-24 Thread Ajay Kajla via Exim-users
Hi, I'm trying to setup following exim filter but it's not working, assuming example.com is my domain and I want any outgoing mail from my server containing some key-work in BCC should also get delivered to our monitoring ID ale...@example.com. #Test Filter 20/Apr/2017 if ("$h_from:" contains