On Fri 13/Sep/2013 14:19:41 +0200 Sam Varshavchik wrote:
> Download: http://www.courier-mta.org/download.php
> 
> New builds of courier and courier-authlib packages. The courier
> package requires the new build of courier-authlib to be installed first.
> 
> Changes:
> 
> • Include userid of failed SASL authentication requests in mail logs,
> if available.
> 
> • By popular request, new ratefilter module, implements per-sender
> rate filtering.

Just installed:

This patch is needed _before configure_ to set perms.

What changed about TLS_ERROR_HANDLE in courierd? (It was for
auto-retry failed outbound TLS, IIRC)
--- courier/setperms.sh.in.old  2013-08-25 20:57:41.000000000 +0200
+++ courier/setperms.sh.in      2013-09-14 19:35:13.000000000 +0200
@@ -13,7 +13,6 @@
 @PERL@ -e '
 
        $root="'$1'";
-       $testmode=@testmode@;
 
        while (<>)
        {
@@ -42,11 +41,8 @@
                        chown ($uid, $gid, $FILE) || die "chown $FILE: $!\n";
                }
 
-               if ( $testmode == 0)
-               {
-                       $MODE= oct($MODE);
-                       chmod ($MODE, $FILE) || die "chmod $FILE: $!\n";
-               }
+               $MODE= oct($MODE);
+               chmod ($MODE, $FILE) || die "chmod $FILE: $!\n";
        }
        exit (0);
 ' <install-perms-list.dat
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to