POP3 server authentication: Difference between revisions

From MoodleDocs
No edit summary
(plugin removed in 3.4 (MDL-50925))
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Location: POP3 server settings link in ''Administration > Users > Authentication''
{{Authentication}}
{{Note|The POP3 server authentication plugin has been removed in Moodle 3.4. It is still available from https://github.com/moodlehq/moodle-auth_pop3.}}


== '''Overview''' ==
==POP3 servers==


POP stands for Post Office Protocol. This is used to describe how e-mail clients  
POP stands for Post Office Protocol. This is used to describe how e-mail clients interact with mail servers. The POP3 server is a type of mail server used for incoming mail. In simple terms, POP servers provide a mail-drop service (a temporary mailbox to leave messages so they can be picked up at the recipient's convenience.) When users connect to their ISP POP servers, their e-mail software interface with the server and download any messages for them. POP is only used to receive messages, it is not used to send them. In computing, local e-mail clients use the Post Office Protocol version 3 (POP3), an application-layer Internet standard protocol, to retrieve e-mail from a remote server over a TCP/IP connection. Many subscribers to individual Internet service provider e-mail accounts access their e-mail with client software that uses POP3.


interact with mail servers. The POP3 Server is a type of mail server used for incoming
==POP3 server authentication==


mail. In simple terms, POP servers provide a mail-drop service (a temporary mailbox to  
POP3 server authentication is a user authentication process i.e. enabling people to login to your Moodle site.
 
leave messages so they can be picked up at the recipient's convenience.) When users
 
connect to their ISP POP servers, their e-mail software interface with the server and


download any messages for them. POP is only used to receive messages, it is not used to
send them.
In computing, local e-mail clients use the Post Office Protocol version 3 (POP3), an
application-layer Internet standard protocol, to retrieve e-mail from a remote server
over a TCP/IP connection. Many subscribers to individual Internet service provider e-
mail accounts access their e-mail with client software that uses POP3.
For details about POP3 Server see http://en.wikipedia.org/wiki/Post_Office_Protocol
'''POP3 server authentication'''
POP3 server authentication is a user authentication process i.e. enabling people to login to your Moodle site.
This method uses the POP3 mail server for the authentication process ie. check for users accounts.
This method uses the POP3 mail server for the authentication process ie. check for users accounts.
The follows are the links from Moodle Forums about POP3 server authentication.
http://moodle.org/mod/forum/discuss.php?d=78570


http://moodle.org/mod/forum/discuss.php?d=44883
==See also==


http://moodle.org/mod/forum/discuss.php?d=37510
*[http://en.wikipedia.org/wiki/Post_Office_Protocol Wikipedia article on Post Office Protocol]


http://moodle.org/mod/forum/discuss.php?d=25472
[[Category:Plugin]]


http://moodle.org/mod/forum/discuss.php?d=24136
and many more at
http://moodle.org/mod/forum/search.php?search=POP3+server+authentication&id=5
[[Category:Authentication]]
[[fr:Utiliser un serveur POP3]]
[[fr:Utiliser un serveur POP3]]
[[de:POP3-Server]]

Latest revision as of 16:48, 13 November 2017

Note: The POP3 server authentication plugin has been removed in Moodle 3.4. It is still available from https://github.com/moodlehq/moodle-auth_pop3.


POP3 servers

POP stands for Post Office Protocol. This is used to describe how e-mail clients interact with mail servers. The POP3 server is a type of mail server used for incoming mail. In simple terms, POP servers provide a mail-drop service (a temporary mailbox to leave messages so they can be picked up at the recipient's convenience.) When users connect to their ISP POP servers, their e-mail software interface with the server and download any messages for them. POP is only used to receive messages, it is not used to send them. In computing, local e-mail clients use the Post Office Protocol version 3 (POP3), an application-layer Internet standard protocol, to retrieve e-mail from a remote server over a TCP/IP connection. Many subscribers to individual Internet service provider e-mail accounts access their e-mail with client software that uses POP3.

POP3 server authentication

POP3 server authentication is a user authentication process i.e. enabling people to login to your Moodle site.

This method uses the POP3 mail server for the authentication process ie. check for users accounts.

See also