46
edits
| Line 97: | Line 97: | ||
After I finish the comments branch, I'll start to work on [https://bugzilla.mozilla.org/show_bug.cgi?id=543614 Automated Checks]. | After I finish the comments branch, I'll start to work on [https://bugzilla.mozilla.org/show_bug.cgi?id=543614 Automated Checks]. | ||
== 22/06 - 06/07 == | |||
During these two weeks I've been working on [https://bugzilla.mozilla.org/show_bug.cgi?id=543614 Automated Checks] feature. Currently it's implemented the following checks: | |||
* Domain Checks | |||
** Compare nameservers of the first domain against the others. | |||
** Check if domains has at least one MX server | |||
* Config Checks | |||
** Check if there is a better connection method available for incoming (IMAP and POP3) and outgoing servers (SMTP). | |||
** Check if supplied connection method is supported | |||
** Check if supplied authentication method is supported | |||
You can check out the code on [https://github.com/sergiocharpineljr/ispdb/tree/automated_checks my automated_checks branch]. | |||
edits