Re: smtpd.conf.5 relay tls | verify

2015-08-11 Thread Jason McIntyre
On Sat, Aug 08, 2015 at 10:07:31AM +0200, L?VAI D?niel wrote: > On sze, aug 05, 2015 at 06:49:42 +, David Dahlberg wrote: > > Am Mittwoch, den 05.08.2015, 00:31 +0100 schrieb Jason McIntyre: > > > > > if this were the case, i'd say we want: > > > [tls [verify]] > > > > Hmm, I think I have

Re: smtpd.conf.5 relay tls | verify

2015-08-08 Thread LÉVAI Dániel
On sze, aug 05, 2015 at 06:49:42 +, David Dahlberg wrote: > Am Mittwoch, den 05.08.2015, 00:31 +0100 schrieb Jason McIntyre: > > > if this were the case, i'd say we want: > > [tls [verify]] > > Hmm, I think I have heard this proposal before ;-) > https://marc.info/?l=openbsd-misc&m=14019

Re: smtpd.conf.5 relay tls | verify

2015-08-04 Thread David Dahlberg
Am Mittwoch, den 05.08.2015, 00:31 +0100 schrieb Jason McIntyre: > if this were the case, i'd say we want: > [tls [verify]] Hmm, I think I have heard this proposal before ;-) https://marc.info/?l=openbsd-misc&m=140196108217209 > but the doc currently says: > > Note that the tls and

Re: smtpd.conf.5 relay tls | verify

2015-08-04 Thread Jason McIntyre
On Tue, Aug 04, 2015 at 04:00:58PM -0700, Doug Hogan wrote: > On Tue, Aug 04, 2015 at 04:02:10PM +0200, L?VAI D?niel wrote: > > I maybe have overlooked something, but this syntax mentioned in the > > manual didn't work: > > > > accept from any for domain "..." relay backup verify expire 30d > > >

Re: smtpd.conf.5 relay tls | verify

2015-08-04 Thread Doug Hogan
On Tue, Aug 04, 2015 at 04:02:10PM +0200, L?VAI D?niel wrote: > I maybe have overlooked something, but this syntax mentioned in the > manual didn't work: > > accept from any for domain "..." relay backup verify expire 30d > > ... on the other hand, this has been working: > accept from any for dom

smtpd.conf.5 relay tls | verify

2015-08-04 Thread LÉVAI Dániel
Hi! I maybe have overlooked something, but this syntax mentioned in the manual didn't work: accept from any for domain "..." relay backup verify expire 30d ... on the other hand, this has been working: accept from any for domain "..." relay backup tls verify expire 30d ... and writing only 'tls