Enable email for Gitlab #1

Closed
opened 2023-07-30 17:18:18 +00:00 by silver · 6 comments
silver commented 2023-07-30 17:18:18 +00:00 (Migrated from gitlab.skynet.ie)

Enable email for Gitlab, use the compsoc account

Enable email for Gitlab, use the compsoc account
silver commented 2023-08-08 16:40:44 +00:00 (Migrated from gitlab.skynet.ie)
Options: https://search.nixos.org/options?from=0&size=50&sort=alpha_desc&type=packages&query=services.gitlab.smtp.
silver commented 2023-08-08 23:43:52 +00:00 (Migrated from gitlab.skynet.ie)

Failed to get it working, always ended up like this

Aug 08 22:52:45 gir postfix/smtpd[407721]: connect from unknown[193.1.99.75]
Aug 08 22:52:45 gir postfix/smtpd[407721]: lost connection after CONNECT from unknown[193.1.99.75]
Aug 08 22:52:45 gir postfix/smtpd[407721]: disconnect from unknown[193.1.99.75] commands=0/0
Failed to get it working, always ended up like this ``` Aug 08 22:52:45 gir postfix/smtpd[407721]: connect from unknown[193.1.99.75] Aug 08 22:52:45 gir postfix/smtpd[407721]: lost connection after CONNECT from unknown[193.1.99.75] Aug 08 22:52:45 gir postfix/smtpd[407721]: disconnect from unknown[193.1.99.75] commands=0/0 ```
silver commented 2023-08-08 23:44:18 +00:00 (Migrated from gitlab.skynet.ie)

mentioned in commit 330ea5df4c37f5a2ad2b812f84bea11c0ea2b204

mentioned in commit 330ea5df4c37f5a2ad2b812f84bea11c0ea2b204
silver commented 2023-09-19 16:42:01 +00:00 (Migrated from gitlab.skynet.ie)

mentioned in issue #20

mentioned in issue #20
silver commented 2023-10-01 03:38:50 +00:00 (Migrated from gitlab.skynet.ie)

Played arround a while back

Commands from the gitlab documentation

# be the git user
sudo su git

# boot up the console
gitlab-rails console

Will also need to enable smtp in teh config

Played arround a while back Commands from [the gitlab documentation](https://docs.gitlab.com/omnibus/settings/smtp.html#testing-the-smtp-configuration) ```bash # be the git user sudo su git # boot up the console gitlab-rails console ``` Will also need to enable smtp in teh config
silver commented 2023-10-01 20:23:51 +00:00 (Migrated from gitlab.skynet.ie)

Turns out no fancy config required at all, just add gitlab.skynet.ie to teh spf1 and enable the localhost email sender.

Turns out no fancy config required at all, just add gitlab.skynet.ie to teh spf1 and enable the localhost email sender.
silver (Migrated from gitlab.skynet.ie) closed this issue 2023-10-09 17:05:43 +00:00
Sign in to join this conversation.
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#1
No description provided.