On 4/30/25 15:25, Greg Wooledge wrote:
On Wed, Apr 30, 2025 at 15:21:26 -0400, Eben King wrote:
I guess I don't currently have an MTA.
eben@cerberus:~$ type sendmail
bash: type: sendmail: not found
1
The sendmail program (or symlink) lives in /usr/sbin which is probably
not in your PATH as user eben. (There's also a historic /usr/lib/sendmail
location that you may see, but I don't think Debian does that.)
ls -l /usr/sbin/sendmail
eben@cerberus:~$ ls -l /usr/sbin/sendmail
0 lrwxrwxrwx 1 root root 5 Oct 13 2022 /usr/sbin/sendmail -> ssmtp*
0
eben@cerberus:~$
I might have done that.