From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 9688 invoked from network); 8 Aug 2022 15:59:26 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 8 Aug 2022 15:59:26 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oL5A5-00AAfV-GI for ml@inbox.vuxu.org; Mon, 08 Aug 2022 10:59:25 -0500 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.95) (envelope-from ) id 1oL5A5-000VnL-7X for ml@inbox.vuxu.org; Mon, 08 Aug 2022 10:59:25 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.95) (envelope-from ) id 1oL5A2-000VnE-Du for ding@lists.math.uh.edu; Mon, 08 Aug 2022 10:59:22 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oL5A0-00A6va-D7 for ding@lists.math.uh.edu; Mon, 08 Aug 2022 10:59:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=hOUSrMABmnxbIeJ5zHl96qU3YvBNcNIkAz1cN8Y1MdI=; b=lMMy/ZmZeZ2FngScLqqvUTyj+f xBnhHu3jyGQCvc/Xl0NmWQ6iGlmebhms2vhXL8ryNoJ0Ql4/ykyau+jV0jr+WlEAPjiX57AEEgMSt GUd57buuGiSc1ts2ddOosqP2MVOakmFs/BcWb2HBNGfKvXgHzCI3BKgZz8668K/J8Oq4=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oL59s-0002AR-SC for ding@gnus.org; Mon, 08 Aug 2022 17:59:15 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1oL59r-0009pc-3v for ding@gnus.org; Mon, 08 Aug 2022 17:59:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Eric Abrahamsen Subject: Re: Yet another thread about Gnus, isync and dovecot mail stack Date: Mon, 08 Aug 2022 08:59:04 -0700 Message-ID: <87tu6mn2uv.fsf@ericabrahamsen.net> References: <917917b536172fa16ea4e890471b535f@asterio.cloud> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cancel-Lock: sha1:oYiG5XitiGLpfSVwU921C0Le2og= List-ID: Precedence: bulk bk@asterio.cloud writes: > Hi, > I am asking you about help with basic configuration and available > sources [1][2][3] are not enough for me. > Using mbsync I successfully synchronize e-mails with my IMAP provider. > I have problem with connection from Gnus to local dovecot server and > I'm stuck now. > > Current configuration of ~/.mbsyncrc (inspired heavily on [4]: > IMAPAccount gandi > Host mail.gandi.net > User bk@asterio.cloud > PassCmd "/usr/bin/pass email/bk" > SSLType IMAPS > CertificateFile /var/lib/ca-certificates/ca-bundle.pem > > IMAPStore gandi-remote > Account gandi > > MaildirStore gandi-local > SubFolders Verbatim > Path ~/.mail/gandi/ > Inbox ~/.mail/gandi/Inbox You're using a local maildir store, but trying to connect to it with a local IMAP server. Either have mbsync use MaildirStore and connect to it directly with Gnus' nnmaildir, OR use IMAPStore/IMAPAccount to talk to local Dovecot, and have Gnus connect to Dovecot with nnimap.