From 48fe37e2a175e141619f6e2e39323aef90202046 Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Fri, 12 Nov 2021 12:35:50 +0530 Subject: [PATCH] initialize --- .gitignore | 0 README.md | 16 ++++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..3cd1b85 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Mail Server Setup + +This is a mail server setup guide for Arch Linux. It will contain steps, scripts and should detail out issues and other nuances as they come along. + + +### Mail Server + +Loosely, it consists of the following systems: + +1. postfix +2. dovecot +3. spamassassin +4. opendkim + + +