smtpd accept client certificate only from a specific CA

2019-07-26 Thread Lévai , Dániel
Hi all! Running OpenBSD 6.5-stable, I have this on my relay host: smtpd.conf: ca myCA cert "/path/to/myCA.pem" listen on egress port submission \ tls-require verify \ ca myCA Now with that I expected that it'll only accept smtp clients that provide a certificate signed by myCA, but it turns ou

filter-rspamd testing

2019-07-26 Thread Gilles Chehade
Hello, I've written a filter for rspamd integration in OpenSMTPD. I tested the filter on my laptop for a while but I need to test it on my MX now so... here's a mail which went through rspamd ;-) Please report if you see my MX misbehaving, some mails not reaching this list or anything unusual !

Re: smtpd accept client certificate only from a specific CA

2019-07-26 Thread Gilles Chehade
On Fri, Jul 26, 2019 at 08:19:33AM +, L??vai, D??niel wrote: > Hi all! > > Running OpenBSD 6.5-stable, I have this on my relay host: > > smtpd.conf: > ca myCA cert "/path/to/myCA.pem" > > listen on egress port submission \ > tls-require verify \ > ca myCA > > Now with that I expected that i

any kibana guru around ?

2019-07-26 Thread Gilles Chehade
helo, I'm currently testing a new filter, filter-jsonlog. The filter basically rebuilds the state of SMTP sessions and for each of the SMTP events that occur in a session it will output the session state to syslog in json format. Injecting the json objects to an elasticsearch allows creating das