On Fri, Mar 31, 2023 at 04:09:10PM +0200, Heiko Schlittermann via Exim-users wrote:
> Peter via Exim-users <exim-users@???> (Fr 31 Mär 2023 15:40:35 CEST):
> > From: Jeremy Harris via Exim-users <exim-users@???>
> > Subject: Re: [exim] Configuring for non-encrypted MUA to localhost.
> > TLS-on-connect, exim to smarthost.
> > > Debian has a configuration wizard. In what respect is
> > > not offering what you need?
[...]
> Try adding
> protocol = smtps
> to your smtp transport.
From Debian /etc/exim4/conf.d/transport/30_exim4-config_remote_smtp_smarthost:
remote_smtp_smarthost:
[...]
.ifdef REMOTE_SMTP_SMARTHOST_PROTOCOL
protocol = REMOTE_SMTP_SMARTHOST_PROTOCOL
.endif
So, this task may be solved by adding REMOTE_SMTP_SMARTHOST_PROTOCOL=smtps
to default configuration.
--
Eugene Berdnikov