ASKER
inotifywait -mrq list-of-all-docker-data-volumes-referenced-by-container
cat /path-to-cert
ASKER
Linux is a UNIX-like open source operating system with hundreds of distinct distributions, including: Fedora, openSUSE, Ubuntu, Debian, Slackware, Gentoo, CentOS, and Arch Linux. Linux is generally associated with web and database servers, but has become popular in many niche industries and applications.
TRUSTED BY
SMTP != IMAP
So you'll never... effect any IMAP connection behavior... in any way, with any action at the Postfix level.
The way you'll do this...
1) Create a TLS cert, likely using https://LetsEncrypt.org + setup your cert for auto renewal + to bounce (stop/restart) your IMAP server each time cert renews.
https://www.experts-exchange.com/questions/29218434/Cluster-must-have-at-least-one-etcd-plane-host-failed-to-connect-to-the-following-etcd-host-when-rotating-certs-in-rancher.html covers initial cert generation + auto renewal + daemon restarts.
2) Then you select your IMAP server, which will almost surely be Dovecot.
3) Then you plumb your TLS cert into Dovecot.
4) Now you'll have a working IMAP server.
5) Said differently, if you've only install Postfix (SMTP), then your connection problem is no running IMAP server.