Author |
|
mhekimci Newbie
Joined: 24 April 2011 Location: Turkey
Online Status: Offline Posts: 2
|
Posted: 08 July 2011 at 6:31am | IP Logged
|
|
|
Our mail server works fine except for receiving messages sent from any gmail account. Those users simply get the following message after 1 day
This is an automatically generated Delivery Status Notification
THIS IS A WARNING MESSAGE ONLY.
YOU DO NOT NEED TO RESEND YOUR MESSAGE.
Delivery to the following recipient has been delayed:
fikret.atar@boschevaletleri.com
Message will be retried for 2 more day(s)
Technical details of temporary failure:
Unspecified Error (SENT_SECOND_EHLO): Unknown error 18446744073709551615
----- Original message -----
MIME-Version: 1.0
Received: by 10.231.215.3 with SMTP id hc3mr6431006ibb.156.1306760718061; Mon,
30 May 2011 06:05:18 -0700 (PDT)
Received: by 10.231.59.209 with HTTP; Mon, 30 May 2011 06:05:17 -0700 (PDT)
X-Originating-IP: [78.188.188.213]
In-Reply-To: <BANLkTimn7v-bKQax=55VKkoeCYKiWioPBg@mail.gmail.com>
References: <AANLkTikc75Dd+6W1ar9Czbga25d0VOZq0CCMA2hKCREA@mail.gmail.com>
<AANLkTimbVUEOojv976we79bRZhMFGvRctfWu8qWdVFdc@mail.gmail.com>
<BANLkTikB7nd-s3tgTgA4LNEsOiVyZrAThQ@mail.gmail.com>
<BANLkTiksASF0N-yNscMKh-6EEfPY_CAwBQ@mail.gmail.com>
<BANLkTingM54ht4TW-2KMnVcYQh3_MojG-A@mail.gmail.com>
<BANLkTim5Ht0fUqJ2q1zZ-PMGgLQuA=hXRg@mail.gmail.com>
<BANLkTik6NV99HQSkg+nZVxhvzfpay79cZQ@mail.gmail.com>
<BANLkTikJyoZE-aLnnCFBjyn7YxL78d9D2g@mail.gmail.com>
<BANLkTimz4MR=CmBkq-BD+pu1jdo49dBdCg@mail.gmail.com>
<BANLkTinNKR5kHqDVr-Aw3eUSfjkfrJsDmw@mail.gmail.com>
<BANLkTimn7v-bKQax=55VKkoeCYKiWioPBg@mail.gmail.com>
Date: Mon, 30 May 2011 16:05:17 +0300
Message-ID: <BANLkTim+hqSNyE61h9kjVhQd370kMvZucw@mail.gmail.com>
Subject: Bosch | Bayi web sitesi
From: BIP Bilgi <bilgi@bipdestek.com>
To: fikret.atar@atar.com.tr, fikret.atar@boschevaletleri.com
Content-Type: multipart/mixed; boundary=000e0cd4d4dc68114604a47df023
Any ideas?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 08 July 2011 at 9:57am | IP Logged
|
|
|
Most probably, TLS support is enabled for SMTP in your server configuration, and SSL-powered services like GMail would try to use it, but SSL itself is not configured. Thus, there are two options:
1) The simplest workaround is to disable TLS/SSL support, comment out the following lines:
Code:
"EnableSMTP-TLS" "1"
"EnablePOP3-TLS" "0" |
|
|
Adding # character in front of each line, saving changes and restarting the server should do the trick.
2) Alternately, you can configure SSL support according to this documentation page.
Hope this helps!
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
mhekimci Newbie
Joined: 24 April 2011 Location: Turkey
Online Status: Offline Posts: 2
|
Posted: 14 July 2011 at 8:11am | IP Logged
|
|
|
Thanks, Igor. Looks like this may help.
Where do I change these settings from?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 14 July 2011 at 10:46am | IP Logged
|
|
|
Sorry, I thought I have mentioned that, my fault. That would be server.tab file found under MailRoot directory. Be sure to keep backup copy of the file. Server should be restarted to apply configuration changes.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|