Zum Inhalt der Seite gehen


Friendica installation & Ansible


!Friendica Support

I'm currently working on a Ansible playbook for Friendica and installing the instance on a VM in a NAT, accessing Friendica via a global Nginx reverse proxy.

How is TLS detection actually done? Because even though the site is accessible via SSL, this is noted on the installation page.

At step 5 of the installation, I get a

Forbidden
The request was valid, but the server is refusing action. The user might not have the ecessary permissions for a resource, or may need an account.

Friendica Support hat dies geteilt.

Als Antwort auf Tealk

@Tealk yes, i had the same.. Will look and write you the needed nginx config part here..
Als Antwort auf Tealk

The playbook is pretty much done; everything seems to be working except for the search.
codeberg.org/Tealk/ansible_fri…

@xy.. Are you going to send me the snippet from the nginx config?

@xy..

Friendica Support hat dies geteilt.



SMTP Setup


!Friendica Support
Hello, I'm currently trying out this test instance and wanted to activate SMTP, but unfortunately, the setup seems a bit difficult.
github.com/friendica/friendica…
Why is there an smtp_port and an smtp_port_s entry? Which one is used now?

When an email is supposed to be sent, it loads forever, then I get this in postfix:
```
D85453EE00: milter-reject: END-OF-MESSAGE from firewalldomain[142.132.206.141]: 4.7.1 Greylisted, please try again later; from=<noreply@friendica.rollenspiel.forum> to=<tealk@rollenspiel.monster> proto=ESMTP helo=<localhost.home.arpa>
```
img.adminforge.de/SUg8w7wo/kUs…


In the end, it lands in quarantine, another user hasn't received an email yet, probably because it was filtered out by the provider as it doesn't seem to be filled out properly.

Friendica Support hat dies geteilt.

Als Antwort auf Tealk

i think i have found the problem
'smtp_from' => 'noreply@rollenspiel.forum',

but the mailheader:
Sender ("From" header):
Friendica Social Network <noreply@friendica.rollenspiel.forum>

Sender (SMTP):
noreply@friendica.rollenspiel.forum

Friendica Support hat dies geteilt.