From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1712 invoked by alias); 4 Sep 2014 17:43:23 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 1694 invoked by uid 89); 4 Sep 2014 17:43:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f174.google.com Received: from mail-vc0-f174.google.com (HELO mail-vc0-f174.google.com) (209.85.220.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 04 Sep 2014 17:43:21 +0000 Received: by mail-vc0-f174.google.com with SMTP id hy4so11036758vcb.19 for ; Thu, 04 Sep 2014 10:43:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc :content-type; bh=W8p+qYSW3To80Xh7fCfleUyQnitKm6TpcSewC/l3NL0=; b=NOg2VgXqrUFOB+xzafdqpk7iD7cT9B4kHdOVVFqqcoc+3H+IDyfy3I39z0M6euMBLf 48DCWHPW3s+O59jJxIC/EnrDUBrIw9TMmjW63G7JQL/cCUh+/Vf0Z3b+kkHhAeRDlpkD Llb6GIn7HLLo+oWrXqUAlWL0yd5zNzK/BkIo8BgqCQte6ac8tIOTpgzhECiN0lndJ7ka Che9bGoHT4bGSAaNPT3kS/PG9G89FfkSpfSAvuZLYfn8GfsuFXsn/6ZQ0GFg5xKkOZFo 8OJ/01PrSAISRVtAg5t2Z9BjbRnMUm9BHCfKZb7Yrdw40VaNIbH7RkETaJVkV+7emCOe YaRQ== X-Gm-Message-State: ALoCoQmbFcEu9ZUShalRTC1DbOglRULQvaq/nRY5s2mTv9beoaxF0itzzncP2rc/zzoPcDw43kUB X-Received: by 10.220.105.142 with SMTP id t14mr5774758vco.14.1409852599303; Thu, 04 Sep 2014 10:43:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.221.74.195 with HTTP; Thu, 4 Sep 2014 10:42:59 -0700 (PDT) From: =?UTF-8?B?xLBzbWFpbCBEw7ZubWV6?= Date: Thu, 04 Sep 2014 17:43:00 -0000 Message-ID: Subject: [RFE] Adding "login" plugin support to cyrus-sasl2 package To: cygwin-apps@cygwin.com Cc: David Rothenberger Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00013.txt.bz2 Hi, Looks like cyrus-sasl2 package lacks "LOGIN" plugin support which is needed for SMTP servers. To fix the problem I added "--enable-login" option to CYGCONF_ARGS and I confirmed that the plugin works. It would be nice to have this change upstream. P.S: I CC'd David Rothenberger who did the last cyrus-sasl2 update. Regards, ismail