Martin Nicholas | 1 Jun 2009 18:58
Picon
Favicon

[Bug 376] Support for DKIM

------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=376

--- Comment #14 from Martin Nicholas <reply-2009 <at> mgn.org.uk>  2009-06-01 17:58:07 ---
I note that the Yahoo FBL (Feedback Loop) now requires DKIM/Domain Keys, so the
need for an implementation becomes ever more pressing.

Cheers!

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at
http://www.exim.org/ ##

Martin Nicholas | 1 Jun 2009 12:51
Picon
Favicon

[Bug 838] Could perl be used for routers and ACLs.

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=838

--- Comment #4 from Martin Nicholas <reply-2009 <at> mgn.org.uk>  2009-06-01 11:51:20 ---
Not explaining myself too well here (not unusual that).

I'm on about (optionally) removing the ACL and router 'languages' alltogether,
replacing each ACL with a perl sub and the router list with a perl sub too.

If this could be complied on startup, in an Apache mod_perl type way, then it
would be pretty quick too!

Probably something for Exim 5/6/7..?

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at
http://www.exim.org/ ##

Peter Gervai | 2 Jun 2009 09:44
Picon
Gravatar

[Bug 851] New: Syntax error in example for 'personal'

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=851
           Summary: Syntax error in example for 'personal'
           Product: Exim
           Version: N/A
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: bug
          Priority: high
         Component: Documentation
        AssignedTo: nigel <at> exim.org
        ReportedBy: grin <at> grin.hu
                CC: exim-dev <at> exim.org

http://www.exim.org/exim-html-current/doc/html/filter.html section 3.29, the
example is missing a colon:

"${if def h_auto-submitted:{present}{absent}}" is "absent" or

should be written as
"${if def:h_auto-submitted:{present}{absent}}" is "absent" or

(found since I needed a personal test without checking $local_part <at> $domain
clause... ;-))

--

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email
(Continue reading)

Mike Cardwell | 1 Jun 2009 10:52

[Bug 838] Could perl be used for routers and ACLs.

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=838

Mike Cardwell <exim-users <at> lists.grepular.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |exim-
                   |                            |users <at> lists.grepular.com

--- Comment #3 from Mike Cardwell <exim-users <at> lists.grepular.com>  2009-06-01 09:52:03 ---
It's been a while since I touched the embedded perl stuff in Exim, but couldn't
you do something along the lines of:

acl_smtp_rcpt = ${perl{acl_smtp_rcpt}}

And then the perl subroutine acl_smtp_rcpt would return something like "accept"
or "deny" etc?

-- 
Mike Cardwell
IT Consultant .. http://cardwellit.com/

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at
(Continue reading)

Peter Bowyer | 2 Jun 2009 10:08
Gravatar

[Bug 376] Support for DKIM

------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=376

Peter Bowyer <peter <at> bowyer.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |peter <at> bowyer.org

