foxcpp / maddy

✉️ Composable all-in-one mail server.
https://maddy.email
GNU General Public License v3.0
5.07k stars 244 forks source link

Doc: Update imapsql.md #552

Closed felixkrohn closed 1 year ago

felixkrohn commented 1 year ago

From the actual behaviour I deduct that messages are stored under /data/messages, and this doc must be outdated?

foxcpp commented 1 year ago

This is the Docker-specific location. For non-Docker installations, it is indeed /var/lib/maddy/messages.

Per https://maddy.email/docker/:

Volumes

/data - maddy state directory. Databases, queues, etc are stored here. You might want to mount a named volume there. The >main configuration file is stored here too (/data/maddy.conf).

foxcpp commented 1 year ago

NACK