This tutorial helps configuring sending emails from the command line:
https://www.vultr.com/docs/use-zoho-as-external-smtp-server-with-postfix-on-ubuntu-20-04
However cron still send emails to [email protected] and Zoho will bounce the message
This tutorial helps configuring sending emails from the command line:
https://www.vultr.com/docs/use-zoho-as-external-smtp-server-with-postfix-on-ubuntu-20-04
However cron still send emails to [email protected] and Zoho will bounce the message
| - hosts: "{{ HOSTS }}" | |
| name: Install Docker | |
| become: yes | |
| vars: | |
| docker_group: docker | |
| tasks: | |
| - name: Install apt-transport-https | |
| ansible.builtin.apt: | |
| name: | |
| - apt-transport-https |
This is a living document. Everything in this document is made in good faith of being accurate, but like I just said; we don't yet know everything about what's going on.
Update: I've disabled comments as of 2025-01-26 to avoid everyone having notifications for something a year on if someone wants to suggest a correction. Folks are free to email to suggest corrections still, of course.