Michael Kliewe
                                            Michael Kliewe
                                        
                                    @pwaring So you can use the "Two Factor" Wordpress plugin with a plain Firefox and webauthn/U2F? I'm using "WordPress 5.0.3" and "Two Factor 0.3.0" and Firefox 64. I get this...
@pwaring This whole ticket is about U2F. I know that the Google Authenticator works with Chrome. But we are talking about U2F/webauthn in this ticket. I have U2F devices, and...
`u2f && u2f.register` That's how you detect the "old U2F thing by Google", which only Chrome supports, and can be added to Firefox with an Addon. If you would support...
@kasparsd As far as I know, there is no better feature detection for the "old U2F API", that's why all websites rely on "User Agent parsing", which is bad. Now,...
Hi, you are right, it's not an easy task. You definitely have to cache the results, logos and certificates to reduce the HTTP requests to a minimum. You have to...
@Avamander Since rspamd 3.2 we have BIMI support, see ChangeLog/News and https://github.com/rspamd/bimi-helper Did you have time to test it? I sadly didn't 😢
Hello, it looks like you are not sending your DMARC reports from a (sub)domain where you deactivated DMARC reporting in your DNS entry? One solution (or best practice) is to...
@FingerlessGlov3s Your idea is also a good idea, and is easier for most people I guess. But rspamd cannot detect "DMARC report mails" via the Subject or so. For example...
Oh, yes, that seams to be the map I was looking for, but I didn't find it. It's on the documentation page if you know what to search for 😄...
Probably something like: `rspamadm dmarc_report --last-hour` `rspamadm dmarc_report --last-day` The first can be used in an "hourly" cronjob. It will generate reports for the last full hour, from XX:00 to...