Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: Authentication in POP3

Started 1 month ago by shreedhan
Hi, I was recently working with POP3 and have few questions about the working of authentication of POP3. I went through few RFCs and found out that POP3 supports SASL authentication mechanisms and TLS as well. How does SASL PLAIN work without using TLS ? I tried using base64 encoded 'username' + '\0' + 'username' + '\0' + 'password'. But it's not authorizing me. What's the problem here...
Site: FedoraForum.org - Fedora Core Support Forum & Community  FedoraForum.org - Fedora Core Support Forum & Community - site profile
Forum: Programming   Programming   - forum profile
Total authors: 4 authors
Total thread posts: 7 posts
Thread activity: no new posts during last week
Domain info for: fedoraforum.org

Other posts in this thread:

shreedhan replied 1 month ago
somebody Please help me...........

hmmsjan replied 3 weeks, 3 days ago
Dear Shreedhan, I can partly help you: echo -e -n "\0username\0password" | base64 gives you the encoded login telnet mypopserver 110 Escape character is '^]'. +OK Dovecot ready. AUTH PLAIN thestringfromthecommandabove +OK Logged in. Not very safe, because you can decode the string with base64 -d The TLS variant is much more complex, so that is something I can answer you, ...

marcrblevins replied 3 weeks, 3 days ago
Do you have dovecot running for pop3s only? You want secured pop3 right? Look at your /etc/dovecot.conf file. Code: # Protocols we want to be serving: imap imaps pop3 pop3s managesieve # If you only want to use dovecot-auth, you can set this to "none". protocols = pop3s Edit: Whoops, didn't realized in was in the programming section. Can't delete my entry, sorry.

hmmsjan replied 3 weeks, 3 days ago
Quote: Originally Posted by marcrblevins Do you have dovecot running for pop3s only? You want secured pop3 right? Look at your /etc/dovecot.conf file. Code: # Protocols we want to be serving: imap imaps pop3 pop3s managesieve # If you only want to use dovecot-auth, you can set this to "none". protocols = pop3s...

shreedhan replied 3 weeks, 3 days ago
Quote: Originally Posted by marcrblevins Do you have dovecot running for pop3s only? You want secured pop3 right? Yes, I want a secured POP3. Actually, I'm developing a POP3 Client and have no access to servers. This POP3 Client needs to connect to different servers and download mails. But the problem is...

shreedhan Offline Registered User replied 3 weeks, 3 days ago
Quote: Originally Posted by marcrblevins Do you have dovecot running for pop3s only? You want secured pop3 right? Yes, I want a secured POP3. Actually, I'm developing a POP3 Client and have no access to servers. This POP3 Client needs to connect to different servers and download mails. But the problem is...

 

Top contributing authors

Name
Posts
shreedhan
3
user's latest post:
Authentication in POP3
Published (2009-11-23 01:00:00)
Quote: Originally Posted by marcrblevins Do you have dovecot running for pop3s only? You want secured pop3 right? Yes, I want a secured POP3. Actually, I'm developing a POP3 Client and have no access to servers. This POP3 Client needs to connect to different servers and download mails. But the problem is plain-text authentication is not supported by all the servers and not secure as well. So I needed to use TLS or other authentication...
hmmsjan
2
user's latest post:
Authentication in POP3
Published (2009-11-22 23:38:00)
Quote: Originally Posted by marcrblevins Do you have dovecot running for pop3s only? You want secured pop3 right? Look at your /etc/dovecot.conf file. Code: # Protocols we want to be serving: imap imaps pop3 pop3s managesieve # If you only want to use dovecot-auth, you can set this to "none". protocols = pop3s Edit: Whoops, didn't realized in was in the programming section. Can't delete my entry, sorry. No, in my...
marcrblevins
1
user's latest post:
Authentication in POP3
Published (2009-11-22 21:10:00)
Do you have dovecot running for pop3s only? You want secured pop3 right? Look at your /etc/dovecot.conf file. Code: # Protocols we want to be serving: imap imaps pop3 pop3s managesieve # If you only want to use dovecot-auth, you can set this to "none". protocols = pop3s Edit: Whoops, didn't realized in was in the programming section. Can't delete my entry, sorry.
shreedhan Offline Registered User
1
user's latest post:
Authentication in POP3
Published (2009-11-23 01:00:00)
Quote: Originally Posted by marcrblevins Do you have dovecot running for pop3s only? You want secured pop3 right? Yes, I want a secured POP3. Actually, I'm developing a POP3 Client and have no access to servers. This POP3 Client needs to connect to different servers and download mails. But the problem is plain-text authentication is not supported by all the servers and not secure as well. So I needed to use TLS or other authentication...

Related threads on "FedoraForum.org - Fedora Core Support Forum & Community":

Related threads on other sites:

Thread profile page for "Authentication in POP3" on http://www.fedoraforum.org. This report page is a snippet summary view from a single thread "Authentication in POP3", located on the Message Board at http://www.fedoraforum.org. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity