we already know what happens to those in the center. poor ones, poor in their mind, poor in their heart, poor in their outcome.
we already know what happens to those in the center. poor ones, poor in their mind, poor in their heart, poor in their outcome.
clean up your writing.
sorry if i missspell words of have bad grammatics, english is not my native language and just “reading” what exists in the internet does not help either… would you please help me what you meant by “clean up” exactly so i can improve?
Which Western country has send troops to the Ukrainian front?
so just choosing how to exactly limit the question changes if “help in war” was provided? what if western countries just helped with some nukes instead of only some normal rockets or whatever was sent there to help? what if western countries troops quick-changed their passports to be ukrainians instead?(guess that secret agencies already have enough passport printing capabilities,or just get them printed on demand), would that be sufficient to say no “western” troops were sent even if it were millions of soldiers “from” the west?
but living in a propagandainfested country i’ld already expect such bad manipulations to happen instantaneous.
what if western countries didn’t send “troops to the front” but to the rest of the country so that invading military would have to fight western troops while ukrainian troops could concentrate on the front. would that also not be help in war by your (seemingly) position?
or the other way around: what if one would only call the directly by russian soldiers occupied area (like 1m² where they each actually stand) would that still be an invasion or just a US-style visit with US style damaging of democracy and economics? manipulating questions is a bad propaganda habit and does not prevent wars, it creates them.
guess making things worse is just his “modus operandi”
“power vacuum” is when all the filth was vacuumed and there is a chance. that chance vanishes when filth starts piling up again and someone else gets into power, creating the need to vacuum again. i’ld rather like it tidy and clean than filth-controlled.
good for you, now plz help others to achieve the same level of security 😉
if you live in an unsafe country, its maybe better for you to flee before it gets even worse.
so then its fully okay for you if its the us thats to be broken then, thanks for admitting it. and after breaking the omlettes eater’s own eggs for him to consume there’s then a chance that no omlettes need to be made any more. a chance of improvement is always better than no chance for it.
but maybe only for emails from outside, not for emails from within protonmail? haven’t read any specs of protonmail yet…
well for e2ee you obviously have to let one e encrypt the data for the other e. (good luck with newsletters then) for usual services kindly asking them to support either s/mime or gpg for outgoing emails, that would at least make them know the wish, but good luck there too.
i think the already mentioned solution with encrypting incoming messages on your side just before mda to your inbox should be the closest possible to what op wants. one would need to check if the message is already encrypted and skip encryption for those.
if you only want the admin of that email (imap) server to not be able to read all emails, maybe placing a separate encrypting server (smtp+encrypt+forward) inbetween outside world and your email imap server could be a solution.
one should have a look into the logfiles too as some mailers might log message subjects and of course sender/recipients along with ip adresses of incoming/outgoing servers which the op might not want to be readable as well (i dont know protonmail that much)
also gpg IMHO allows for sign-then-encrypt hiding the signature within the encrypted data which could be wanted. also one might want to look exactly what parts of the messages contents and its headers are encrypted or plaintext on the server before feeling safe from the threat one wants to be protected from.
if Russia gets to call in a buddy to fight for them then why doesn’t Ukraine?
it seems its just the other way around, dude. they got you that far already…
but then the admin can still read the mail while it arrives ;-)
i’ld say this has nothing to do with linux (as linux is the kernel and what sucks there is your distributions choice of how things are handled), and i guess this is just one of tens of thousands of poisoned systemd crappy design “decisions”. i went from systemd away for the same crap why i went away from windows. there are tons of very “interesting” similarities between systemd and windows and “it sucks” is just one of them. use a linux distro without systemd and stop complaining about linux when systemd is what actually fails for you. ;-)
maybe they just want to remind the west to its weird feudalisms TTIP secret arbritation councils the public could’nt even notice any weirdocrappydictatorlike “decissions”.
at least done well for me, russia +1 in showing with just one public note how the west lies and abuses all the time. its not about russia, its about the wests foulness, any country could have pointed that out, but russia maybe just does not fear any attacks by those secret “arbritation councils”.
you’re welcome.
what i’ld suggest… a general rule that i like to always follow is to use a test system for everything new. but that does not need to be a full separate system every time.
lets say you have your mailbox and want to try getting new mails from it using fetchmail. first you can use uidl mechanisms to only fefch every mail once and besides that leave them all on the server, but i like it a bit more secure: create a second email adress/account at your mail providers service only for testing. thus you can do whatever you like to to test the mechanisms only without even touching your real inbox (maybe even fill it up with large emails and look how the system reacts, i once had an email account with a cheap provider that deadlocked the inboxes when full…). then when everything is as you want it, switch the account and password (or create another config file for fetchmail) and your’re done. every change (not only fetchmail things) could go tested this way before going live with the changes. filtering could be done with procmail for example, but when the mda that is called by procmail somehow exits with success when the email really isn’t delivered, then the email might get lost forever depending on the settings of course. so fiddling with new stuff always carries the risk of not fiddling correctly ;-)
have fun !
Its possible to tell your mta (like postfix) to use another mta for all mails, or only some domains etc, so using a third party to play the internet facing service then getting the mails by fetchmail, storing them in a dovecot server is easy. on the sending part you could use your standard email client (i.e. thunderbird on pc or k9-mail on smartphone) to send it to your postfix instance that also sits on the server hosting your dovecot service. the mta there takes the mail and delivers it by rules which could just be using the mta of your freemailer using username/password of your account for all outgoing emails. i am doing this but the “external” mail system are my servers as well, i just don’t want emails to stay too long on VMs in the datacenter where i have no access to the physical disks in case something goes wrong.
a raspberry pi is sufficient for such a aetup (i am using a pi4 currently but for emails only i’ld say a 3 or older would do too), adding a disk via usb makes storage huge and cheap then, i use two usb ssd’s in a raid1 for storage… that server could be only accessible through vpn if you whish, depending on your skills and needs (i mainly use ssl client certificates that are supported by k9mail and thunderbird so it fits seamless to be connected through a haproxy that authenticates these before proxying the plain connection to the pi) clients like thunderbird can offline-store all emails (configure download-or-not per imap folder) making searches easy and quick while my k9 client can search locally or on the server if needed.
maybe adjust maximum mail size of your own mta to exactly match (or slightly less) that of the freemailer you use to prevent surprises of big but later then unsent emails.
its possible to have a nextcloud instance on that same pi that acts as an email web mailer just in case of (i really dont need it, but i’ve set this up anyway). nextcloud is also great for syncing/backup files pictures, contacts notes todo lists and calendar of your phone (where i use davx5 opentasks and foldersync for). there are other webmailers available but installing /using nextcloud is not a too bad idea either ;-)
i suggest also setting up some automatic offsite backup with snapshots of that pi then to cover emails and the setup and its configs ;-)
isn’t “making others believe their product would be worth a multiple of too expensive by numerous lies” one of the very few reasons why billionaires even exist? and whoever can manipulate you to believe such, could possibly also use these skills to manipulate you to believe someone else would be a demon. maybe thats why that is. 🤷
We’re like a hairs breadth away from corpo feudalism
i think this is rather a permanent and created perception of beeing “at the edge” as it assumes not to be there yet while it allows feudalists to do all their crap, parts of it even publicly. at least our parent generation had the same perception of beeing at that same edge while things have worsened a lot in the decades of the feudalists fouling further. that is IMHO ;-)
you sound like you want to fight anti-civilisation with a non-civilised aproach, but thats not gonna do it. as you wrote “infested”, i strongly believe that becoming evil when fighting evil only helps evil. what comes next after you hung some of who you thought should acompany those oak trees for a while? you choosed to believe that would solve the problem for now, didn’t you? what would really happen (in case you dind’t just wanted to deathwish them only to experience that parasites are immune to deathwishing)? even when youre not going to jail for some reasons, you then have achieved what? wouldn’t there be another one to fill that position* who “thanks” you for helping him into it? but how would that “thank you” look like? well as you would have removed the previous one from his position and you were the “friend” of the new villain helping him into his new position, that beeing a friend immediately turns into a threat to him as soon as he ‘has’ that position and you’re not welcome any more but an enemy to take down unless you start to work with your new skills for that villain to do other dirty work for him and become another evil instead of helping against evil.
*(where “position” is anything someone can hide behind by law)
those hiding behind laws will always be there until those laws are adjusted, the persons might change, but the possibility of hiding behind laws would still be there and attract villains, the bigger the villain, the more attractive those laws are to him.
try to control your anger first and become really good at it or you might end up beeing controlled by some villain using your anger for his own purposes (do you watch tv btw? do you get manipulated by it?)
maybe step back and become a scientist instead who analyses the parasites how they do what and how they could be really be fought one day without beeing just evil but not achieving anything. and a scientist that helps others becoming parasite analysing scientists themselves.
if you find another civilized aproach that works or at least should, plz tell me.
i meant improving society and strengthen its immune system against threats that would otherwise cause collapses. imperiums cause and collapse/vanish all the time, just try to count the already vanished ones in “known” history, i guess while you are still busy counting the known ones there will be even more “newly found” by archaelogists. while lots of them just vanished without trace, some vanished but just weren’t found yet.