ma1uta / ma1sd

Federated Matrix Identity Server (formerly fork of kamax/mxisd)
GNU Affero General Public License v3.0
167 stars 55 forks source link

no 'congratulations' message #93

Open lgwapnitsky opened 3 years ago

lgwapnitsky commented 3 years ago

running through the steps at this part:


1. Invite ma1sd-federation-test@kamax.io
2. The 3PID invite should be turned into a Matrix invite to @ma1sd-lookup-test:kamax.io.
3. The invited test user will join the room, send a congratulation message and leave. NOTE: You might not see a suggestion for the e-mail address, which is normal. Still proceed with the invite.
4. 

and not receiving the congratulations message

lfom commented 2 years ago

I was trying to install ma1sd, and it seems that the email was sent successfully but got an Undelivered Mail Returned to Sender notice:

We do not maintain the ma1sd project

Some info from syslog:

Dec 04 21:07:13 ma1sd[5365]: [ForkJoinPool.commonPool-worker-3] INFO io.kamax.mxisd.lookup.strategy.RecursivePriorityLookupStrategy - Host Internal allowed for recursion: true
Dec 04 21:07:13 ma1sd[5365]: [ForkJoinPool.commonPool-worker-3] INFO io.kamax.mxisd.lookup.provider.DnsLookupProvider - Performing DNS lookup for ma1sd-federation-test@kamax.io
Dec 04 21:07:13 ma1sd[5365]: [ForkJoinPool.commonPool-worker-3] INFO io.kamax.mxisd.lookup.provider.DnsLookupProvider - Domain name for ma1sd-federation-test@kamax.io: kamax.io
Dec 04 21:07:13 ma1sd[5365]: [ForkJoinPool.commonPool-worker-3] INFO io.kamax.mxisd.matrix.IdentityServerUtils - kamax.io is not an URL, using as-is
Dec 04 21:07:13 ma1sd[5365]: [ForkJoinPool.commonPool-worker-3] INFO io.kamax.mxisd.matrix.IdentityServerUtils - Discovering Identity Server for kamax.io
Dec 04 21:07:13 ma1sd[5365]: [ForkJoinPool.commonPool-worker-3] INFO io.kamax.mxisd.matrix.IdentityServerUtils - Performing SRV lookup
Dec 04 21:07:13 ma1sd[5365]: [ForkJoinPool.commonPool-worker-3] INFO io.kamax.mxisd.matrix.IdentityServerUtils - Lookup name: _matrix-identity._tcp.kamax.io
Dec 04 21:07:13 ma1sd[5365]: [ForkJoinPool.commonPool-worker-3] INFO io.kamax.mxisd.matrix.IdentityServerUtils - No SRV record for _matrix-identity._tcp.kamax.io
Dec 04 21:07:13 ma1sd[5365]: [ForkJoinPool.commonPool-worker-3] INFO io.kamax.mxisd.lookup.strategy.RecursivePriorityLookupStrategy - No 3PID mapping found

Who actually maintains the project now? Is it a valid and trusty source?

What is the correct way to test the installation now?

Regards

AnonymousWebHacker commented 2 years ago

I was trying to install ma1sd, and it seems that the email was sent successfully but got an Undelivered Mail Returned to Sender notice:

some

lfom commented 2 years ago

I did more research, and it seems that the verification mail is sent to kmax.io, which is the developer of mxisd, which ma1sd is a fork of. Since they stopped developing mxisd as a product and merged it to their own server, it seems they do not want any relation to ma1sd or any other project. So I guess that is why the validation is marked as Under reconstruction.

Anyway, the project hasn't been updated for a while and it would be good to know if it is still alive and in good hands.