Differences
This shows you the differences between two versions of the page.
| lwc:linux:sympa [2025/11/28 08:44] – created - external edit 127.0.0.1 | lwc:linux:sympa [2025/11/28 09:43] (current) – John Harrison | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== apt install sympa 6.2.70 on ubuntu 24.04 ===== | + | ===== Install ===== |
| + | ==== apt install sympa 6.2.70 on ubuntu 24.04 ==== | ||
| * Start with [[https:// | * Start with [[https:// | ||
| * Then when that fails :-o | * Then when that fails :-o | ||
| - | ==== mysql ==== | + | === mysql === |
| * with install '' | * with install '' | ||
| * it didn't work for mailman and it didn't work here | * it didn't work for mailman and it didn't work here | ||
| Line 21: | Line 22: | ||
| </ | </ | ||
| - | ==== nginx ==== | + | === nginx === |
| // | // | ||
| < | < | ||
| Line 67: | Line 68: | ||
| </ | </ | ||
| - | ==== Postfix | + | === Postfix === |
| - | === main.cf | + | == main.cf == |
| * Postfix tries to run some sympa stuff as an unprivileged user. Add this line to have it run as the sympa user instead: | * Postfix tries to run some sympa stuff as an unprivileged user. Add this line to have it run as the sympa user instead: | ||
| < | < | ||
| Line 80: | Line 81: | ||
| * add '' | * add '' | ||
| * suggestion (for sending larger emails): '' | * suggestion (for sending larger emails): '' | ||
| - | === master.cf | + | == master.cf == |
| < | < | ||
| sympa | sympa | ||
| Line 86: | Line 87: | ||
| </ | </ | ||
| - | ==== / | + | === / |
| < | < | ||
| wwsympa_url < | wwsympa_url < | ||
| Line 103: | Line 104: | ||
| </ | </ | ||
| - | ===== Notes ===== | + | ==== Notes ==== |
| * config is at ''/ | * config is at ''/ | ||
| * when reading official documentation '' | * when reading official documentation '' | ||
| * when reading official documentation '' | * when reading official documentation '' | ||
| - | ===== Troubleshooting | + | ==== Troubleshooting ==== |
| * sympa logs go to '' | * sympa logs go to '' | ||
| + | |||
| + | ===== Usage ===== | ||
| + | ==== Customizing Templates ==== | ||
| + | Sympa uses a " | ||
| + | - List Level: ''/ | ||
| + | - Robot/ | ||
| + | - Site Level: ''/ | ||
| + | - Default: ''/ | ||
| + | |||
| + | To customize a template for one specific list, copy the default file into that list's folder and edit it there. | ||