Webmail roundcube #86

Merged
evanc merged 4 commits from webmail-roundcube into main 2023-07-24 17:33:33 +00:00
evanc commented 2023-07-24 13:52:50 +00:00 (Migrated from gitlab.skynet.ie)
No description provided.
evanc commented 2023-07-24 13:52:50 +00:00 (Migrated from gitlab.skynet.ie)

requested review from @silver

requested review from @silver
evanc commented 2023-07-24 13:52:50 +00:00 (Migrated from gitlab.skynet.ie)

assigned to @evanc

assigned to @evanc
silver commented 2023-07-24 14:24:28 +00:00 (Migrated from gitlab.skynet.ie)

do ye want the webmail on mail.skynet.ie or webmail.skynet.ie?

do ye want the webmail on ``mail.skynet.ie`` or ``webmail.skynet.ie``?
evanc commented 2023-07-24 14:38:35 +00:00 (Migrated from gitlab.skynet.ie)

🤷. We already have nginx serving a default page on mail.skynet.ie so may aswell replace it with an actual thing, doesn't make any difference though

🤷. We already have nginx serving a default page on mail.skynet.ie so may aswell replace it with an actual thing, doesn't make any difference though
silver commented 2023-07-24 15:11:53 +00:00 (Migrated from gitlab.skynet.ie)

True

True
silver commented 2023-07-24 15:11:53 +00:00 (Migrated from gitlab.skynet.ie)

resolved all threads

resolved all threads
silver commented 2023-07-24 15:14:13 +00:00 (Migrated from gitlab.skynet.ie)

One final thing is indentation is 2 spaces, not 1

    services.roundcube = {
      enable = true;
      # this is the url of the vhost, not necessarily the same as the fqdn of
      # the mailserver
      hostName = "${cfg.sub}.${cfg.domain}";
      extraConfig = ''
        # starttls needed for authentication, so the fqdn required to match
        # the certificate
        $config['smtp_server'] = "tls://${cfg.sub}.${cfg.domain}";
        $config['smtp_user'] = "%u";
        $config['smtp_pass'] = "%p";
      '';
    }
One final thing is indentation is 2 spaces, not 1 ``` services.roundcube = { enable = true; # this is the url of the vhost, not necessarily the same as the fqdn of # the mailserver hostName = "${cfg.sub}.${cfg.domain}"; extraConfig = '' # starttls needed for authentication, so the fqdn required to match # the certificate $config['smtp_server'] = "tls://${cfg.sub}.${cfg.domain}"; $config['smtp_user'] = "%u"; $config['smtp_pass'] = "%p"; ''; } ```
evanc commented 2023-07-24 15:17:42 +00:00 (Migrated from gitlab.skynet.ie)

changed this line in version 2 of the diff

changed this line in [version 2 of the diff](/compsoc/skynet/nixos/-/merge_requests/1/diffs?diff_id=19&start_sha=2e3fedc93e52cc7312e5489d3f6fc3caf53367c7#9458a827b9efef1dc2980cc39318164ecb579f6b_131_128)
evanc commented 2023-07-24 15:17:42 +00:00 (Migrated from gitlab.skynet.ie)

changed this line in version 2 of the diff

changed this line in [version 2 of the diff](/compsoc/skynet/nixos/-/merge_requests/1/diffs?diff_id=19&start_sha=2e3fedc93e52cc7312e5489d3f6fc3caf53367c7#9458a827b9efef1dc2980cc39318164ecb579f6b_138_128)
evanc commented 2023-07-24 15:17:42 +00:00 (Migrated from gitlab.skynet.ie)

added 1 commit

Compare with previous version

added 1 commit <ul><li>7912b4a8 - [fmt]</li></ul> [Compare with previous version](/compsoc/skynet/nixos/-/merge_requests/1/diffs?diff_id=19&start_sha=2e3fedc93e52cc7312e5489d3f6fc3caf53367c7)
silver commented 2023-07-24 17:33:29 +00:00 (Migrated from gitlab.skynet.ie)

approved this merge request

approved this merge request
silver commented 2023-07-24 17:33:33 +00:00 (Migrated from gitlab.skynet.ie)

mentioned in commit 1d3e610ce9

mentioned in commit 1d3e610ce914a2ce949aa4e064a915f901199658
silver (Migrated from gitlab.skynet.ie) merged commit 1d3e610ce9 into main 2023-07-24 17:33:34 +00:00
silver (Migrated from gitlab.skynet.ie) approved these changes 2024-08-06 19:16:51 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Skynet/nixos!86
No description provided.