Linuxoid
Matrix - @saint:group.lt
matrix I, skipped classes and watch it more than ten times in cinema.
have you done any settings change in languages?
maybe you could just add it to your bio ;)
i don’t see secure messaging in your profile neither :)
at least this is the format i am using.
not all the users put their matrix username in Lemmy. also - at least in desktop when clicking send secure message it brings up matrix client for me (element)
in lemmy at least in the user profile you can see send secure message - if it is there (meaning - user has added matrix username) - you can click and send message via matrix
a bro and a sis, live in different countries all of us. crossed water and fire, internal conflicts from time to time, but if somebody dares to touch from the “outside” - we become one buddha palm ;)
pricing changes, i.e. - removing free tier and increasing other plan prices.
you can define it as environment variables in https://github.com/LemmyNet/lemmy-ansible/blob/main/templates/docker-compose.yml i.e mine contains these lines:
postfix:
image: mwader/postfix-relay
environment:
- POSTFIX_myhostname=group.lt
- POSTFIX_inet_protocols=ipv4
- POSTFIX_smtp_sasl_auth_enable=yes
- POSTFIX_smtp_sasl_password_maps=static:smtp_username:smtp_password
- POSTFIX_smtp_tls_security_level=may
- POSTFIX_smtp_sasl_security_options=noanonymous
- POSTFIX_relayhost=sendgridsmtpserver:serverport
- OPENDKIM_DOMAINS=group.lt
restart: "always"
you should be able to use any mail gateway that supports smtp. one way to do it is to configure postfix to use sendgrid as relayhost - https://docs.sendgrid.com/for-developers/sending-email/postfix
a source code of a game ;))