当前位置:网站首页>[tutorial] build a personal email system using Tencent lightweight cloud
[tutorial] build a personal email system using Tencent lightweight cloud
2022-06-23 22:11:00 【Diligent thinking】
Preface
A few months ago , My friend set up an email system , Tried it on , It's pretty good , So this time we will use Tencent cloud lightweight application server to build a
List of supplies
Server selection
Let's choose Tencent cloud in Hong Kong, China
Because the use demand is not big , So I decided to choose 1h2g Come on , Install after purchase centos7
domain name
at will , After buying the server, it will be resolved to IP That's it
Mailbox system
This time we use EwoMail To build
Text
First, we have to configure the server
Configure server
Open port
Go to the firewall first 25,143,993,995,587,110,465 port
If you want to support SSL Words , Still need to open
webmail port :8000,7000(ssl) Mailbox background port :8010,7010(ssl) web Database management :8020(ssl)
establish swap Partition
Create swap Partition , You can adjust the size according to your server configuration
dd if=/dev/zero of=/mnt/swap bs=1M count=1024
Set up swap partition file
mkswap /mnt/swap
start-up swap
swapon /mnt/swap
Set auto enable when power on swap Partition
Documents need to be modified /etc/fstab Medium swap That's ok , add to
/mnt/swap swap swap defaults 0 0
then OK 了
get files
Then we visit the official website http://www.ewomail.com
There is a quickest way , The website provides script acquisition methods
http://www.ewomail.com/list-11.html
It's a shame , To the lightweight application server command execution window , Enter in the old way root Account
Then execute the generated installation command
Always enter or type Y
After successful installation, it will output ”Complete installation”
Configuration after installation
At this time, you can access the mailbox management background :http://IP:8010 ( Default account admin, password ewomail123)
We can click the profile in the upper right corner and set it
Such as changing the password
Besides , If you forget your password ( Better not forget hahaha ) You have to enter the database to view
Enter the server and execute the command :cat /ewomail/config.ini
Then enter phpmyadmin find i_admin surface , modify password The value is MD5 That's it
The full text after
So that's the end of the construction , It's still pretty good , You can also try
边栏推荐
- Make it simple. This wave of global topology is quite acceptable!
- How to use the serial port assistant in STC ISP?
- [same origin policy - cross domain issues]
- ACL2022 | MVR:面向开放域检索的多视角文档表征
- HDLBits-> Circuits-> Arithmetic Circuitd-> 3-bit binary adder
- How to deal with high memory in API gateway how to maintain API gateway
- Benchclock: a benchmark for evaluating semantic analysis language models
- Leetcode must review six lintcode (28348455116385)
- Simple code and design concept of "back to top"
- Bing 404? Microsoft suspended "search suggestions" in Bing mainland for 30 days
猜你喜欢

Simple code and design concept of "back to top"

Selenium batch query athletes' technical grades

Peking University, University of California Berkeley and others jointly | domain adaptive text classification with structured knowledge from unlabeled data (Domain Adaptive Text Classification Based o
Performance optimization of database 5- database, table and data migration

How to improve the content quality of short video, these four elements must be achieved

Acl2022 | MVR: multi view document representation for open domain retrieval

The latest research progress of domain generalization from CVPR 2022

Code implementation of CAD drawing online web measurement tool (measuring distance, area, angle, etc.)

智能座舱SoC竞争升级,国产7nm芯片迎来重要突破

Using the provider to transform the shit like code, the amount of code is reduced by 2/3!
随机推荐
Modify jar package
The transaction code mp83 at the initial level of SAP retail displays a prediction parameter file
Summary of redis Functions PHP version
Ten thousand words! Understand the inheritedwidget local refresh mechanism
[同源策略 - 跨域问题]
2021-12-19: find the missing numbers in all arrays. Give you an n
Completely open source and permanently free, this markdown editor is really fragrant!
Practice of business level disaster recovery switching drill
Bi SQL constraints
Minimisé lorsque Outlook est allumé + éteint
Peking University, University of California Berkeley and others jointly | domain adaptive text classification with structured knowledge from unlabeled data (Domain Adaptive Text Classification Based o
How to defend the security importance of API gateway
What is zero copy?
The latest research progress of domain generalization from CVPR 2022
Performance optimization of database 5- database, table and data migration
MySQL de duplication query only keeps one latest record
Benchclock: a benchmark for evaluating semantic analysis language models
Explain the rainbow ingress universal domain name resolution mechanism
Detailed explanation of logical structure, physical structure and data operation
Open source C # WPF control library -newbeecoder UI usage guide (I)