मैं एक Gitlab सर्वर स्थापित कर रहा हूं और स्थापना को पूरा कर रहा हूं।
जबकि Gitlab के साथ सब कुछ ठीक चलता है, ईमेल पतों का सत्यापन विफल रहता है। मुझे निम्नलिखित त्रुटि प्राप्त हो रही है:
Date: Wed, 08 Jan 2014 15:41:50 +0100
From: Mail Delivery System <Mailer-Daemon@git.example.com>
To: git@git.example.com
Subject: Mail failure - no recipient addresses
A message that you sent using the -t command line option contained no
addresses that were not also on the command line, and were therefore
suppressed. This left no recipient addresses, and so no delivery could
be attempted.
------ This is a copy of your message, including all the headers. ------
Date: Wed, 08 Jan 2014 15:41:50 +0100
From: git@git.example.com
Reply-To: git@git.example.com
To: username@myemail.com
Message-ID: <52cd63ae85c0d_1802235567aa687b9@example.hostname.mail>
Subject: Confirmation instructions
Mime-Version: 1.0
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
<p>Welcome shade!</p>
<p>You can confirm your email (username@myemail.com) through the link below:</p>
<p><a href="https://git.example.com/users/confirmation?confirmation_token=XXXXXXXXXXXXX">Confirm my account</a></p>
क्या यह गीतालाब में एक बग है, या क्या मैंने एक्जिम कॉन्फ़िगरेशन को गड़बड़ कर दिया है?