Difference between revisions of "Emails/Complete"

From wiki
(Move from Emails page)
 
(Fix link)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Want to get rid of Google and have your private emails be really private? Building your own mail server is the solution.
 
Want to get rid of Google and have your private emails be really private? Building your own mail server is the solution.
  
{{Warning}}Getting your own mail server is rewarding and fun, however it's harder and more time consuming than typical sysadmin tasks like installing a [[Nginx|webserver]]. If done incorrectly you risk loosing emails, being submerged by spams or being considered as spammer by others and not be able to send emails. That being said, I've been running my own mail server for almost a decade without any major issue.
+
If you just need to send monitoring emails from your server, consider the simpler [[Emails/Send|guide to send emails]].
 +
 
 +
{{Warning|msg=}}Getting your own mail server is rewarding and fun, however it's harder and more time consuming than most sysadmin tasks like installing a [[Nginx|webserver]]. If done incorrectly you risk loosing emails, being submerged by spams or being considered as spammer by others and not be able to send emails. That being said, I've been running my own mail server for almost a decade without any major issue.
  
 
To get a fully functional web server, you will need to go through these guides:
 
To get a fully functional web server, you will need to go through these guides:
 
* [[Emails/IP|IP address]]
 
* [[Emails/IP|IP address]]
 +
* [[Emails/DNS|DNS]]
 
* [[Dovecot]]
 
* [[Dovecot]]
 
* [[Exim]]
 
* [[Exim]]

Latest revision as of 21:35, 6 April 2017

Want to get rid of Google and have your private emails be really private? Building your own mail server is the solution.

If you just need to send monitoring emails from your server, consider the simpler guide to send emails.


Warning Warning: Getting your own mail server is rewarding and fun, however it's harder and more time consuming than most sysadmin tasks like installing a webserver. If done incorrectly you risk loosing emails, being submerged by spams or being considered as spammer by others and not be able to send emails. That being said, I've been running my own mail server for almost a decade without any major issue.

To get a fully functional web server, you will need to go through these guides: