aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/dovecot (follow)
Commit message (Collapse)AuthorAgeLines
* Set group write permissions on /var/vmail folderGravatar Joe Banks2025-09-10-0/+10
| | | | Signed-off-by: Chris Lovering <[email protected]>
* Don't set gid when creating mail dirs and operating on mailboxesGravatar Joe Banks2025-09-10-1/+1
| | | | Signed-off-by: Chris Lovering <[email protected]>
* Correct handler names in Dovecot roleGravatar Joe Banks2024-09-03-2/+2
|
* Change all templates to use {{ ansible_managed }}Gravatar Joe Banks2024-09-03-14/+14
|
* Remove unnecessary & faulty LDAP user attribute mappingGravatar Joe Banks2024-08-30-1/+1
|
* Change templating of user mail_homeGravatar Joe Banks2024-08-30-1/+1
|
* Make spam learning pipe scripts world readable/executableGravatar Joe Banks2024-08-30-1/+1
|
* Separate mail users by their UIDGravatar Johannes Christ2024-08-30-3/+10
| | | | | Directories under /var/vmail are no longer all owned by `vmail`, but instead `$ldap_uid:vmail`.
* ManageSieve for EveryoneGravatar Johannes Christ2024-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 directoryGravatar Joe Banks2024-08-29-0/+16
|
* Add duplicate prevention sieve scriptGravatar Joe Banks2024-08-29-0/+9
|
* Correct sieve user log locationGravatar Joe Banks2024-08-24-1/+1
|
* Explicitly run spamc hooks as debian-spamdGravatar Joe Banks2024-08-24-2/+2
|
* More progress on Dovecot ham/spam markingGravatar Joe Banks2024-08-24-2/+109
|
* Enable spamc ham and spam learningGravatar Joe Banks2024-08-24-3/+104
|
* Add sieve script to move spam to folderGravatar Joe Banks2024-08-24-0/+45
|
* Use variable for vmail user IDGravatar Joe Banks2024-08-23-5/+4
|
* 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
|
* 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.
* 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