Questions tagged [msmtp]

23 questions
0
votes
0 answers

Logwatch with MSMTP - weird from email address

Ubuntu 20.04 I set "MailFrom" with real email address in Logwatch settings and I receive email to my example address (myusername@gmail.com) with strange mailfrom "bounces-84734974-myusername=gmail.com@gx.d.sender-sib.com". Let's say that MSMTP has…
user951556
0
votes
0 answers

s-nail not decrypting netrc.gpg file?

I set up msmtp and s-nail to work with my gmail account. It works if the password is stored in plain text in .netrc, but does not work with .netrc.gpg: echo 'Message body' | mailx -A mymail --subject='A subject' email@address 'name…
itarill
  • 103
  • 3
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
  • 859
  • 5
  • 11
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
  • 14
-2
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
  • 11
  • 3
1
2