On Sat, Jun 23, 2018 at 01:11:37PM +0200, Peter J. Philipp wrote: > Hi, > > This is more a question to the OpenSMTPD community. In OpenBSD 6.4 and > already > in -current there is a new config file syntax. I did the work and converted > my config: > > http://www.centroid.eu/blog/c?article=1529689653 > > That is from my blog. I have a question though whether my config is indeed > correct. In another config I had to add "tls no-verify" in the action "relay" > for it to deliver to my self-signed opensmtpd. In order to enjoy wide > coverage > to people who I mail to, do I need to add/replace the following statement? > > action "relay" relay > > to > > action "relay" relay tls no-verify > > Any helping feedback would be appreciated. Thanks. >
Hi Peter, The short response is: no. The long one is that currently `tls no-verify' applies only for smarthost configuration (`relay' with `host url', when tls is implied). smtpd(8) should complains if you try the syntax you mentioned with: tls no-verify may not be specified without host on a dispatcher Thanks -- Sebastien Marie