Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Set group write permissions on /var/vmail folder | 2025-09-10 | -0/+10 | |
| | | | | Signed-off-by: Chris Lovering <[email protected]> | |||
* | Don't set gid when creating mail dirs and operating on mailboxes | 2025-09-10 | -1/+1 | |
| | | | | Signed-off-by: Chris Lovering <[email protected]> | |||
* | Correct handler names in Dovecot role | 2024-09-03 | -2/+2 | |
| | ||||
* | Change all templates to use {{ ansible_managed }} | 2024-09-03 | -14/+14 | |
| | ||||
* | Remove unnecessary & faulty LDAP user attribute mapping | 2024-08-30 | -1/+1 | |
| | ||||
* | Change templating of user mail_home | 2024-08-30 | -1/+1 | |
| | ||||
* | Make spam learning pipe scripts world readable/executable | 2024-08-30 | -1/+1 | |
| | ||||
* | Separate mail users by their UID | 2024-08-30 | -3/+10 | |
| | | | | | Directories under /var/vmail are no longer all owned by `vmail`, but instead `$ldap_uid:vmail`. | |||
* | ManageSieve for Everyone | 2024-08-30 | -6/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | A spectre is haunting Python Discord -- the spectre of proprietary mail filtering programs. All the Powers of Big Mail have entered into a holy alliance to exorcise this spectre: Outlook and GMail, Yahoo and Zoho, AOL adn iCloud. Where is the open protocol in opposition that has not been decried as unprofessional, free and open source by its opponents in power? Where is the Opposition that has not hurled back the branding reproach of Internet Standards, against the more advanced opposition protocols, as well as against its reactionary adversaries? Two things result from this fact. I. Sieve is already standardized as a protocol via the IETF. II. It is high time that Python Discord users should openly, in the face of the TLS-encrypted internet, filter their notifications, their love letters, their mailing lists, and meet this nursery tale of the Spectre of ManageSieve with a Manifesto of Python Discord Devops itself. To this end, ManageSieve users of various nationalities have assembled on jitsi.pydis.wtf, and sketched the following commit, to be published on the lovelace Python Discord e-mail service. | |||
* | Compile prevent-duplicates.sieve script to sieve-after filter directory | 2024-08-29 | -0/+16 | |
| | ||||
* | Add duplicate prevention sieve script | 2024-08-29 | -0/+9 | |
| | ||||
* | Correct sieve user log location | 2024-08-24 | -1/+1 | |
| | ||||
* | Explicitly run spamc hooks as debian-spamd | 2024-08-24 | -2/+2 | |
| | ||||
* | More progress on Dovecot ham/spam marking | 2024-08-24 | -2/+109 | |
| | ||||
* | Enable spamc ham and spam learning | 2024-08-24 | -3/+104 | |
| | ||||
* | Add sieve script to move spam to folder | 2024-08-24 | -0/+45 | |
| | ||||
* | Use variable for vmail user ID | 2024-08-23 | -5/+4 | |
| | ||||
* | Enable welcome plugin on mailbox creation | 2024-08-23 | -1/+14 | |
| | ||||
* | Copy welcome script in Dovecot tasks | 2024-08-23 | -0/+10 | |
| | ||||
* | Add Welcome script | 2024-08-23 | -0/+29 | |
| | ||||
* | Explicitly template sieve parameter to point to Sieve locations | 2024-08-23 | -1/+1 | |
| | ||||
* | Template new LMTP config and install Sieve packages | 2024-08-23 | -0/+3 | |
| | ||||
* | Add LMTP config to enable Sieve | 2024-08-23 | -0/+42 | |
| | ||||
* | Separate userdb homedir and maildir for sieve support | 2024-08-23 | -2/+2 | |
| | ||||
* | Explicitly set mailbox uid for doveadm | 2024-08-23 | -2/+4 | |
| | ||||
* | Remove dovecot from mail group | 2024-08-23 | -10/+0 | |
| | ||||
* | Simplify dovecot configuration templating logic | 2024-08-23 | -14/+8 | |
| | | | | Co-authored-by: My Vice Best Man <[email protected]> | |||
* | Add archive & automatically create mailboxes | 2024-08-23 | -0/+8 | |
| | ||||
* | Fix "an actual problem" | 2024-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 folders | 2024-08-23 | -0/+91 | |
| | | | | | Additionally, automatically expunge (delete) mails older than 60 days from the Trash folder. | |||
* | Add new templates for Dovecot config | 2024-08-23 | -0/+933 | |
| | ||||
* | Add variables for Dovecot | 2024-08-23 | -0/+14 | |
| | ||||
* | Create tasks for installing Dovecot (IMAP server) | 2024-08-23 | -0/+95 | |