fix readme
This commit is contained in:
parent
18c306599a
commit
2510f90bf1
20
README.md
20
README.md
@ -4,14 +4,12 @@
|
|||||||
- `chmod 755 /etc/postfix /etc/postfix/main.cf /etc/postfix/dynamicmaps.cf`
|
- `chmod 755 /etc/postfix /etc/postfix/main.cf /etc/postfix/dynamicmaps.cf`
|
||||||
|
|
||||||
- `/etc/postfix/master.cf` example:
|
- `/etc/postfix/master.cf` example:
|
||||||
|
> `spamassassin` host should resolve the IP of this container.
|
||||||
> `spamassassin` host should resolve the IP of this container.
|
```
|
||||||
|
smtp inet n - n - - smtpd
|
||||||
```
|
-o content_filter=spamassassin
|
||||||
smtp inet n - n - - smtpd
|
submission inet n - n - - smtpd
|
||||||
-o content_filter=spamassassin
|
-o content_filter=spamassassin
|
||||||
submission inet n - n - - smtpd
|
spamassassin unix - n n - - pipe
|
||||||
-o content_filter=spamassassin
|
user=nobody argv=/usr/bin/spamc -d spamassassin -p 783 -e /usr/sbin/sendmail -oi -f ${sender} ${recipient}
|
||||||
spamassassin unix - n n - - pipe
|
```
|
||||||
user=nobody argv=/usr/bin/spamc -d spamassassin -p 783 -e /usr/sbin/sendmail -oi -f ${sender} ${recipient}
|
|
||||||
```
|
|
||||||
|
Loading…
Reference in New Issue
Block a user