coreos-home-server/config/service/dovecot/systemd/dovecot-fts-optimize.service
Alex Palaistras 5367d2650e dovecot: Activate FTS, ManagedSieve plugins
This commit enables FTS via Xapian, and exposes the port required for
ManagedSieve integration with Dovecot; additionally, bugs in the
integration of LMTP with RSpamd have been fixed.

In support of these changes, configuration files that were previously
split into container-based and service-based are now consolidated, and
we now ensure that only our own container-based configuration is used
when running Dovecot.
2021-11-13 13:12:24 +00:00

13 lines
231 B
Desktop File

[Unit]
Description=Optimize Dovecot FTS Index
Wants=dovecot.service
After=dovecot.service
[Service]
Type=oneshot
SyslogIdentifier=%N
ExecStart=/bin/podman exec dovecot doveadm fts optimize -A
[Install]
WantedBy=multi-user.target