1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-07-07 13:35:56 +00:00
Files
mailcow-dockerized/data/conf/dovecot/conf.d/12-storage-attachments.conf
T
2025-08-28 10:26:55 +02:00

8 lines
212 B
Plaintext

# /etc/dovecot/conf.d/12-storage-attachments.conf
# External attachment storage.
fs mail_ext_attachment {
fs_driver = posix
mail_ext_attachment_path = /var/attachments
mail_ext_attachment_min_size = 128k
}