all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Branham <alex.branham@gmail.com>
To: 37221@debbugs.gnu.org
Subject: bug#37221: 27.0.50; gnus fails to open connection post-NSM update
Date: Tue, 03 Sep 2019 13:26:27 -0500	[thread overview]
Message-ID: <871rwxfd7w.fsf@gmail.com> (raw)
In-Reply-To: <m2o903rqiy.fsf@gmail.com> (Robert Pluim's message of "Mon, 02 Sep 2019 11:33:41 +0200")

On Mon 02 Sep 2019 at 11:33, Robert Pluim <rpluim@gmail.com> wrote:

>>>>>> On Thu, 29 Aug 2019 11:56:27 -0500, Alex Branham <alex.branham@gmail.com> said:
>
>     Alex> Hi -
>     Alex> After the recent NSM update gnus fails to open my mail with this message:
>
>     Alex> Warning: Opening nnimap server on LocalMail...failed: ;
>     Alex> Unable to open server nnimap+LocalMail due to: Buffer
>     Alex> *nnimap localhost nil *nntpd** has no process
>
>     Alex> My setup is that I use mbsync/isync to download the mail and run dovecot
>     Alex> read the maildir and host it as an imap server. Since it's local it's
>     Alex> not encrypted. Setting network-security-protocol-checks to nil does not
>     Alex> change anything. I've only recently started using dovecot/gnus so it's
>     Alex> possible I've done something silly but it was working before the NSM
>     Alex> update (at commit ef8531d262081d91ecf2a4f349bc63a0fede90d4) and isn't
>     Alex> working as of 4b87169d113a151e5d9d6cf7b0d7cb4fb1d3d2d7.
>
> Can you show us your Gnus configuration? Also, what is your
> 'network-security-level' set to?

Sure thing, it's below. network-security-level is medium. If I do (setq
nsm-trust-local-network t) then all seems to work as expected.

Thanks,
Alex


(use-package gnus
  :defer
  :custom
  (gnus-home-directory (file-name-directory (expand-file-name "~/Sync/emacs/gnus/")))
  (gnus-save-killed-list nil)
  (gnus-save-newsrc-file nil)
  (gnus-group-line-format "%M%S%L%P     %y:%B%G\n")
  (gnus-thread-sort-functions '(gnus-thread-sort-by-most-recent-number))
  (gnus-summary-line-format "%U%R%z%&user-date; %-15,15f: %B%s%)\n")
  (gnus-user-date-format-alist '((t . "%Y-%m-%d %H:%M")))
  (gnus-sum-thread-tree-false-root "")
  (gnus-sum-thread-tree-indent " ")
  (gnus-sum-thread-tree-leaf-with-other "├► ")
  (gnus-sum-thread-tree-root "")
  (gnus-sum-thread-tree-single-leaf "╰► ")
  (gnus-sum-thread-tree-vertical "│")
  :init
  (setq gnus-select-method '(nnnil "")
        gnus-secondary-select-methods '((nnimap "LocalMail"
                                                (nnimap-address "localhost")
	                                        (nnimap-stream network))
                                        (nntp "gnus.user"
                                              (nntp-address "news.gmane.org"))))
  (defun my/email-update ()
    (make-process
     :name "mbsync" :buffer nil
     :command '("mbsync" "-a")
     :noquery t))
  (when (executable-find "mbsync")
    (run-with-timer 10 60 #'my/email-update))
  :config
  (setq gnus-parameters
        '((".*"
           (name "Alex Branham")
           (posting-style
            (address "alex.branham@gmail.com")
            (x-message-smtp-method "smtp smtp.gmail.com 587 alex.branham@gmail.com")))
          ("INBOX"
           (display . all))
           ;; <here's where my work email is configured>
          ("gmane"
           (auto-expire . t))))
  ;; can't be set in gnus-parameters:
  (setq gnus-permanently-visible-groups "INBOX")
  (setq gnus-treat-from-gravatar 'head)
  ;; discourage html
  (setq mm-discouraged-alternatives '("text/html" "text/richtext"))
  (setq gnus-message-archive-group nil)
  (use-package gnus-topic
    :hook (gnus-group-mode . gnus-topic-mode)))





  reply	other threads:[~2019-09-03 18:26 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-29 16:56 bug#37221: 27.0.50; gnus fails to open connection post-NSM update Alex Branham
2019-09-02  9:33 ` Robert Pluim
2019-09-03 18:26   ` Alex Branham [this message]
2019-09-03 20:16     ` Robert Pluim
2019-09-04 13:13       ` Alex Branham
2019-09-04 13:37         ` Lars Ingebrigtsen
2019-09-04 14:00           ` Alex Branham
2019-09-04 14:16             ` Lars Ingebrigtsen
2019-09-04 14:24               ` Alex Branham
2019-09-04 14:35                 ` Lars Ingebrigtsen
2019-09-04 14:51                   ` Alex Branham
2019-09-04 14:56             ` Robert Pluim
2019-09-04 14:59               ` Lars Ingebrigtsen
2019-09-04 15:04                 ` Robert Pluim
2019-09-04 15:04               ` Alex Branham
2019-09-04 15:25                 ` Robert Pluim
2019-09-04 15:55                   ` Alex Branham
2019-09-04 17:00                     ` Robert Pluim
2019-09-04 17:06                       ` Lars Ingebrigtsen
2019-09-04 17:21                         ` Robert Pluim
2019-09-04 17:24                           ` Lars Ingebrigtsen
2019-09-04 19:30                             ` Robert Pluim
2019-09-04 19:37                               ` Lars Ingebrigtsen
2019-09-04 20:37                                 ` Robert Pluim
2019-09-04 20:41                                   ` Lars Ingebrigtsen
2019-09-04 21:49                                     ` Robert Pluim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871rwxfd7w.fsf@gmail.com \
    --to=alex.branham@gmail.com \
    --cc=37221@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.