Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| config:nix [2011/10/25 23:01] – remove stuff that's installation related (moving to install:nix). digitalman | config:nix [2026/02/21 21:15] (current) – Include instructions for how to integrate your UNIX mail system with Synchronet using sendmail.js digital man | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== UNIX ====== | ====== UNIX ====== | ||
| - | ===== sbbs.ini | + | Configuration of '' |
| - | Unix/Linux Sysops will particularly want to pay attention to the '' | + | ===== User/Group ===== |
| + | If you are **not** [[howto: | ||
| ==== User ==== | ==== User ==== | ||
| Line 20: | Line 21: | ||
| User=sbbsuser | User=sbbsuser | ||
| Group=sbbsgroup | Group=sbbsgroup | ||
| + | | ||
| + | NOTE: the '' | ||
| | | ||
| Also, the Synchronet file | Also, the Synchronet file | ||
| Line 27: | Line 30: | ||
| # chown -R sbbsuser: | # chown -R sbbsuser: | ||
| + | |||
| + | If you do this, then be sure to run any Synchronet utilities (e.g. [[util: | ||
| | | ||
| + | # su -c / | ||
| + | |||
| + | ===== Logging ===== | ||
| ==== LogFacility ==== | ==== LogFacility ==== | ||
| Line 39: | Line 47: | ||
| LogFacility=3 | LogFacility=3 | ||
| - | Then, in ''/ | + | Then, in ''/ |
| local3.* | local3.* | ||
| Line 54: | Line 62: | ||
| Then send a HUP to syslogd like so: | Then send a HUP to syslogd like so: | ||
| # killall -HUP syslogd | # killall -HUP syslogd | ||
| + | | ||
| + | Or it might be necessary to: | ||
| + | # service syslogd restart | ||
| | | ||
| You could then monitor the Synchronet daemon log output with: | You could then monitor the Synchronet daemon log output with: | ||
| Line 94: | Line 105: | ||
| This is the value passed as the '' | This is the value passed as the '' | ||
| + | |||
| + | ===== Process Control ===== | ||
| ==== PidFile ==== | ==== PidFile ==== | ||
| - | Default: '' | + | Default: '' |
| - | This key contains the path of the file which will contain the program identify | + | This key contains the path of the file which will contain the process identifier |
| # service sbbs status | # service sbbs status | ||
| Line 105: | Line 118: | ||
| PID(s): 6270 | PID(s): 6270 | ||
| - | If you change the value of this key, you may also need to change/ | + | If you change the value of this key, you may also need to modify |
| ==== umask ==== | ==== umask ==== | ||
| Line 113: | Line 126: | ||
| Sets '' | Sets '' | ||
| - | Note: If the value begins with a '' | + | Note: If the value begins with a '' |
| Run '' | Run '' | ||
| Line 121: | Line 134: | ||
| Default: '' | Default: '' | ||
| - | When set to '' | + | When set to '' |
| + | |||
| + | ===== Email ===== | ||
| + | |||
| + | Synchronet' | ||
| + | |||
| + | ==== sendmail.js ==== | ||
| + | |||
| + | The Synchronet '' | ||
| + | * / | ||
| + | * / | ||
| + | * / | ||
| + | |||
| + | This is achieved by making symbolic links (e.g. using '' | ||
| + | |||
| + | lrwxrwxrwx 1 root root 37 Feb 13 2023 / | ||
| + | lrwxrwxrwx 1 root root 37 Feb 12 2023 / | ||
| + | |||
| + | This works because the '' | ||
| + | # | ||
| ===== See Also ===== | ===== See Also ===== | ||
| * [[: | * [[: | ||
| + | * [[: | ||
| + | |||
| + | {{tag> | ||