kamax-matrix / mxisd

Federated Matrix Identity Server
GNU Affero General Public License v3.0
220 stars 112 forks source link

Unable to send emails to multiple domains #41

Closed Rohithzr closed 6 years ago

Rohithzr commented 6 years ago

Hello

I have an urgent issue

I have kamax configured but email sending is failing with these logs

Dec 18 11:17:51 ip-172-31-19-34 mxisd[2536]: .385  INFO [onPool-worker-0]    i.k.m.matrix.IdentityServerUtils : https://live.in is not a usable Identity Server
Dec 18 11:17:51 ip-172-31-19-34 mxisd[2536]: .385  INFO [onPool-worker-0] k.m.l.p.RemoteIdentityServerFetcher : Looking up email 3PID karankashyap@live.in using https://matrix.or
Dec 18 11:17:51 ip-172-31-19-34 mxisd[2536]: .506  INFO [onPool-worker-0] k.m.l.p.RemoteIdentityServerFetcher : Empty 3PID mapping from https://matrix.org
Dec 18 11:17:51 ip-172-31-19-34 mxisd[2536]: .506  INFO [onPool-worker-0] k.m.l.p.RemoteIdentityServerFetcher : Looking up email 3PID karankashyap@live.in using https://vector.im
Dec 18 11:17:51 ip-172-31-19-34 mxisd[2536]: .625  INFO [onPool-worker-0] k.m.l.p.RemoteIdentityServerFetcher : Empty 3PID mapping from https://vector.im
Dec 18 11:17:51 ip-172-31-19-34 mxisd[2536]: .625  INFO [onPool-worker-0]  i.k.m.invitation.InvitationManager : No mapping for pending invite @karan:idigid.com:!kRFGZiOEytBlRMxhZ
Dec 18 11:17:51 ip-172-31-19-34 mxisd[2536]: .625  INFO [onPool-worker-0]  i.k.m.invitation.InvitationManager : Searching for mapping created since invite @rohithzr:idigid.com:!r
Dec 18 11:17:51 ip-172-31-19-34 mxisd[2536]: .625  INFO [onPool-worker-0] l.s.RecursivePriorityLookupStrategy : Host Internal allowed for recursion: true
Dec 18 11:17:51 ip-172-31-19-34 mxisd[2536]: .625  INFO [onPool-worker-0]  i.k.m.l.provider.DnsLookupProvider : Performing DNS lookup for rohithzr@live.com
Dec 18 11:17:51 ip-172-31-19-34 mxisd[2536]: .625  INFO [onPool-worker-0]  i.k.m.l.provider.DnsLookupProvider : Domain name for rohithzr@live.com: live.com
Dec 18 11:17:51 ip-172-31-19-34 mxisd[2536]: .625  INFO [onPool-worker-0]    i.k.m.matrix.IdentityServerUtils : live.com is not an URL, using as-is
Dec 18 11:17:51 ip-172-31-19-34 mxisd[2536]: .625  INFO [onPool-worker-0]    i.k.m.matrix.IdentityServerUtils : Discovery Identity Server for live.com
Dec 18 11:17:51 ip-172-31-19-34 mxisd[2536]: .625  INFO [onPool-worker-0]    i.k.m.matrix.IdentityServerUtils : Performing SRV lookup
Dec 18 11:17:51 ip-172-31-19-34 mxisd[2536]: .625  INFO [onPool-worker-0]    i.k.m.matrix.IdentityServerUtils : Lookup name: _matrix-identity._tcp.live.com
Dec 18 11:17:51 ip-172-31-19-34 mxisd[2536]: .626  INFO [onPool-worker-0]    i.k.m.matrix.IdentityServerUtils : No SRV record for _matrix-identity._tcp.live.com
Dec 18 11:17:51 ip-172-31-19-34 mxisd[2536]: .626  INFO [onPool-worker-0]    i.k.m.matrix.IdentityServerUtils : Performing basic lookup using domain name live.com
Dec 18 11:17:52 ip-172-31-19-34 mxisd[2536]: .159  INFO [onPool-worker-0]    i.k.m.matrix.IdentityServerUtils : https://live.com is not a usable Identity Server: com.google.gson.
Dec 18 11:17:52 ip-172-31-19-34 mxisd[2536]: .159  INFO [onPool-worker-0]    i.k.m.matrix.IdentityServerUtils : https://live.com is not a usable Identity Server

What can be the issue?

maxidorius commented 6 years ago

That log doesn't include anything about sending email, only lookups. Nothing wrong about that as I can see, since live.in and live.com don't have an identity server.

Rohithzr commented 6 years ago

I seem to get late emails on these accounts... but that doesnt look like an issue with kamax. It's strange maybe mailgun is giving issues.