All of lore.kernel.org
 help / color / mirror / Atom feed
* Unable send test message using mutt
@ 2023-10-07 14:09 K
  2023-10-08 12:21 ` Bagas Sanjaya
  0 siblings, 1 reply; 2+ messages in thread
From: K @ 2023-10-07 14:09 UTC (permalink / raw)
  To: outreachy

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?.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Unable send test message using mutt
  2023-10-07 14:09 Unable send test message using mutt K
@ 2023-10-08 12:21 ` Bagas Sanjaya
  0 siblings, 0 replies; 2+ messages in thread
From: Bagas Sanjaya @ 2023-10-08 12:21 UTC (permalink / raw)
  To: K, Linux Outreachy

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-08 12:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-07 14:09 Unable send test message using mutt K
2023-10-08 12:21 ` Bagas Sanjaya

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.