From: Bruno Barbier <brubar.cs@gmail.com>
To: emails@jonas-damm.de, help-gnu-emacs@gnu.org
Subject: Re: Mu4e suddenly stopped sending emails
Date: Sat, 16 Jul 2022 08:52:59 +0200 [thread overview]
Message-ID: <E1oCbdh-00047c-LD@lists.gnu.org> (raw)
In-Reply-To: <20220716063720.B07E975005DC@dd15330.kasserver.com>
emails@jonas-damm.de writes:
> 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*:
> ...
> make client process failed: Keine Route zum Zielrechner
The error is:
Keine Route zum Zielrechner
So, it seems your computer cannot reach your email smtp server.
Are you able to ping the server from outside of Emacs ?
Bruno
>
> 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
prev parent reply other threads:[~2022-07-16 6:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-16 6:37 Mu4e suddenly stopped sending emails emails
2022-07-16 6:52 ` Bruno Barbier [this message]
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1oCbdh-00047c-LD@lists.gnu.org \
--to=brubar.cs@gmail.com \
--cc=emails@jonas-damm.de \
--cc=help-gnu-emacs@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).