1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <https://www.gnu.org./licenses/>.
- **/
- $xhtml = array(
- 'title' => 'Attempts to set up the mail server fail',
- 'body' => <<<END
- </p>
- I spent the day attempting to get Dovecot running while also wresting with my Wi-Fi connection.
- I can't seem to get Dovecot configured correctly to accept incoming connections.
- It doesn't help that my wifi connection keeps going down, cutting me off from the network.
- I never had this issue with Debian 7, but it is very like an issue I had in Debian 6.
- I suspect that my current Debian 8 system is to blame, not my wireless router.
- </p>
- </p>
- 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.
- </p>
- </p>
- I'm not sure what to do about Dovecot.
- There has to be a way to get it running correctly.
- At the moment, Dovecot is refusing remote connections both via cleartext and via $a[SSL].
- It additionally says it cannot access the $a[SSL] certificate.
- </p>
- </p>
- Maybe I will have better luck tomorrow both in setting up Dovecot and with the reliability of my network connection.
- I didn't get enough sleep last night due to forgetting about Daylight Savings time, so tomorrow, I should be better rested.
- Daylight Savings time is annoying.
- Why can't we just pick a time and stick with it?
- </p>
- END
- );
|