From: Lonnie A. <li...@lo...> - 2019-05-30 18:31:51
|
> On May 30, 2019, at 12:26 PM, Bill Lewis <wr...@gm...> wrote: > > On 5/27/2019 10:10 AM, Lonnie Abelbeck wrote: > > <snip lots of previous msgs> > >> Just so I understand, your system generated emails before you configured the "Outbound SMTP Mail Relay:" so they were piling-up over time. >> You configured "Outbound SMTP Mail Relay:" and all the queued emails got sent at once and Google decided you were spamming and locked your account, which in turn generated more email errors keeping mail in the queue. >> Cleaning out the queue and waiting an hour, things worked again. >> Did I understand correctly ? >> Lonnie > > Lonnie, > > Using this command as a test: > > echo "C*Net call from 1234567" | mail -v -r "bi...@wr..." -s "C*Net call from 1234567" "bi...@wr..." > > I'm getting this error from a server a friend hosts for me: > > msmtp: envelope from address ro...@wr... not accepted by the server > msmtp: server message: 553 5.3.0 <ro...@wr...>... Not a valid email address > > Is there a way to change the username 'root' in the email address 'ro...@wr...' AstLinux sends to the server? > > Thanks, > Bill You can define the SMTP_FROM rc.conf variable to change that IIRC. Using the Network tab, near the bottom, click ... -- Advanced Configuration: User System Variables: {Edit User Variables} -- then define something like: SMTP_FROM="bi...@wr..." Apply the change by clicking ... {Reload/Restart} [Restart SMTP Mail] _x_ Confirm Lonnie |