Questions tagged [msmtp]
22 questions
0
votes
1 answer
How to send Monit alerts with MSMTP?
I've got a Debian 11 system running as a local file server. I want to keep it as simple as possible but have some basic monitoring from Monit. I've installed and configured msmtp and msmtp-mta and I've confirmed that I can send test messages from…

Vilas
- 71
- 1
- 4
0
votes
0 answers
Sending mail with msmtp failed -no such file or directory
at the moment I try to send mails with msmtp from my Debian Buster vServer to my mail address. I've installed and configured msmtp like many tutorials. But when I test it I just get the error message
mail: /usr/bin/msmtp -t: No such file or…
0
votes
1 answer
postfix - error sending email
When I try to send an email using mutt (and msmtp) i get the following error:
msmtp: envelope from address qorg@vxempire.xyz not accepted by the server
msmtp: server message: 530 5.7.0 Must issue a STARTTLS command first
msmtp: could not send mail…
user491241
0
votes
1 answer
Will msmtp fallback to unencrypted connections if encrypted connections fail?
My ~/.msmtprc config file says to connect to a server on port 25 with tls on and tls_starttls on. Is there a risk that, if the encrypted connection setup fails for some reason, then msmtp will fallback to a plaintext connection, possibly divulging…

a3nm
- 868
- 6
- 12
0
votes
1 answer
Is it possible to setup msmtp for proper authentification in a Dockerfile?
I am running a php:7.2-apache container and I want to send mails. As ssmtp is retired, I want to use msmtp but I face authentication problems with msmtp.
My goal: Setup msmtp for a docker container such that the container works out of the box (i.e.…

Bluescreen
- 11
- 1
0
votes
1 answer
Postfix Illegal address syntax from docker container in MAIL command when sending email from php
I'm trying to setup email with postfix image and msmtp from php. Sending emails from command line works from wordpress container to postfix using msmtp (I'm using docker compose but I think it's not related). But in php it don't work.
Postfix log…

jcubic
- 230
- 1
- 4
- 15
-1
votes
1 answer
aliases not working when sending email using 'mail' and 'msmtp'
I have a Raspberry Pi and installed msmtp, msmtp-mta and mailutils. I send emails via Google SMTP and it works great for specific email addresses. If I try to send emails to "root" it works if I use msmtp (echo Test | msmtp -v root), but it does not…

Rickard
- 31
- 4