Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| install:nix:mail [2023/02/25 19:58] – created digital man | install:nix:mail [2026/03/05 23:09] (current) – My system actually sends me mail via usr/sbin/sendmail, so include that link again (with update-alternatives example) digital man | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| Create the following symbolic links to the Synchronet [[module: | Create the following symbolic links to the Synchronet [[module: | ||
| - | $ ls -l /usr/bin/mail | + | $ ls -l /usr/sbin/*mail |
| - | lrwxrwxrwx 1 root root 37 Feb 13 15:44 /usr/bin/mail -> / | + | lrwxrwxrwx 1 root root 26 Mar 5 23:03 /usr/sbin/sendmail |
| - | $ ls -l /usr/sbin/sendmail | + | $ ls -l /usr/bin/mail* |
| - | lrwxrwxrwx 1 root root 37 Feb 12 22:27 /usr/sbin/sendmail -> / | + | lrwxrwxrwx 1 root root 37 Feb 13 15:44 /usr/bin/mail -> /sbbs/exec/sendmail.js |
| + | lrwxrwxrwx 1 root root 37 Feb 13 15:44 / | ||
| + | |||
| + | ==== Linux ==== | ||
| + | |||
| + | These symlinks may be installed automatically (and double-redirected via ''/ | ||
| + | $ sudo update-alternatives --install / | ||
| The Synchronet [[module: | The Synchronet [[module: | ||