08.xhtml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
  5. *
  6. * This program is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program. If not, see <https://www.gnu.org./licenses/>.
  18. **/
  19. $xhtml = array(
  20. 'title' => 'Attempts to set up the mail server fail',
  21. 'body' => <<<END
  22. </p>
  23. I spent the day attempting to get Dovecot running while also wresting with my Wi-Fi connection.
  24. I can&apos;t seem to get Dovecot configured correctly to accept incoming connections.
  25. It doesn&apos;t help that my wifi connection keeps going down, cutting me off from the network.
  26. I never had this issue with Debian 7, but it is very like an issue I had in Debian 6.
  27. I suspect that my current Debian 8 system is to blame, not my wireless router.
  28. </p>
  29. </p>
  30. Due to an inability to connect to the network from my laptop, I had to leave the only page of my website in a broken state as I was unable to connect to the local server and fix it.
  31. </p>
  32. </p>
  33. I&apos;m not sure what to do about Dovecot.
  34. There has to be a way to get it running correctly.
  35. At the moment, Dovecot is refusing remote connections both via cleartext and via $a[SSL].
  36. It additionally says it cannot access the $a[SSL] certificate.
  37. </p>
  38. </p>
  39. Maybe I will have better luck tomorrow both in setting up Dovecot and with the reliability of my network connection.
  40. I didn&apos;t get enough sleep last night due to forgetting about Daylight Savings time, so tomorrow, I should be better rested.
  41. Daylight Savings time is annoying.
  42. Why can&apos;t we just pick a time and stick with it?
  43. </p>
  44. END
  45. );