baruwaproject / baruwa2

Baruwa 2.0
http://www.baruwa.org
GNU General Public License v3.0
21 stars 9 forks source link

[Enhancement] Perform connection check from the actual mail-node #104

Closed rmoesbergen closed 7 years ago

rmoesbergen commented 7 years ago

When performing an SMTP connection check for a delivery server, the check is done from web-server. This leads to false failures because the webserver don't have SMTP access (in fact, in our setup they are in a completely different network). It would be more accurate to perform the connection check from the real SMTP mail node, instead of the webserver. Is this possible to change?

akissa commented 7 years ago

Fixed, will be in the next update