Moi <anic297 at mac.com> wrote:> I've made some more tests and I still can't receive mails; sending them > still works. I don't receive any error message, just the mails that are > supposed to be received won't come. > In the mail logs, I find only this relevant line: > dovecot: imap-login: Aborted login (no auth attempts in 2 secs): user=<>Did you post doveconf -n (I didn't catch the head of this thread)? That would be step 0. A good first step is to test whether you have basic authentication working (to separate out if you have a server or client issue). I assume you allow plaintext communication, but if not, substitute telnet with "openssl sclient -connect your-server:993": C: # telnet your-server 143 S: * OK [CAPABILITY ... C: x1 login testuser theirpassword If you get an OK response to this, it may be a client issue (check settings on client). If you get an error or failure, look inward: check logs and config. Joseph Tam <jtam.home at gmail.com>
Le 14 oct. 2016 ? 21:22, Joseph Tam <jtam.home at gmail.com> a ?crit:> Did you post doveconf -n (I didn't catch the head of this thread)? That > would be step 0.Yes (actually, twice). If you want to see it again, no problem, just ask.> I assume you allow plaintext communication, but if not, substitute telnet with > "openssl sclient -connect your-server:993": > > C: # telnet your-server 143 > S: * OK [CAPABILITY ... > C: x1 login testuser theirpassword > > If you get an OK response to this, it may be a client issue (check settings on > client). If you get an error or failure, look inward: check logs and config.For sake of ?security?, I chose to not allow plaintext communication (being new to this, I think being strict is a good choice). I?ve tried with the openssl option and it successfully logged in. Thank you.