💾 Archived View for station.martinrue.com › lykso › 58b6d2795ca14f6ea6628fe91c31e1f6 captured on 2024-05-12 at 16:11:18. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-03-20)
-=-=-=-=-=-=-
Just figured out why msmtp wasn't working under Debian. Its AppArmor profile is too restrictive for how I'm using it. Leaving a note here for my future self and anyone else with the same problem. Credit to https://stackoverflow.com/questions/62838673/awk-permission-denied-when-run-through-msmtp
The solution:
sudo ln -s /etc/apparmor.d/usr.bin.msmtp /etc/apparmor.d/disable/
sudo apparmor_parser -R /etc/apparmor.d/usr.bin.msmtp
2 years ago
https://stackoverflow.com/questions/62838673/awk-permission-denied-when-run-through-msmtp