1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-05-04 06:42:12 +00:00

Address code review feedback

- Clarify host vs container paths in documentation
- Use loop for creating extra plugin files to reduce duplication
- Update example to show IMAP-specific plugin addition

Co-authored-by: DerLinkman <62480600+DerLinkman@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-15 11:23:45 +00:00
parent 6633da54d4
commit 0ae8e02ac0
2 changed files with 6 additions and 5 deletions

View File

@@ -7,8 +7,9 @@
# Create/edit data/conf/dovecot/mail_plugins_extra (for global plugins)
# Create/edit data/conf/dovecot/mail_plugins_imap_extra (for IMAP-specific plugins)
# Create/edit data/conf/dovecot/mail_plugins_lmtp_extra (for LMTP-specific plugins)
# Example to add the virtual plugin globally:
# echo -n ' virtual' > data/conf/dovecot/mail_plugins_extra
# Note: These paths are on the host. Inside the container they are /etc/dovecot/mail_plugins_*
# Example to add the virtual plugin for IMAP:
# echo -n ' virtual' > data/conf/dovecot/mail_plugins_imap_extra
# docker-compose restart dovecot-mailcow
#
# Option 2: Override protocol sections in extra.conf