From 2510f90bf12130b68d93e6da5bfab25d35438d90 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Wed, 5 Feb 2020 23:17:36 +0000 Subject: [PATCH] fix readme --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 88df991..aa092ca 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,12 @@ - `chmod 755 /etc/postfix /etc/postfix/main.cf /etc/postfix/dynamicmaps.cf` - `/etc/postfix/master.cf` example: - -> `spamassassin` host should resolve the IP of this container. - -``` -smtp inet n - n - - smtpd - -o content_filter=spamassassin -submission inet n - n - - smtpd - -o content_filter=spamassassin -spamassassin unix - n n - - pipe - user=nobody argv=/usr/bin/spamc -d spamassassin -p 783 -e /usr/sbin/sendmail -oi -f ${sender} ${recipient} -``` + > `spamassassin` host should resolve the IP of this container. + ``` + smtp inet n - n - - smtpd + -o content_filter=spamassassin + submission inet n - n - - smtpd + -o content_filter=spamassassin + spamassassin unix - n n - - pipe + user=nobody argv=/usr/bin/spamc -d spamassassin -p 783 -e /usr/sbin/sendmail -oi -f ${sender} ${recipient} + ```