This is all it’s showing me in the log:
[ec2-user@ip-172-31-22-222 ~]$ sudo tail -f /var/log/maillog Mar 15 20:39:41 ip-172-31-22-222 dovecot: doveadm: Debug: This is Dovecot's debug log (1458074381) Mar 15 20:39:41 ip-172-31-22-222 dovecot: doveadm: This is Dovecot's info log (1458074381) Mar 15 20:39:41 ip-172-31-22-222 dovecot: doveadm: Warning: This is Dovecot's warning log (1458074381) Mar 15 20:39:41 ip-172-31-22-222 dovecot: doveadm: Error: This is Dovecot's error log (1458074381) Mar 15 20:39:41 ip-172-31-22-222 dovecot: doveadm: Fatal: This is Dovecot's fatal log (1458074381) Mar 15 20:39:50 ip-172-31-22-222 dovecot: doveadm: Debug: This is Dovecot's debug log (1458074390) Mar 15 20:39:50 ip-172-31-22-222 dovecot: doveadm: This is Dovecot's info log (1458074390) Mar 15 20:39:50 ip-172-31-22-222 dovecot: doveadm: Warning: This is Dovecot's warning log (1458074390) Mar 15 20:39:50 ip-172-31-22-222 dovecot: doveadm: Error: This is Dovecot's error log (1458074390) Mar 15 20:39:50 ip-172-31-22-222 dovecot: doveadm: Fatal: This is Dovecot's fatal log (1458074390) Mar 15 20:41:53 ip-172-31-22-222 dovecot: imap-login: Login: user=<beth>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=1561, secured
I just logged in and ran the commands. you can see my login, but it’s not logging any errors… Although it won’t let me select my inbox on that user…
Jason Pruim pruimj@gmail.com 352.234.3175
On Mar 15, 2016, at 1:06 AM, Aki Tuomi aki.tuomi@dovecot.fi wrote:
Can yoi run doveadm log errors too?
Aki Tuomi Dovecot oy
-------- Alkuperäinen viesti -------- Lähettäjä: Jason Pruim pruimj@gmail.com Päivämäärä: 15.3.2016 4.50 (GMT+02:00) Saaja: dovecot@dovecot.org Aihe: New dovecot user needs installation help
Hey Everyone,
So I just setup my first dovecot install with postfix running for the mail server… I can telnet into my dovecot install and login just fine with my user locally… But when I try to add the account from my phone, computer, or telnetting from my local computer, it just hangs and eventually kicks back a generic error saying it can’t be added… Where can I start looking? I’m hosted with amazon web services and I’m waiting on them to approve my request to white list my IP on my instance, but that should only restrict my ability to send email out on port 25… I should still be able to operate locally…
According to the firewall on amazon port 143 and 993 are both allowed from any IP address into the server (All outbound traffic is currently open until I get it working)
I’m thinking it’s something easy, and I can handle pointers! I don’t necessarily need my hand held the entire way… At least not yet…
Here is the output of my dovecot -n:
[ec2-user@ip-172-31-22-222 log]$ dovecot -n # 2.0.9: /etc/dovecot/dovecot.conf # OS: Linux 3.14.48-33.39.amzn1.x86_64 x86_64
mail_location = mbox:~/mail:INBOX=/var/mail/%u mbox_write_locks = fcntl passdb { driver = pam } ssl_cert =Let me know if there is anything else you need, or where to go from here!
Thanks in advance!
Jason Pruim pruimj@gmail.com