Linux/Mailserver/Internet Site: Difference between revisions
< Linux | Mailserver
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
<blockquote> | <blockquote> | ||
<pre> | <pre> | ||
apt install | apt install postgrey | ||
</pre> | </pre> | ||
</blockquote> | </blockquote> | ||
* /etc/default/postgrey | |||
<blockquote> | <blockquote> | ||
<pre> | <pre> | ||
POSTGREY_OPTS="--inet=10023 --delay=60" | |||
</pre> | </pre> | ||
</blockquote> | </blockquote> | ||
* restart | |||
<blockquote> | <blockquote> | ||
<pre> | <pre> | ||
systemctl restart postgrey | |||
</pre> | </pre> | ||
</blockquote> | </blockquote> |
Revision as of 20:06, 5 September 2016
Requirements
- Ubuntu 16.04
- server with static ip
- control of dns entries
Postgrey
- install:
apt install postgrey
- /etc/default/postgrey
POSTGREY_OPTS="--inet=10023 --delay=60"
- restart
systemctl restart postgrey