So im running ISPconfig with Dovecot as mail-server (storing mails via mysql). Yesterday i made some changes to the mysql-config. I wanted the server to answer also External Requests.
The Problem is, with "bind-address" activated to the external server-ip, Dovecot couldnt connect to Mysql as localhost anymore.
"postfix/smtpd[726]: warning: connect to mysql server 127.0.0.1: Can't connect to MySQL server on '127.0.0.1' (111)"
I found out that commenting out "skip-external-locking" would have been enough. So i changed the mysql-config back to listen on every ip.
But i noticed, in the time where Dovecot couldnt connect to Mysql, of course no mails have been stored.
So my Question is if there is any way to reconstruct them. I mean are they stored anywhere as plain-text file, while the mysql-server is "down", or is there any kind of queue? Or are those Mails simply gone forever?!
Thanks