diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-01-28 00:57:55 +0800 | 
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-01-28 00:57:55 +0800 | 
| commit | 3e40fc207c6a2f6ff45df231323fcb4832d0eda8 (patch) | |
| tree | 413a485cc373ae59fe16b51e421cd8fd3287f020 | |
| parent | dcda6710930f330f0061a717369e4eb3166e6322 (diff) | |
| download | crupest-3e40fc207c6a2f6ff45df231323fcb4832d0eda8.tar.gz crupest-3e40fc207c6a2f6ff45df231323fcb4832d0eda8.tar.bz2 crupest-3e40fc207c6a2f6ff45df231323fcb4832d0eda8.zip | |
fix(mail): expose manage sieve port.
| -rw-r--r-- | templates/docker-compose.yaml.template | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/templates/docker-compose.yaml.template b/templates/docker-compose.yaml.template index 1d2de80..649e58b 100644 --- a/templates/docker-compose.yaml.template +++ b/templates/docker-compose.yaml.template @@ -108,6 +108,7 @@ services:        - "465:465" # ESMTP (implicit TLS)        - "587:587" # ESMTP (explicit TLS => STARTTLS)        - "993:993" # IMAP4 (implicit TLS) +      - "4190:4190" # manage sieve protocol      volumes:        - ./data/dms/mail-data/:/var/mail/        - ./data/dms/mail-state/:/var/mail-state/ | 
