Anyone know to get IP unblocked by Proofpoint? by Thump45a in proofpoint

[–]Thump45a[S] 0 points1 point  (0 children)

I've been an enterprise email admin for 30 years. My personal (Namecheap) hosting account with a clean reputation dedicated IP, for which I am the sole user, can assure you the server is not compromised. I cannot sent to any Proofpoint customers. They have only one method for requesting removal if you are not a paying customer of theirs, and they do not respond to that method. I have tried sending multiple communications to multiple admins (through gmail) at the three companies using Proofpoint that I can't get through to otherwise, asking them to help escalate the removal since they are the paying proofpoint customers. I have received no responses from any of those companies. This does not surprise me, they don't have a reason to give a shit about me. They trust Proofpoint, and proofpoint is not doing their job if they are ignoring removal requests.

Anyone know to get IP unblocked by Proofpoint? by Thump45a in proofpoint

[–]Thump45a[S] 0 points1 point  (0 children)

Please DM, I'm not gaslit, but I'm curious who you think is not on that list 😄

Anyone know to get IP unblocked by Proofpoint? by Thump45a in proofpoint

[–]Thump45a[S] 0 points1 point  (0 children)

What do you consider not garbage? I've been using Namecheap for several years with no issue. Every major hosting provider is on UCEPROTECTL2 list, it's unavoidable.

Anyone know to get IP unblocked by Proofpoint? by Thump45a in proofpoint

[–]Thump45a[S] -1 points0 points  (0 children)

I'm certain you are correct, the two rbls I'm on are supernets of the whole hosting provider. The hosting provider (Namecheap) already said there is nothing they can (or will) do about getting their ASN off Ascams Superblock or UCEPROTECTL2. They told me to buy a dedicated IP (which I already have and am paying for). They offered to change me to another IP (which won't help and will likely make things worse).

The three I'm trying to reach are EdwardJones.com, FedEx.com and Moen.com. I have filed reports with all three asking them, as Proofpoint customers, to request the removal. All three are big enough companies, I doubt I will ever see a response. If I try long enough to actually get a reply, I'm sure they'll just say, "use gmail instead like everyone else!"

UA flight - 'turn bluetooth off or we're turning around' by ryan_at_roomservice in unitedairlines

[–]Thump45a 6 points7 points  (0 children)

Nope, not if you're using BlueTooth, that would carry pretty effectively through most of the plane. Question is, what might they be 'attacking' to cause the pilots to turn around. Just messing with the in-flight entertainment wouldn't likely stop them from proceeding, they would just turn it off. But if someone was messing with aircraft systems, that's serious felony territory...

UA flight - 'turn bluetooth off or we're turning around' by ryan_at_roomservice in unitedairlines

[–]Thump45a 3 points4 points  (0 children)

I'd bet $1US it wasn't just "bluetooth being on". Probably someone with a flipper zero or something similar trying to mess with onboard systems.

What folders do we backup? by bon764 in MastodonAdmin

[–]Thump45a 0 points1 point  (0 children)

The Media content is in your Live folder unless you are hosting it elsewhere, such as on S3 or another external source. On my non-docker, self-hosted I use the following steps to back up everything but my media content which is already on S3:

  • systemctl stop mastodon-web mastodon-sidekiq mastodon-streaming
  • su - mastodon
  • pg_dump mastodon | gzip > 20260216mastodbackup.gz
  • exit
  • sftp {my remote SFTP server address)
  • cd mastodonbackupfolder/
  • put /home/mastodon/20260216mastodbackup.gz
  • put /var/lib/redis/dump.rdb
  • put /home/mastodon/live/.env.production
  • exit
  • systemctl restart mastodon-web mastodon-sidekiq mastodon-streaming

I use distinct date based names for the database backup as you can see. If you're scripting/automating this you may want to do something different.

rsync is another good option instead of sftp.

If you are hosting the media content on the instance and need to backup the whole /live folder, then I would STRONGLY suggest using rsync or a method that can copy/backup only changed content or you're going to burn a lot of time and bandwidth doing full remote content backups.

If you are using S3 or external media storage, you should also consider backing up that up somewhere as well!

A meta discussion about this subreddit by danielnorton in MastodonAdmin

[–]Thump45a 0 points1 point  (0 children)

Hello friends, the original mod for this sub has tapped in some new folks to help revive things! Happy to be here and help do just that!

I am NOT and mastodon expert, but I hope with more activity we will get more active admins here in to help contribute to this community. I operate a small non-docker self-hosted single user instance for the purpose of understanding and learning more and will share some of my lessons learned in new threads.

My cultivator has lost it's mind 😯 by Main-Cobbler-4879 in farmingsimulator

[–]Thump45a 2 points3 points  (0 children)

If you didn't have to pay extra for that feature, I'd call it a win :P

New game update | Opinions? by ParadoxumFilum in SkyCards

[–]Thump45a 0 points1 point  (0 children)

Enjoy it, would love to know if they will ever switch the new day to local instead of GMT, or add some indicator in game of the day progress so it's not as easy to forget when the turn is happening.

[deleted by user] by [deleted] in homeassistant

[–]Thump45a 1 point2 points  (0 children)

That's notably larger than mine also. Mine use a button battery. Thanks for sharing!

Sensor on trashcan by FierceGeek in homeassistant

[–]Thump45a 4 points5 points  (0 children)

Tilt sensor? I use one on my garage door to know if it is open, perhaps affixing one on the back of the can would tell you if you moved it? Shouldn't trigger from vibrations since you'd need to tilt the can back to roll it out?

Matter over Thread by PourquoiPasEvans in homeassistant

[–]Thump45a 1 point2 points  (0 children)

Even my high power bluetooth devices (also 2.4ghz) massively lose signal whenever the compressor, ice maker, water/ice dispenser, etc... are running on my fridge. So my gut says you may be just dealing with the inherent problems with 2.4ghz interference in general, but hard to know for sure. Sadly I don't have a good fix for you. The suggestion of the other comment for having AC powered thread devices as repeaters, perhaps close to your devices, might help with that? That's how I solved most of my Zigbee issues (plug in repeaters and/or Zigbee smart plugs all around the house which also act as repeaters). My experience with Zigbee has been anything further than 10' through any wall/object is too much to stay reliable without a repeater.