diff --git a/Home.md b/Home.md index 7356747..62a3756 100644 --- a/Home.md +++ b/Home.md @@ -78,4 +78,10 @@ The above options can be translated as follows: * Hermes will greylist an email based on IP address of sender, RCPT TO: and MAIL FROM: * That tripet will be greylisted for 4 hours. * If the tripet is seen again within 5 minutes of initial connection, it will be greylisted again. -* If the tripet is seen again after 5 minutes of initial connection, it will pass unhindered, and will subsequently pass unhindered for the next 36 days. \ No newline at end of file +* If the tripet is seen again after 5 minutes of initial connection, it will pass unhindered, and will subsequently pass unhindered for the next 36 days. + +### From src/hermes.cpp + +
s.connect("stats.hermes-project.com",11125);
+ +Hermes connects to remote host stats.hermes-project.com on port 11125, so make sure your proxy/firewall allows for that if you want Stats submission to work. \ No newline at end of file