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, NICE_REPLY_A,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 18704 invoked from network); 10 Aug 2022 06:34:29 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 10 Aug 2022 06:34:29 -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 1oLfIP-00BEss-42 for ml@inbox.vuxu.org; Wed, 10 Aug 2022 01:34: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 1oLfIO-000abl-O0 for ml@inbox.vuxu.org; Wed, 10 Aug 2022 01:34:24 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.95) (envelope-from ) id 1oLfII-000abc-Ac for ding@lists.math.uh.edu; Wed, 10 Aug 2022 01:34:19 -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 1oLfIF-00B94J-3F for ding@lists.math.uh.edu; Wed, 10 Aug 2022 01:34:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Otc0hBvH8ozTqdltr1+ecaUdcmJSbCuG/LaDJC3i4ec=; b=L6/xYTjE3G7LA8B7OKx6P6nUGg 7pRwcIdf7896EIseqE2minceiP8OkPAXu9AI8hWapkxI1e5oNULKgKBpjd3au9Bo9VNia3bya6WH4 PQU9gGbtwQrvO5aQWP6Bd6NHUdl82Kg4iyZFOJKvPzkdYiJ+B5Txsg8ucQsyhYVYeOiQ=; Received: from relay9-d.mail.gandi.net ([2001:4b98:dc4:8::229]) by quimby.gnus.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oLfI5-0003d0-Fy for ding@gnus.org; Wed, 10 Aug 2022 08:34:08 +0200 Received: (Authenticated sender: bk@asterio.cloud) by mail.gandi.net (Postfix) with ESMTPSA id 9A084FF809; Wed, 10 Aug 2022 06:34:02 +0000 (UTC) Message-ID: Date: Wed, 10 Aug 2022 08:34:01 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: Yet another thread about Gnus, isync and dovecot mail stack Content-Language: pl To: Eric Abrahamsen , ding@gnus.org References: <917917b536172fa16ea4e890471b535f@asterio.cloud> <87tu6mn2uv.fsf@ericabrahamsen.net> From: =?UTF-8?Q?Bartosz_Kaczy=c5=84ski?= In-Reply-To: <87tu6mn2uv.fsf@ericabrahamsen.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-ID: Precedence: bulk Thank you, that was useful. I didn't notice that difference in you setup. On 8/8/22 17:59, Eric Abrahamsen wrote: > 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. > >