Ubuntu/Commands/Mail Server CLI
From r00tedvw.com wiki
(Difference between revisions)
(Created page with "Commands | dig | Mail Server CLI") |
|||
(3 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | [[Ubuntu/Commands|Commands]] | [[Ubuntu/Commands/dig|dig]] | [[Ubuntu/Commands/Mail_Server_CLI|Mail Server CLI]] | + | [[Ubuntu/Commands|Commands]] | [[Ubuntu/Commands/dig|dig]] | [[Ubuntu/Commands/Mail_Server_CLI|Mail Server CLI]] | [[Ubuntu/Commands/Mail_Server_CLI/openssl|openssl]] |
+ | |||
+ | ==Mail Server Command Line Interface== | ||
+ | |||
+ | This page will detail the differences in commands and their respective syntax when communicating with different types of Mail Servers, such as POP, IMAP, & SMTP. Commands should be fairly universal, however keep in mind that each mail server can be configured in any way that its administrator desires, including what commands are accepted and what the responses to those commands are. | ||
+ | |||
+ | Unless you are using an application like openssl, keep in mind that all of your traffic will be in plain text, which is insecure. This could potentially lead to compromise if someone happens to be capturing traffic between your computer and the server. | ||
+ | ---- | ||
+ | [[Ubuntu/Commands/Mail_Server_CLI/POP|POP]]<br> | ||
+ | ---- | ||
+ | [[Ubuntu/Commands/Mail_Server_CLI/IMAP|IMAP]]<br> | ||
+ | ---- | ||
+ | [[Ubuntu/Commands/Mail_Server_CLI/ESMTP|ESMTP]]<br> |
Latest revision as of 19:12, 12 April 2015
Commands | dig | Mail Server CLI | openssl
[edit] Mail Server Command Line Interface
This page will detail the differences in commands and their respective syntax when communicating with different types of Mail Servers, such as POP, IMAP, & SMTP. Commands should be fairly universal, however keep in mind that each mail server can be configured in any way that its administrator desires, including what commands are accepted and what the responses to those commands are.
Unless you are using an application like openssl, keep in mind that all of your traffic will be in plain text, which is insecure. This could potentially lead to compromise if someone happens to be capturing traffic between your computer and the server.