mailinabox/management
Joshua Tauberer a7710e9058 dns.resolver.query treats hostnames as relative names if they don't end in a period
Relative hostnames have a fall-back lookup with the machine's hostname appended, which makes no sense. Add a period, e.g. "my.hostname.com" => "my.hostname.com.", to prevent that.

This caused false positive Spamhaus checks. Fixes #185.
2014-11-21 15:16:59 +00:00
..
templates recommend IMAP/SMTP for everyone 2014-11-18 16:47:42 +00:00
auth.py web-based administrative UI 2014-08-17 22:46:06 +00:00
backup.py fix control panel when no backup has been made yet 2014-10-15 12:31:08 -04:00
buy_certificate.py show SSL certificate expiration info in the control panel even long before certificates expire 2014-10-07 14:49:36 +00:00
daemon.py adding a really slick ssl certificate installation form in the control panel 2014-10-10 15:49:14 +00:00
dns_update.py dns.resolver.query treats hostnames as relative names if they don't end in a period 2014-11-21 15:16:59 +00:00
mail_log.py management/mail_log.py also include the previously rotated log file 2014-10-10 13:59:50 +00:00
mailconfig.py support "domain aliases" (@domain => @domain aliases) 2014-11-14 13:35:58 +00:00
status_checks.py dns.resolver.query treats hostnames as relative names if they don't end in a period 2014-11-21 15:16:59 +00:00
utils.py in the admin, show user mailbox sizes, fixes #210 2014-10-07 20:24:11 +00:00
web_update.py when installing a ssl cert for the primary hostname, dns, postfix, and dovecot all need to be updated/kicked 2014-10-28 11:38:04 +00:00