From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: emails@jonas-damm.de Newsgroups: gmane.emacs.help Subject: Mu4e suddenly stopped sending emails Date: Sat, 16 Jul 2022 08:37:20 +0200 (CEST) Message-ID: <20220716063720.B07E975005DC@dd15330.kasserver.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25842"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: ALL-INKL Webmail 2.11 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jul 16 08:38:05 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oCbRF-0006Zv-Ty for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 16 Jul 2022 08:38:05 +0200 Original-Received: from localhost ([::1]:35462 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oCbRE-0001Bt-PZ for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 16 Jul 2022 02:38:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40700) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oCbQh-000181-Lr for help-gnu-emacs@gnu.org; Sat, 16 Jul 2022 02:37:31 -0400 Original-Received: from dd15330.kasserver.com ([85.13.136.159]:53650) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oCbQf-0008SY-F9 for help-gnu-emacs@gnu.org; Sat, 16 Jul 2022 02:37:31 -0400 Original-Received: from dd15330.kasserver.com (dd0802.kasserver.com [85.13.143.1]) by dd15330.kasserver.com (Postfix) with ESMTPSA id B07E975005DC for ; Sat, 16 Jul 2022 08:37:20 +0200 (CEST) X-SenderIP: 165.231.67.164 X-Spamd-Bar: / Received-SPF: none client-ip=85.13.136.159; envelope-from=emails@jonas-damm.de; helo=dd15330.kasserver.com X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, HTML_MESSAGE=0.001, MIME_HTML_ONLY=0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:138501 Archived-At: Hi, I use mu4e on as my primary email client. last night, without changing anything on my system (that I know of), it stopped sending mail with the following in *messages*: [mu4e] Saved (8 lines) Sending... Sending via mail... open-gnutls-stream: make client process failed: Keine Route zum Zielrechner, :name, smtpmail, :buffer, *trace of SMTP session to [MY-SMTP]*, :host, [MY-SMTP], :service, 465, :nowait, nil, :tls-parameters, nil, :coding, nil Quit This is the relevant part of my config: (setq message-send-mail-function 'smtpmail-send-it) (setq mu4e-contexts (list ;; work account [My other account...] (make-mu4e-context :name "emails_jd" :match-func (lambda (msg) (when msg (string-prefix-p "/emails" (mu4e-message-field msg :maildir)))) :vars '((user-mail-address . "emails@jonas-damm.de") (user-full-name . "Jonas Damm") (smtpmail-smtp-server . "[MY-SMTP]") (smtpmail-smtp-service . 465) (smtpmail-stream-type . ssl) (mu4e-sent-folder . "/emails/Gesendet") (mu4e-trash-folder . "/emails/Papierkorb") (mu4e-drafts-folder . "/emails/Entw&APw-rfe") (mu4e-spam-folder . "/emails/Spam") (mu4e-refile-folder . "/emails/Archiv"))))) Thanks for any help! Jonas