Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/email/running-a-mail-server/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ Here are some of the most popular spam and virus filter services:
- [Amavis](http://www.amavis.org) is an open source content filter for email that integrates directly with your MTA. It does some checking on its own, and can also be used in conjunction with more robust spam and virus filters.
- [Clam AntiVirus](http://www.clamav.net/lang/en/) is a popular, free, and open-source virus scanner.
- [SpamAssassin](http://spamassassin.apache.org) is a very popular free spam filter.
- [Anti-Spam SMTP Proxy Server](https://sourceforge.net/projects/assp/) Anti-Spam SMTP Proxy Server implements multiple spam filters.

#### What to do if your server has been blacklisted

Expand Down
2 changes: 1 addition & 1 deletion docs/web-servers/caddy/compile-caddy-from-source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You will need a current version of Go on your Linode. Read our guide on [install

2. Navigate to the Caddy directory and start the build:

cd $GOPATH/src/go/src/github.com/mholt/caddy
cd $GOPATH/src/github.com/mholt/caddy/caddy
go run build.go -goos=linux -goarch=amd64

3. When the build finishes you will have a Caddy binary in the current directory. Move the binary to `/usr/bin` so that Caddy can function correctly:
Expand Down