I love this conversation, this is gold.
We have to strengthen the mail server as a safe, it is a very valuable asset.
If we add to these limits/fuses the ability for the server to do certain actions if it detects that a domain has a higher percentage of X% of bounces and X% of complaints.
This would also be a must have to shield the mail server.
We have to be able to monitor all this well and automate actions in mail server.
@girish said in See volume disk space usage on System Info:
This is fixed in 6.1 - https://git.cloudron.io/cloudron/box/-/issues/756
I see one of my volumes (an ext4 Hetzner Cloud Volume), but not the other (CIFS Hetzner Storage Box).
Is there any way to display disk usage of CIFS mounts too?
Thanks!
@nebulon My thinking for write protection was actually that it could - literally - use filesystem permissions rather than introducing a database. Check if the file is writable before deleting/writing, and fail if it isn't writable (or offer to override, which will have to chmod +w it)
@girish Indeed, the pad had ‘freely’ permission; but that should mean freely editable only to people knowing the URL. By clicking a link in the pad, the pad’s URL was made available to the owner of the linked website.
@mdreira said in Monitoring and control of Cloudron mail server reputation.:
maybe it would just be to add this application to cloudron (it is already packaged with docker) and join it with the mail server.
I've just added it to the App Wishlist for good measure:
https://forum.cloudron.io/post/26865
I have implemented this for 6.2 (next release).
This was required as part of another feature - making it possible to restore Cloudron without updating DNS (https://git.cloudron.io/cloudron/box/-/issues/737). Currently, it is not at a domain level but at a global level (can always add it later).
[image: 1614235763453-36323869-f451-4d35-9a4c-0bae5dc69231-image.png]
I think in theory we could isolate app containers to access only a specific db by restricting based on IP (which MySQL supports). MySQL already has an IP based rate limit for logins, this is why we haven't implemented it. Meaning, an app trying to guess another app's db credentials won't get very far.
You can set flags on the email with sieve filters. I think this is only available in roundcube UI though.
[image: 1613671026536-bf4f52b4-5648-41a9-aca2-f799daadb640-image.png]
Then, in thunderbird, you can highlight them accordingly - https://support.mozilla.org/en-US/kb/message-tags
@nebulon Sure, tags are nice for filtering. I just thing those 3 specific tags could be labels for better visual review scrolling the whole list. Also, bear in mind they should be "OR" labels, so maybe it is a separate field to tags?
@marcusquinn It's a more general tool as an attempt to fix and replace the issues with Email in general. It does that well.
It just needs adoption.
https://hacker10.com/computer-security/send-email-with-tor-i2p-and-gpg-using-confidant-mail/
https://privacytools.io has other options too