S U C C E S S ! ! ! ! ! !
Much appreciated! Wayne -----Original Message----- From: Kirill A. Korinsky <[email protected]> Sent: Thursday, February 20, 2025 5:45 PM To: Wayne Spivak <[email protected]> Cc: 'Ziqin Wang' <[email protected]>; [email protected] Subject: Re: Unable to relay, port 25 blocked On Thu, 20 Feb 2025 23:37:53 +0100, "Wayne Spivak" < <mailto:[email protected]> [email protected]> wrote: > > I tried it this way > action "myserver" relay host smtp+tls://[email protected]:587 tls > auth <relay_secrets> and Got the failed error > > action "myserver" relay host smtp+tls://[email protected]:587 tls > auth <relay_secrets> tls no-verify tls no-verify And this way and got > this error: /etc/smtpd.conf:15: tls already specified for this > dispatcher, referring to above > Well, you have used tls too many times. I think you need: action "myserver" relay host smtp+tls://[email protected]:587 tls no-verify auth <relay_secrets> -- wbr, Kirill
