aboutsummaryrefslogtreecommitdiffstats
path: root/ansible (follow)
Commit message (Collapse)AuthorAgeLines
...
* Clean up SASL logic from postfixGravatar Johannes Christ2024-08-23-19/+16
| | | | | | Per Joe's comment here [1]. [1]: https://github.com/python-discord/infra/issues/478#issuecomment-2306107672
* Configure Postfix to reject mail on the sender blocklistGravatar Joe Banks2024-08-23-0/+16
|
* Add sender blocklistGravatar Joe Banks2024-08-23-0/+3
|
* Fix pcre rewriting for postfix headersGravatar Joe Banks2024-08-23-3/+7
|
* Preserve privacy in e-mail headersGravatar Johannes Christ2024-08-23-0/+38
| | | | | | | Similar to how the big e-mail providers do it, strip out some personally identifying information from e-mails. I have used this on my own e-mail server for a while and it works fine.
* Update neomutt foldersGravatar Joe Banks2024-08-23-1/+1
|
* Use variable for vmail user IDGravatar Joe Banks2024-08-23-5/+4
|
* Add some missing aliases for staff emailGravatar Joe Banks2024-08-23-0/+2
|
* Enable welcome plugin on mailbox creationGravatar Joe Banks2024-08-23-1/+14
|
* Copy welcome script in Dovecot tasksGravatar Joe Banks2024-08-23-0/+10
|
* Add Welcome scriptGravatar Joe Banks2024-08-23-0/+29
|
* Explicitly template sieve parameter to point to Sieve locationsGravatar Joe Banks2024-08-23-1/+1
|
* Template new LMTP config and install Sieve packagesGravatar Joe Banks2024-08-23-0/+3
|
* Add LMTP config to enable SieveGravatar Joe Banks2024-08-23-0/+42
|
* Separate userdb homedir and maildir for sieve supportGravatar Joe Banks2024-08-23-2/+2
|
* Explicitly set mailbox uid for doveadmGravatar Joe Banks2024-08-23-2/+4
|
* Add high maxretry for Postfix fail2ban rulesGravatar Joe Banks2024-08-23-0/+2
|
* Reconfigure neomuttrcGravatar Joe Banks2024-08-23-4/+14
|
* Remove dovecot from mail groupGravatar Joe Banks2024-08-23-10/+0
|
* Simplify dovecot configuration templating logicGravatar Joe Banks2024-08-23-14/+8
| | | | Co-authored-by: My Vice Best Man <[email protected]>
* Add archive & automatically create mailboxesGravatar Johannes Christ2024-08-23-0/+8
|
* Fix "an actual problem"Gravatar Johannes Christ2024-08-23-2/+2
| | | | | | | | | | golly gee wonkers your line has an extra white space character at the end of the line! gobbly-dobbly just how could this commit even enter the remote repository? it was on track to cause a widespread production outage with millions of disgraced users! god forbid you even had trailing whitespace on two lines! imagine the financial damage this could cause, and don't even get me started on the liability for all of these changes!
* Automatically configure default IMAP foldersGravatar Johannes Christ2024-08-23-0/+91
| | | | | Additionally, automatically expunge (delete) mails older than 60 days from the Trash folder.
* Use Dovecot LMTP to deliver local mailGravatar Joe Banks2024-08-23-0/+3
|
* Reconfigure Postfix for SMTPS and Submission portsGravatar Joe Banks2024-08-23-3/+16
|
* Run dovecot role on mailserversGravatar Joe Banks2024-08-23-0/+1
|
* Add IMAP to firewall allowed listGravatar Joe Banks2024-08-23-1/+6
|
* Add new templates for Dovecot configGravatar Joe Banks2024-08-23-0/+933
|
* Add variables for DovecotGravatar Joe Banks2024-08-23-0/+14
|
* Create tasks for installing Dovecot (IMAP server)Gravatar Joe Banks2024-08-23-0/+95
|
* Correct typo in rrdstats variables fileGravatar Joe Banks2024-08-23-1/+1
|
* Update dependency community.postgresql to v3.5.0Gravatar renovate[bot]2024-08-23-1/+1
| | | | | | | datasource | package | from | to | | ----------------- | -------------------- | ----- | ----- | | galaxy-collection | community.postgresql | 3.4.1 | 3.5.0 |
* Use postgres role for user setupGravatar Johannes Christ2024-08-22-111/+222
|
* Perform final polishGravatar Johannes Christ2024-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 callGravatar Johannes Christ2024-08-22-3/+1
| | | | Chris has fixed this upstream in python-discord/metricity#157.
* Use same basename for script as on serverGravatar Johannes Christ2024-08-22-1/+1
|
* Set STATE_DIRECTORY for automatic data directory creationGravatar Johannes Christ2024-08-22-10/+9
|
* Deploy rrdtool-based statisticsGravatar Johannes Christ2024-08-22-0/+310
|
* Comment out Joe's userGravatar Johannes Christ2024-08-20-145/+149
|
* Rename to cookiejakeGravatar Johannes Christ2024-08-20-145/+145
|
* ignore changed when error for the prosodyctl commandGravatar shtlrs2024-08-19-2/+1
|
* prevent joe from doing an oopsie to meGravatar shtlrs2024-08-19-1/+0
|
* fix ansible lint errorsGravatar shtlrs2024-08-19-1/+3
|
* add a task that enables LDAP auth for jitsiGravatar shtlrs2024-08-19-0/+87
|
* move jitsi installation to an `install` taskGravatar shtlrs2024-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 dictatorshipGravatar shtlrs2024-08-19-1/+1
|
* Only allow LDAP postfix lookups for postfix destination domainsGravatar Joe Banks2024-08-19-0/+5
|
* include the jitsi deployment in the playbookGravatar shtlrs2024-08-19-0/+5
|
* add a jitsi roleGravatar shtlrs2024-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 servicesGravatar shtlrs2024-08-19-0/+17
|