gitlab_rails['smtp_enable'] = true gitlab_rails['smtp_address'] = "smtp-relay.sendinblue.com" gitlab_rails['smtp_port'] = 465 gitlab_rails['smtp_user_name'] = "<username@example.com>" # https://app.brevo.com/settings/keys/smtp gitlab_rails['smtp_password'] = "<password>" ...
gitlab_rails['smtp_enable'] = true gitlab_rails['smtp_address'] = "smtp-relay.sendinblue.com" gitlab_rails['smtp_port'] = 465 gitlab_rails['smtp_user_name'] = "<username@example.com>" # https://app.brevo.com/settings/keys/smtp gitlab_rails['smtp_password'] = "<password>" ...
Something is very wrong with your installation then. Check the time the mail enters Postfix and then check the time dovecot-mailcow logs it has stored it to INBOX. I don't really see a delay in the logs. When Rspamd logs the message, it has been processed. You should also check your ...