当前位置:网站首页>[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
边栏推荐
- The latest research progress of domain generalization from CVPR 2022
- Code implementation of CAD drawing online web measurement tool (measuring distance, area, angle, etc.)
- KnowDA: All-in-One Knowledge Mixture Model for Data Augmentation in Few-Shot NLP(KnowDA:用于 Few-Shot NLP 中数据增强的多合一知识混合模型)
- 什么是股票线上开户?手机开户安全么?
- Basic concepts and common methods of syntactic dependency analysis
- Start optimization - directed acyclic graph
- Kubernetes cluster lossless upgrade practice
- Use bcryptjs to encrypt the password
- Devops sharing: how to hold the meeting?
- After CVM is configured with IPv6, it cannot be accessed as IPv6 or cannot access IPv6 sites
猜你喜欢

Sending network request in wechat applet

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

万字长文!一文搞懂InheritedWidget 局部刷新机制

Experiment 5 module, package and Library

How to calculate individual income tax? You know what?

Ten thousand words! Understand the inheritedwidget local refresh mechanism

Minimize outlook startup + shutdown

ICML2022 | 基于对比学习的离线元强化学习的鲁棒任务表示

高阶柱状图之极环图与极扇图

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
随机推荐
Surprise! Edge computing will replace cloud computing??
Important announcement: Tencent cloud es' response strategy to log4j vulnerability
Make it simple. This wave of global topology is quite acceptable!
Minimisé lorsque Outlook est allumé + éteint
How to select Poe, poe+, and poe++ switches? One article will show you!
Interpretation of opentelemetry project
The 11th Blue Bridge Cup
Tencent cloud server ubuntu18 installs MySQL and logs in remotely
How to batch generate video QR code
CMU博士论文 | 通过记忆的元强化学习,118页pdf
How to dynamically insert a picture into a QR code
The most common usage scenarios for redis
Using h5ai to build Download Station
[same origin policy - cross domain issues]
How to deal with the situation of repeated streaming and chaotic live broadcast in easydss?
Open source C # WPF control library --newbeecoder UI User Guide (II)
HDLBits-> Circuits-> Arithmetic Circuitd-> 3-bit binary adder
How to improve the content quality of short video, these four elements must be achieved
Basic concepts and common methods of syntactic dependency analysis
[vulnerability recurrence]log4j vulnerability rce (cve-2021-44228)