Advertisement
Guest User

Untitled

a guest
Jul 10th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. telnet <my.server.here> 143
  2.  
  3. <my_name>@<my_host>:~$ telnet <ip> 143
  4. Trying <ip>...
  5. Connected to <ip>.
  6. Escape character is '^]'.
  7. * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION] Courier-IMAP ready. Copyright 1998-2011 Double Precision, Inc. See COPYING for distribution information.
  8. a login incoming <my_cool_pwd>
  9. * BYE Temporary problem, please try again later
  10. Connection closed by foreign host.
  11.  
  12. Oct 18 17:37:23 <my_host> imapd: authdaemon: s_connect() failed: No such file or directory
  13. Oct 18 17:37:23 <my_host> imapd: authentication error: No such file or directory
  14.  
  15. Oct 18 17:37:10 <my_host> imapd: Connection, ip=[::ffff:xxx.xxx.xxx.xxx]
  16. Oct 18 17:37:23 <my_host> imapd: authdaemon: s_connect() failed: No such file or directory
  17. Oct 18 17:37:23 <my_host> imapd: LOGIN FAILED, user=incoming, ip=[::ffff:xxx.xxx.xxx.xxx]
  18. Oct 18 17:37:23 <my_host> imapd: authentication error: No such file or directory
  19.  
  20. sudo authtest incoming <my_cool_pwd>
  21.  
  22. ERR: authdaemon: s_connect() failed: No such file or directory
  23. Authentication FAILED: No such file or directory
  24.  
  25. Authentication succeeded.
  26.  
  27. Authenticated: <login> (system username: <login>)
  28. Home Directory: /home/<login>
  29. Maildir: (none)
  30. Quota: (none)
  31. Encrypted Password: <hidden>
  32. Cleartext Password: <hidden>
  33. Options: (none)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement