You've already forked postfix-ubuntu
minor readability changes
This commit is contained in:
16
README.md
16
README.md
@@ -11,11 +11,25 @@ This is a **production-ready mail server installer**, not a lab exercise.
|
||||
|
||||
---
|
||||
|
||||
## 1. Install
|
||||
## 1. Prepare the system
|
||||
|
||||
```
|
||||
sudo apt update -y
|
||||
```
|
||||
|
||||
## 2. Download the installer
|
||||
|
||||
```
|
||||
git clone https://git.x-files.dk/mail/postfix-ubuntu.git
|
||||
```
|
||||
|
||||
```
|
||||
cd postfix-ubuntu
|
||||
```
|
||||
|
||||
## 3. Run the installer
|
||||
|
||||
```
|
||||
sudo ./postfixinstall -m <yes|no>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user