Advertisement
Guest User

Untitled

a guest
Feb 27th, 2016
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. telnet 192.168.1.2 143
  2. * OK Waiting for authentication process to respond..
  3. * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=PLAIN] Dovecot ready.
  4. a login someUserLogin supersecretpassword
  5. * BAD Error in IMAP command received by server.
  6. a login someUserLogin supersecretpassword
  7. a OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS] Logged in
  8.  
  9. >dovecot -n
  10. # 2.0.19: /etc/dovecot/dovecot.conf
  11. # OS: Linux 3.5.0-34-generic x86_64 Ubuntu 12.04.2 LTS
  12. auth_debug = yes
  13. auth_verbose = yes
  14. disable_plaintext_auth = no
  15. login_trusted_networks = 192.168.1.0/16
  16. mail_location = maildir:~/Maildir
  17. passdb {
  18. driver = pam
  19. }
  20. protocols = " imap"
  21. ssl_cert = </etc/ssl/certs/dovecot.pem
  22. ssl_key = </etc/ssl/private/dovecot.pem
  23. userdb {
  24. driver = passwd
  25. }
  26.  
  27. Jul 3 12:27:51 linuxServer dovecot: auth: Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
  28. Jul 3 12:27:51 linuxServer dovecot: auth: Debug: auth client connected (pid=23499)
  29. Jul 3 12:28:06 linuxServer dovecot: auth: Debug: client in: AUTH#0111#011PLAIN#011service=imap#011secured#011no-penalty#011lip=192.168.1.2#011rip=192.169.1.3#011lport=143#011rport=50438#011resp=<hidden>
  30. Jul 3 12:28:06 linuxServer dovecot: auth-worker: Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
  31. Jul 3 12:28:06 linuxServer dovecot: auth-worker: Debug: pam(someUserLogin,192.169.1.3): lookup service=dovecot
  32. Jul 3 12:28:06 linuxServer dovecot: auth-worker: Debug: pam(someUserLogin,192.169.1.3): #1/1 style=1 msg=Password:
  33. Jul 3 12:28:06 linuxServer dovecot: auth: Debug: client out: OK#0111#011user=someUserLogin
  34. Jul 3 12:28:06 linuxServer dovecot: auth: Debug: master in: REQUEST#0111823473665#01123499#0111#0113a58da53e091957d3cd306ac4114f0b9
  35. Jul 3 12:28:06 linuxServer dovecot: auth: Debug: passwd(someUserLogin,192.169.1.3): lookup
  36. Jul 3 12:28:06 linuxServer dovecot: auth: Debug: master out: USER#0111823473665#011someUserLogin#011system_groups_user=someUserLogin#011uid=1000#011gid=1000#011home=/home/someUserLogin
  37. Jul 3 12:28:06 linuxServer dovecot: imap-login: Login: user=<someUserLogin>, method=PLAIN, rip=192.169.1.3, lip=192.168.1.2, mpid=23503, secured
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement