-
-
Notifications
You must be signed in to change notification settings - Fork 278
Reference
Matt Simerson edited this page Apr 2, 2024
·
2 revisions
- NB: see docs for wild-config
- Filename endings with
.tomlnot shown, for brevity - Processes must be restarted to see config changes
| Setting | URL | config location(s) |
|---|---|---|
| IMAP, POP3, SMTP | /help | wilduck-webmail/config/default |
| user.mobileconfig | /users/{user}/asps | wildduck/config/[api|pop3|imap|default]wildduck/config/default |
| POP3 server | $HOST:995 | wildduck/config/pop3 wildduck-webmail/config/default |
| POP3 TLS | $HOST:995 | wildduck/config/pop3 wildduck/config/default wildduck/config/tls (via include) |
| IMAP server | $HOST:993 | wildduck/config/imap wildduck-webmail/config/default |
| IMAP TLS | $HOST:993 | wildduck/config/imap wildduck/config/default wildduck/config/ (via include) |
| SMTP MSA | $HOST:587 | wildduck/config/default zone-mta/config/interfaces/feeder wildduck-webmail/config/default |
| SMTP hostname | $HOST:587 | zone-mta/config/pools zone-mta/config/plugins/wildduck.toml |
| LMTP server | $HOST:24 | wildduck/config/lmtp |
| MongoDB DSN | - | wildduck/config/dbs zone-mta/config/dbs-production zone-mta-admin/config/default |
| Redis DSN | - | wildduck/config/dbs wildduck-webmail/config/default zone-mta/config/dbs-production zone-mta-admin/config/default |
| SRS | - | zone-mta/config/plugins/wildduck haraka/config/wilduck.yaml |
- To get POP3, IMAP, LMTP, and SMTP-submission to listen on IPv4 and IPv6, I had to set
host=""(empty string).
| Service | WildDuck | WildDuck Default | Common / Public Port |
|---|---|---|---|
| API | WildDuck | 8080 | - |
| API | ZoneMTA | 12080 | - |
| HTTP | ZoneMTA admin | 8082 | - |
| LMTP | Daemon | 2424 | 24 |
| POP3S | WildDuck | 9995 | 995 |
| IMAPS | WildDuck | 9993 | 993 |
| HTTP | WildDuck Webmail | 3000 | 80/443 |
| SMTP submission / feeder | ZoneMTA/plugin/wildduck | 2587 | 587 |
© 2015-2024 Andris Reinman. Wild Duck IMAP Server wildduck.email