Am 26.04.2020 um 19:15 schrieb Philip Munts:
> I'm trying to send email from OpenBSD 6.6 via GoDaddy's
> smtp.secureserver.net. Unfortunately my GoDaddy SMTP username is
> "phil@munts.net" which doesn't seem to be a legal username for OpenBSD's
> smtpd. I've tried every escaping mechanism for the @ character I can
> think of, but nothing has worked.
action "relay2GoDaddy" relay \
host smtps://foo@smtp.secureserver.net \
auth { foo = phil@munts.net:password }
HTH
No comments:
Post a Comment