Daily Shaarli

All links of one day in a single page.

October 2, 2024

shell: get all uncommented lines in a file
grep -vE '^\s*#' /path/to/the/file | sed '/^\s*$/d'
How to Configure Postfix to Use External SMTP | phoenixNAP KB
thumbnail

This step-by-step article shows how to set up Postfix to use an external SMTP, forward emails, and add TLS encryption to the emails.

AlmaLinux: setup ESMTP to send mail

Install packages

dnf install cyrus-sasl-plain esmtp-local-delivery s-nail

Edit /etc/esmtprc and add the following line

hostname smtp.example.com:587