summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-05-27 19:42:49 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-05-27 19:42:49 -0400
commitab4dad6139b153feddd781fe046f2b8ca23a9b7b (patch)
treee29095586399b60a797d156083b1df3b85b84321
parent4b89da82457fe3a78df7d73dce2a58ba6713ea55 (diff)
redundant
-rw-r--r--README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.md b/README.md
index 66fd995..07248b0 100644
--- a/README.md
+++ b/README.md
@@ -28,15 +28,6 @@ Expect it to fail.
- ...set up a graphical interface for mail like Roundcube or Squirrel Mail. If you want that, you'll have to install it yourself. I just use [isync/msmtp/mutt-wizard](https://github.com/lukesmithxyz/mutt-wizard) to have an offline mirror of my email setup and I recommend the same. There are other ways of doing it though, like Thunderbird, etc.
- ...offer any frills. If you want to change something, open the script up and change some variables.
-## Info
-
-These are the main active ingredients:
-
-- Postfix - SMTP server (that's for sending mail)
-- Dovecot - IMAP server (that's for receiving/storing mail)
-- Spam Assassin - does what it sounds like. You can configure the rules you want. Read the manual.
-- OpenDKIM - This authenticates your server so big-name sites like Google won't consider _your_ mail spam.
-
## Requirements
- `apt purge` all your previous (failed) attempts to install and configure a mailserver. Get rid of _all_ your system settings for Postfix, Dovecot, OpenDKIM and everything else. This script builds off of a fresh install.