I eat words
Linuxoid
Matrix - @saint:group.lt
- 2 Posts
- 12 Comments
I eat words@group.ltto Asklemmy@lemmy.ml•What's a movie you enjoyed so much in theaters you saw it multiple times there?English20·2 years agomatrix I, skipped classes and watch it more than ten times in cinema.
I eat words@group.lttoLemmy Support@lemmy.ml•[SOLVED] Lemmy won't show me my posts while being logged inEnglish3·2 years agohave you done any settings change in languages?
I eat words@group.ltto Jerboa@lemmy.ml•Where to find other peoples' Matrix username?English3·2 years agomaybe you could just add it to your bio ;)
I eat words@group.ltto Jerboa@lemmy.ml•Where to find other peoples' Matrix username?English2·2 years agoi don’t see secure messaging in your profile neither :)
I eat words@group.ltto Jerboa@lemmy.ml•Where to find other peoples' Matrix username?English2·2 years agoat least this is the format i am using.
I eat words@group.ltto Jerboa@lemmy.ml•Where to find other peoples' Matrix username?English8·2 years agonot 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)
I eat words@group.ltto Jerboa@lemmy.ml•Where to find other peoples' Matrix username?English6·2 years agoin 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
I eat words@group.ltto Asklemmy@lemmy.ml•Do you have a sibling? What is the relationship like?English11·2 years agoa 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 ;)
I eat words@group.ltto Open Source@lemmy.ml•What do you think it would take for people to leave GitHub?English8·2 years agopricing 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 ;))