--- Comment #15 from Peter Bowyer <peter <at> bowyer.org>  2009-06-02 09:08:50 ---
(In reply to comment #14)
> I note that the Yahoo FBL (Feedback Loop) now requires DKIM/Domain Keys, so the
> need for an implementation becomes ever more pressing.
> Cheers!

Please define 'DKIM/Domain Keys' - they are different (although related)
things. Exim's support for Domain Keys works fine and has done for a long time.
It's DKIM support that's being worked on.

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at
http://www.exim.org/ ##

Arkadiusz Miskiewicz | 3 Jun 2009 08:58
Picon
Gravatar

Re: [exim] exim in queue mode but after some time queues are no longer run

On Tuesday 26 of May 2009, RafaƂ Kupka wrote:

> Something very strange happens to signals in your system. Some time
> ago there was similar problem with lost SIGALRM:
> http://www.mail-archive.com/exim-users <at> exim.org/msg23913.html
> but on your system exim process signals masks looks correct.

I'm currently running exim with this patch and so far it "fired" once per 2 days

"2009-06-03 00:15:52 [19289] daemon: queue-runner not run for 360s. Forcing. Is delivery of SIGALRM
broken on this system ?"

Is such patch sane enough for upstream inclusion? Does anyone see bugs
in this approach for different configurations?

--- exim-4.69.org/src/daemon.c	2009-06-01 23:02:02.505119117 +0200
+++ exim-4.69/src/daemon.c	2009-06-01 23:09:58.088404461 +0200
 <at>  <at>  -25,7 +25,7  <at>  <at> 

 static smtp_slot empty_smtp_slot = { 0, NULL };

-
+static time_t sigalrm_seen_last;

 /*************************************************
 *               Local static variables           *
 <at>  <at>  -1603,6 +1603,8  <at>  <at> 

 smtp_input = TRUE;

(Continue reading)

Tom Kistner | 3 Jun 2009 13:20
Favicon

[Bug 376] Support for DKIM

------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=376

--- Comment #17 from Tom Kistner <tom <at> duncanthrax.net>  2009-06-03 12:20:16 ---
I can only work on it every odd hour in every second week, but we're getting
there.

http://git.infradead.org/exim-src.git?a=shortlog;h=refs/heads/DEVEL_PDKIM

Not much left to do, the most time-consuming thing is to document it ...

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at
http://www.exim.org/ ##

Martin Nicholas | 2 Jun 2009 10:42
Picon
Favicon

[Bug 376] Support for DKIM

------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=376

--- Comment #16 from Martin Nicholas <reply-2009 <at> mgn.org.uk>  2009-06-02 09:42:59 ---
(In reply to comment #15)
> 
> Please define 'DKIM/Domain Keys' - they are different (although related)
> things. Exim's support for Domain Keys works fine and has done for a long time.
> It's DKIM support that's being worked on.
> 

It's either/or see:
http://help.yahoo.com/l/us/yahoo/mail/postmaster/feedback/mltapdkim.html

Also:
http://feedbackloop.yahoo.net/

There are other ISPs using Return Path FBL technology. I just can't find the
list at the moment!

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at
http://www.exim.org/ ##

(Continue reading)

Daniel Ackroyd | 6 Jun 2009 17:28
Favicon

[Bug 636] retry timeout exceeded 450 bug?

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=636

--- Comment #7 from Daniel Ackroyd <Daniel.Ackroyd <at> dialogue.net>  2009-06-06 16:28:04 ---
Hi,

I'm also seeing the same issue, bue due to transient dns lookup timeouts. I
have some monitoring emails mailed to me every 15 minutes during the afternoon.
Most of these get through but occassionally one doesn't. e.g.

2009-06-06 20:30:41 1MCtAL-0006gD-RI == daniel.ackroyd <at> dialogue.net
<Daniel.Ackroyd <at> dialogue.net> R=dnslookup defer (-1): host lookup did not
complete
2009-06-06 20:30:41 1MCtAL-0006gD-RI ** Daniel.Ackroyd <at> dialogue.net: retry
timeout exceeded

One email at 20:15 and one at 20:45 reached me with no problem. The only retry
rule I have is:

* * F,2h,15m; G,16h,1h,1.5; F,4d,6h

Running the command "exinext dialogue.net" gives:

R: dnslookup for user <at> dialogue.net
Route: dialogue.net error -1: host lookup did not complete
  first failed: 01-Jun-2009 18:45:41
  last tried:   06-Jun-2009 20:30:41
  next try at:  07-Jun-2009 02:30:41
(Continue reading)

Graeme Fowler | 7 Jun 2009 16:35

[Bug 636] retry timeout exceeded 450 bug?

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=636

--- Comment #8 from Graeme Fowler <graeme <at> graemef.net>  2009-06-07 15:35:29 ---
Please upgrade to 4.67 or higher, which fix a bug relating to previous
successes not clearing a retry failure.

Graeme

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at
http://www.exim.org/ ##


Gmane