At least on Debian 10, use msmtp and install a basic configuration. Previously the network was using a mishmash of exim, sendmail or whatever happened to be installed. For the moment, install the config also on debian9, some of which are using ssmtp, which is no longer maintained in debian :(
15 lines
243 B
Text
15 lines
243 B
Text
defaults
|
|
port 25
|
|
tls off
|
|
auto_from
|
|
domain <%= @hostname %>.vm.rhizomatica.org
|
|
maildomain vm.rhizomatica.org
|
|
aliases /etc/aliases
|
|
|
|
account rhizo
|
|
host mail
|
|
from root@<%= @hostname %>.vm.rhizomatica.org
|
|
auth off
|
|
user root
|
|
|
|
account default: rhizo
|