setup nullmailer

warningwarning

this one is only usage for smarthosts - use dma for local delivery

installinstall

apt install nullmailer
ls -lF /usr/sbin/sendmail

setupsetup

cd /etc/nullmailer/

echo DOMAIN.TLD > defaultdomain

# from
echo root@DOMAIN.TLD > adminaddr

vi /etc/nullmailer/remotes

# --either-- casual smarthost
mx.nethence.com smtp --starttls

# --or-- SASL
mx.nethence.com --daemon -p 465 --ssl --user=USER-HERE --pass=PASSWORD-HERE

ready to goready to go

systemctl restart nullmailer.service
systemctl enable nullmailer.service
systemctl status nullmailer.service

acceptanceacceptance

see null-mailers

resourcesresources

https://troubleshooters.com/linux/nullmailer/

https://wiki.debian.org/nullmailer

https://wiki.archlinux.org/index.php/Nullmailer

https://web.archive.org/web/20190609212809/https://metzlog.srcbox.net/2012/11/nullmailer-with-starttls/

https://unix.stackexchange.com/questions/252179/how-to-enable-secure-authentication-ssl-tls-starttls-in-nullmailer-1-0-5-and

https://unix.stackexchange.com/questions/1449/lightweight-outgoing-smtp-server


HOME | GUIDES | LECTURES | LAB | SMTP HEALTH | HTML5 | CONTACT
Licensed under MIT