I have set up Postfix + Dovecot with SSL enforced, and while testing with mailutils I'm able to send e-mails to my gmail, but when I try to reply they are not received on my server.
With openssl I successfully logged in to the imap server with
01 LOGIN myname@example.com mypassword
From which I get
01 OK ....... Logged in
But then on the server I get the following in the syslog
Jul 21 20:51:21 localhost dovecot: imap-login: Login: user=<myname@example.com>, method=PLAIN, rip=99.99.99.99, lip=98.98.98.98, mpid=XXXXX, TLS, session=<R4ND0MSTRINGY>
Jul 21 20:51:21 localhost dovecot: imap(myname@example.com)<XXXXX><R4ND0MSTRINGY>: Error: chdir(/var/mail/vhosts/example.com/myname) failed: Not a directory
I check that file, and it's there, but it's not a directory. It's just an empty file from what I can tell. Does anyone have any idea where my configuration might be wrong? Thanks so much in advance.