| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Perform final polish | 2024-08-22 | -7/+5 | |
| | | | | | | Name the state directory to mark that it's a Python Discord-related service, and remove the IOSchedulingClass setting. | |||
| * | Remove now obsolete sed call | 2024-08-22 | -3/+1 | |
| | | | | | Chris has fixed this upstream in python-discord/metricity#157. | |||
| * | Use same basename for script as on server | 2024-08-22 | -1/+1 | |
| | | ||||
| * | Set STATE_DIRECTORY for automatic data directory creation | 2024-08-22 | -10/+9 | |
| | | ||||
| * | Deploy rrdtool-based statistics | 2024-08-22 | -0/+310 | |
| | | ||||
| * | Comment out Joe's user | 2024-08-20 | -145/+149 | |
| | | ||||
| * | Rename to cookiejake | 2024-08-20 | -145/+145 | |
| | | ||||
| * | ignore changed when error for the prosodyctl command | 2024-08-19 | -2/+1 | |
| | | ||||
| * | prevent joe from doing an oopsie to me | 2024-08-19 | -1/+0 | |
| | | ||||
| * | fix ansible lint errors | 2024-08-19 | -1/+3 | |
| | | ||||
| * | add a task that enables LDAP auth for jitsi | 2024-08-19 | -0/+87 | |
| | | ||||
| * | move jitsi installation to an `install` task | 2024-08-19 | -100/+103 | |
| | | | | | This is because there will be multiple steps in deploying jitsi, and we don't want to overcrowd the `main` task file | |||
| * | remove joe's LDAP login dictatorship | 2024-08-19 | -1/+1 | |
| | | ||||
| * | Only allow LDAP postfix lookups for postfix destination domains | 2024-08-19 | -0/+5 | |
| | | ||||
| * | include the jitsi deployment in the playbook | 2024-08-19 | -0/+5 | |
| | | ||||
| * | add a jitsi role | 2024-08-19 | -0/+152 | |
| | | | | | This adds the necessary package repos necessary to install jitsi, preseeds debconf with the questions needed by the jitsi pkg and installs it | |||
| * | allow needed tcp and udp traffic for jitsi services | 2024-08-19 | -0/+17 | |
| | | ||||
| * | Add postgres user for thallium | 2024-08-18 | -52/+68 | |
| | | ||||
| * | Add owlcorp.uk mail handling | 2024-08-18 | -0/+2 | |
| | | ||||
| * | Update Postfix fail2ban filter to use correct systemd unit name | 2024-08-17 | -0/+10 | |
| | | ||||
| * | Add SASL bans to Postfix fail2ban config | 2024-08-17 | -0/+7 | |
| | | ||||
| * | Add Postfix to fail2ban jails | 2024-08-17 | -0/+21 | |
| | | | | | Backed by the systemd integration for fail2ban | |||
| * | Allow user public directories to be returned at /~username/ paths | 2024-08-16 | -0/+5 | |
| | | ||||
| * | Revert "Deliver mails as maildir" | 2024-08-15 | -3/+0 | |
| | | | | | This reverts commit eb13a5a5a3e390bcc33705867069f814a6a2e698. | |||
| * | Deliver mails as maildir | 2024-08-15 | -0/+3 | |
| | | | | | Co-authored-by: Johannes Christ <[email protected]> | |||
| * | Update dependency community.general to v9.3.0 (#458) | 2024-08-15 | -1/+1 | |
| | | | | | | | | | datasource | package | from | to | | ----------------- | ----------------- | ----- | ----- | | galaxy-collection | community.general | 9.2.0 | 9.3.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| * | Install mblaze utilities | 2024-08-14 | -0/+2 | |
| | | ||||
| * | Install cowsay | 2024-08-14 | -0/+1 | |
| | | ||||
| * | Add transport maps | 2024-08-14 | -1/+5 | |
| | | ||||
| * | Update script to use mblaze | 2024-08-14 | -11/+5 | |
| | | ||||
| * | Add fortune reply script | 2024-08-14 | -0/+45 | |
| | | ||||
| * | Copy scripts and transport map in Postfix role | 2024-08-14 | -0/+30 | |
| | | ||||
| * | Install fortune in the common stage | 2024-08-14 | -0/+1 | |
| | | ||||
| * | Add Postfix transport map | 2024-08-14 | -0/+5 | |
| | | ||||
| * | Add new email aliases | 2024-08-14 | -0/+8 | |
| | | ||||
| * | Revert "Enable fail2ban jails for postfix" | 2024-08-06 | -18/+0 | |
| | | | | | | | | | | This reverts commit 55df090d03a0b412a16139197673bb0fbd1bf139. This commit generated an error when deployed to production and should be revised. Re-opens #433 | |||
| * | Enable fail2ban jails for postfix | 2024-08-06 | -0/+18 | |
| | | | | | Closes #433. | |||
| * | Update OpenDMARC to ensure that mail is quarantined or rejected | 2024-08-04 | -7/+7 | |
| | | ||||
| * | Update milter configuration in Postfix | 2024-08-04 | -0/+2 | |
| | | ||||
| * | sasl: only allow service accounts to authenticate with SASL | 2024-08-04 | -1/+1 | |
| | | ||||
| * | sasl: Run SASL role on mailservers | 2024-08-04 | -0/+1 | |
| | | ||||
| * | sasl: Add handlers for saslauthd | 2024-08-04 | -0/+10 | |
| | | ||||
| * | sasl: Add SASL installation and setup tasks | 2024-08-04 | -0/+72 | |
| | | ||||
| * | sasl: Add new templated LDAP config for saslauthd | 2024-08-04 | -0/+5 | |
| | | ||||
| * | sasl: Add SMTPD config for Postfix to use new SASL preferences | 2024-08-04 | -0/+2 | |
| | | ||||
| * | sasl: Add role dependencies for SASL | 2024-08-04 | -0/+4 | |
| | | ||||
| * | sasl: Create new variables for SASL role | 2024-08-04 | -0/+13 | |
| | | ||||
| * | Document new DKIM role paramters | 2024-08-04 | -0/+13 | |
| | | ||||
| * | Copy relay_recipient_maps for local_recipient_maps | 2024-08-03 | -0/+2 | |
| | | ||||
| * | Only allow service mail to be received to int.pydis.wtf addresses | 2024-08-03 | -1/+1 | |
| | | ||||