Almost all spam I receive is from Gmail. It's gotten so bad I've actually setup a filter that routes everything from @gmail.com into spam - except for some whitelisted email addresses. G Suite is fine, it's only @gmail.com that is an issue
And yes, it's genuinely from Gmail; valid SPF, valid DKIM, came from a Google IP address, etc...
To say the biggest source is Gmail might be technically wrong though - I suspect there's a large volume of spam that Migadu (my provider) is dropping before it even reaches my inbox, i.e. emails that it is 100% sure are spam and it can just drop. Nevertheless, an overwhelming amount of spam I observe/have to deal with is coming from Gmail. Second to that is outlook/hotmail.
> To say the biggest source is Gmail might be technically wrong though - I suspect there's a large volume of spam that Migadu (my provider) is dropping before it even reaches my inbox, i.e. emails that it is 100% sure are spam and it can just drop. Nevertheless, an overwhelming amount of spam I observe/have to deal with is coming from Gmail. Second to that is outlook/hotmail.
This. It's more likely to be survivorship bias -- the gmail emails happen to survive because gmail is more trusted.
The popular alternative is bitwarden-rs, and it's usually chosen because it has a much smaller footprint and is well suited to self-hosting where you only have a handful of users.
The official backend is multi-container and uses a full SQL server install.
> Note: This project was known as Bitwarden_RS and has been renamed to separate itself from the official Bitwarden server in the hopes of avoiding confusion and trademark/branding issues. Please see #1642 for more explanation.
How did you know to contact Microsoft to have them whitelist your IP? Was that from a DMARC report?
This is the sort of thing that puts me off self-hosting email, as much as I'd like to do it -- it seems like a huge amount of effort, tracking down who I need to shout at this week to have them whitelist my IP address.
As far as I know, a lot of DDoS attacks use UDP amplification, which can be prevented if every ISP implements BCP 38; i.e. drop UDP traffic at the edge of their network that has a source that cannot have come from within their network.
EDIT: To clarify, this won't stop layer-7 based DDoS attacks, or anything that uses TCP (like SYN flooding). Just UDP amplification.
Plenty of SYN floods spoof IP as well. If you don't need to get the response, and you're behind an ISP that doesn't bother blocking IP spoofing, why would you use your actual IP? It'll make it much harder to actually trace an attack to the actual device doing it. It won't work on devices behind NAT but neither will reflected UDP attacks.
>On macOS side, the activity is still slow, if not non-existent.
> So if you want this to change, please join us!
I'd like to help, though I feel like I don't know enough C, and I've never used GTK. Is it possible to get a mentor, like you can for Linux kernel development, who can help me write my first few patches?
>A vending machine on another uni's campus replying to your pings
Really? Wow. I can't even ping internal AWS services (like the EC2 Metadata Service, NTP, or DNS). Nothing responds to ICMP Echo anymore, and it makes me sad. Lately it feels like `ping' has become useless
Is there any way to add a close button (or any button) through the IPC mechanism? I know you can do something like $Mod+x to close a window, but I'd honestly rather just use a button. Maybe the button can have a tooltip reminding you what close is set to
I have a feeling the i3 maintainers won't want to add a close button, however.
When you full screen some windows that have window decorators turned on (like browsers) then they show the minimise, close, maximise buttons. However, I always try to use the built in hot keys for closing a program rather than unceremoniously killing them with the close client hotkey.
And yes, it's genuinely from Gmail; valid SPF, valid DKIM, came from a Google IP address, etc...
To say the biggest source is Gmail might be technically wrong though - I suspect there's a large volume of spam that Migadu (my provider) is dropping before it even reaches my inbox, i.e. emails that it is 100% sure are spam and it can just drop. Nevertheless, an overwhelming amount of spam I observe/have to deal with is coming from Gmail. Second to that is outlook/hotmail.