bundles/dovecot: add full text indexing

This commit is contained in:
Franzi 2024-04-14 12:05:58 +02:00
parent a155fe22cb
commit 7491ec840c
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 47 additions and 6 deletions

View file

@ -49,6 +49,13 @@ files = {
},
}
symlinks['/usr/lib/dovecot/decode2text.sh'] = {
'target': '/usr/share/doc/dovecot-core/examples/decode2text.sh',
'before': {
'svc_systemd:dovecot',
},
}
actions = {
'dovecot_generate_dhparam': {
'command': 'openssl dhparam -out /etc/dovecot/ssl/dhparam.pem 2048',