summaryrefslogtreecommitdiffstats
path: root/roles/amavis/tasks/main.yml
Commit message (Collapse)AuthorAgeFiles
* Don't restart amavis on DKIM key generation.Guilhem Moulin2021-02-131
| | | | | We want to give people the time add the key to DNS before we update the signing policy.
* roles/amavis: Drop packages that no longer exist.Guilhem Moulin2020-05-171
|
* DKIM: also include the "d=" tag in key filenames, not only the "s=" tag.Guilhem Moulin2018-12-051
| | | | | While the combination of "s=" tag (selector) & "d=" tag signing domain maps to a unique key, the selector alone doesn't necessarily.
* Upgrade DKIM keys to rsa2048, and allow for multiple keys.Guilhem Moulin2018-12-041
|
* Upgrade syntax to Ansible 2.7 (apt module).Guilhem Moulin2018-12-031
|
* Postfix: replace cdb & btree tables with lmdb ones.Guilhem Moulin2018-12-031
| | | | Cf. lmdb_table(5).
* Postfix: ensure common aliases are present.Guilhem Moulin2016-09-181
|
* clamav: Don't set obsolete option 'AllowSupplementaryGroups'.Guilhem Moulin2016-06-051
|
* Configure munin nodes & master.Guilhem Moulin2015-06-101
| | | | | Interhost communications are protected by stunnel4. The graphs are only visible on the master itself, and content is generated by Fast CGI.
* Upgrade amavis config to Jessie.Guilhem Moulin2015-06-071
|
* Generate the DKIM key on the outgoing instance only.Guilhem Moulin2015-06-071
|
* Loopia's maximum length for TXT records is 255 chars.Guilhem Moulin2015-06-071
| | | | So unfortunately we can't fit a 2048-bits RSA key.
* typoGuilhem Moulin2015-06-071
|
* Install amavisd-new on the outgoing SMTP proxy.Guilhem Moulin2015-06-071
For DKIM signing and virus checking.