From: Bagas Sanjaya <bagasdotme@gmail.com>
To: K <maduechesik@gmail.com>, Linux Outreachy <outreachy@lists.linux.dev>
Subject: Re: Unable send test message using mutt
Date: Sun, 8 Oct 2023 19:21:12 +0700 [thread overview]
Message-ID: <ZSKeuAPVFUQidj5J@debian.me> (raw)
In-Reply-To: <CAAFs_TEQQCq46Pv_3e=9ATLqihzJ3tMW4hiOfuP5GGYXQ_TXjw@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 857 bytes --]
On Sat, Oct 07, 2023 at 03:09:28PM +0100, K wrote:
> I have followed the instruction from the tutorial, but whenever I send
> message to my email, I see this, "SMTP server problem Network is
> unreachable
> Error sending message, child exited 69 (Service unavailable.).
> Could not send the message.". Please I need help. And also, can i
> shutdown my VMware when i am not using it without loosing my data?.
From what?
It looks like you have networking issues on your VM. Can you check that
ping works?
Then test sending using your MTA directly. For example:
```
$ sendmail your@email
From: your@email
To: your@email
Subject: Test
Test
.
```
And finally, you can cleanly shut down your VM from inside of it by (as root):
```
# shutdown -P now
```
Thanks.
--
An old man doll... just what I always wanted! - Clara
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
prev parent reply other threads:[~2023-10-08 12:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-07 14:09 Unable send test message using mutt K
2023-10-08 12:21 ` Bagas Sanjaya [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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZSKeuAPVFUQidj5J@debian.me \
--to=bagasdotme@gmail.com \
--cc=maduechesik@gmail.com \
--cc=outreachy@lists.linux.dev \
/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 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.