Commit Graph

11 Commits

Author SHA1 Message Date
879b7f12fe move the config import details into the config subdir 2022-05-08 21:59:07 +00:00
fd26b200e9 matrix: irc: rizon: enable SASL
with this (and a registered username), i'm able to connect to
channels which require auth.

i haven't actually received any messages yet, but i can view the user list
so it's working better than before :-)
2022-05-08 08:44:31 +00:00
56f93cfb53 matrix: irc: rizon: configure a better bridge username
also, the connectivity issue is resolved simply by restarting matrix-synapse.
it was reading an outdated matrix-appservice-irc resource file.
2022-05-08 06:30:22 +00:00
c4e0b4cd01 Matrix: enable Rizon IRC bridge
experimental. i don't seem to be able to see IRC users on Matrix yet,
but my Matrix user does show up on IRC.
it's a low-traffic room, so maybe i just need to be patient.
2022-05-08 05:03:43 +00:00
55b043c80d config/net: re-enable the firewall now that SMTP is operational 2022-05-08 00:15:50 +00:00
b67882f32d postfix: enable submission service
tested, verified: i can send mail from myself to myself :-)
i should test sending mail to an external account
2022-05-07 04:39:54 +00:00
b53ff4f174 acme: procure a cert for mx.uninsane.org
we can use this later to allow SMTPS
2022-05-07 03:24:39 +00:00
93805c6602 enable dovecot for IMAP
tested and working. still need to enable the submission service.
2022-05-07 02:25:18 +00:00
07c8ff12a6 postfix: fix DKIM signing
although gmail doesn't seem to be accepting my messages yet :'(
2022-05-06 11:43:17 +00:00
fa3ed520e2 net: communicate with the OVPNs network locally instead of over the public internet 2022-05-06 00:22:36 +00:00
efe8a8447a config: restructure config tree and file names:
```
config/
|- services/
|- |- <service-name>.nix
```
2022-05-05 23:25:15 +00:00