Re: [exim] Android Outlook App

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Heiko Schlittermann
日付:  
To: Exim-users
CC: Andreas
題目: Re: [exim] Android Outlook App
Andreas <exim-users@???> (Fr 04 Dez 2020 14:56:43 CET):
> > And you do not have any chance to direct the App to Port 465, where Exim
> > offers tls_con_connect (as you you configured it)?
> I have, as I wrote. But if I give the port to the app, I only see the
> following in the log and not the line from above:
> 2020-12-04 11:06:08 no host name found for IP address xxx


You may want to log the incoming port. To get an idea where the outlook
app connects to. Or/and as Jeremy recommended: do a packet trace.

> So, the mobile was there, but nothing happens.


Once you know the port, you can use e.g. `openssl s_server`
on that port, to get more info what's going on there in TLS level.
(Or switch on Exim's TLS debugging)

> >> So my question is, has anyone a working exim config which works with
> >> this very nice app?


At least for my I can answer: No, sorry. But here's a list of the clients that connect
to our server (got the list from the IMAP)

"name" "Microsoft Outlook for Mac" "version" "16.42.0 (BUILDDAY)" "vendor" "Microsoft Corporation" "support-url" "http://go.microsoft.com/fwlink/?Linkid=309045"
"name" "Microsoft Outlook for Mac" "version" "16.43.0 (BUILDDAY)" "vendor" "Microsoft Corporation" "support-url" "http://go.microsoft.com/fwlink/?Linkid=309045"
"name" "Microsoft Outlook" "version" "14.0"
"name" "Microsoft Outlook" "version" "14.0.7261.5000"
"name" "Microsoft Outlook" "version" "15.0"
"name" "Microsoft Outlook" "version" "15.0.4989.1000"
"name" "Microsoft Outlook" "version" "15.0.5007.1000"
"name" "Microsoft Outlook" "version" "16.0"
"name" "Microsoft Outlook" "version" "16.0.10368.20035"
"name" "Microsoft Outlook" "version" "16.0.13328.20356"
"name" "Microsoft Outlook" "version" "16.0.13328.20408"
"name" "Microsoft Outlook" "version" "16.0.4266.1001"
"name" "Microsoft Outlook" "version" "16.0.5071.1000"

> > You didn't tell us the App, did you?
> I did. It is in the subject "Android outlook App", but the iOS App does
> the same.


Sorry, I didn't see that.

--
Heiko