I run a mailcow server. I am able to send mail using s-nail from the terminal. I'd like to tell mdadm to just use that when sending email alerts, but when I run mdadm --monitor --scan --test -1
, it gives me this.
sendmail: fatal: open /etc/postfix/main.cf: No such file or directory
It seems silly to install postfix just for this. If I do, I'll need to make sure it doesn't interfere with mailcow's postfix, right? Anyway, I'd love some opinions. What's the best course of action?