Sample Kerberos Login
If you are having difficulty establishing a Kerberos connection via IMAP, we recommend capturing a log of the IMAP session and comparing to the sample Kerberos login below. Most issues cannot be resolved by Eudora Technical Support. You should contact your email administrator to resolve any issues that may arise.
To log your IMAP session, install Esoteric Settings. Once installed, follow these instructions:
- Go to Settings and find the "Logging" screen. Check the "All Bytes Transferred" box.
- Check your IMAP mail.
- Go back to Settings and turn off "All Bytes Transferred".
- Open the "Eudora Log" file created in the folder where your Eudora Settings file resides. By default, Eudora Settings reside in the System Folder:Eudora Folder of the active startup volume.
Compare your log session with the successful Kerberos login session below, broken down line-by-line.
- Thu Oct 14 14:45:37 1999
- Version 4.2.1.1 (Alpha)
- 213 64:0.0 Rcvd: "* OK cartman.qualcomm.com Cyrus IMAP4 v1.5.14 server ready\r\n"
- 213 32:0.2 Sent: "00000 CAPABILITY\r\n"
- 213 64:0.2 Rcvd: "* CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS X-NON-HIERARCHICAL-RENAME NO_ATOMIC_RENAME AUTH=KERBEROS_V4 UNSELECT\r\n"
- 213 64:0.2 Rcvd: "00000 OK Completed\r\n"
- 213 32:0.2 Sent: "00001 AUTHENTICATE KERBEROS_V4\r\n"
- 213 64:0.9 Rcvd: "+ OAYkiQ==\r\n"
- 213 32:0.9 Sent: "BAcBQlJPV04uRURVADggS+Y4wJ4qIx+fgSiX0nu7izYFtOujxRXuUoDhGyOk61sGyhM82 ol/J3Dup8IMEO74rqSDYVDa/Ikr5UT8V2dIABXaqAVC35gDf0QiC1oGrcWfuOVNxt8k9Q= =\r\n"
- 213 64:0.9 Rcvd: "+ BXHerGTzIDQ=\r\n"
- 213 32:0.9 Sent: "ZvmEGVeSBOTkUfBzbMU5+gJjmGrV4my8\r\n"
- 213 64:0.9 Rcvd: "00001 OK User logged in (no protection)\r\n"
Lines 1 and 2: Handshake.
Line 3: Received response from the server letting Eudora know a connection has been established.
Line 4: Eudora sending the CAPABILITY command to see what authentication services the server supports.
Line 5: Received response from the server telling Eudora what types of authentication methods it supports.
NOTE: If the server does not return 'AUTH=KERBEROS_V4', the server is not accepting Kerberos connections. Contact your email administrator.
Line 6: Received response from the server telling Eudora it has completed sending the list of supported authentication methods.
Line 7: Eudora sending AUTHENTICATE KERBEROS_V4.
NOTE: If you do not see the command 'AUTHENTICATE KERBEROS_V4' following the 'OK Completed' command, the KClient software is not installed properly on your machine. Contact your email administrator or help desk for assistance.
Line 8: Server response requesting your Kerberos ticket.
Line 9: Eudora responding with your Kerberos ticket.
Lines 10 and 11: Ticket authentication. Read RFC 1731 for specific information.
Line 12: Server responding to successful login.
Back to the top