I'm trying to run friendica at home. (Actually just a proof of concept, so I know if I can get it up and running or get stuck like last time, before I suggest it to a group.)
Sending mail (user registration) only works via specifying smtp server + login. (Also via php_ini(), as I've done that in some of my own scripts.)
https://github.com/friendica/friendica/wiki/How-to%3A-Hosting-a-Friendica-site-at-home
This seems to be using your script and says :
10) You will be prompted to enter your (normal) email address, your domain (which should be your DynDns subdomain) and a legitimate SMTP account to relay mail from. The latter can be taken from the SMTP settings in any standard mail client you use - also use the port specified there.
The SMTP question did NOT happen. So while the install is working, I can't login, I can't admin, etc.
Okay, I fixed it with by editting the mysql-db and a suitable password generated here
http://wiki.tonybaldwin.info/doku.php?id=hax:misc:fpassgen
Still, user registration and any email based functionality won't work. (On an at-home server, that is.)
I'm trying to run friendica at home. (Actually just a proof of concept, so I know if I can get it up and running or get stuck like last time, before I suggest it to a group.)
Sending mail (user registration) only works via specifying smtp server + login. (Also via php_ini(), as I've done that in some of my own scripts.)
https://github.com/friendica/friendica/wiki/How-to%3A-Hosting-a-Friendica-site-at-home
This seems to be using your script and says :
10) You will be prompted to enter your (normal) email address, your domain (which should be your DynDns subdomain) and a legitimate SMTP account to relay mail from. The latter can be taken from the SMTP settings in any standard mail client you use - also use the port specified there.
The SMTP question did NOT happen. So while the install is working, I can't login, I can't admin, etc.
Okay, I fixed it with by editting the mysql-db and a suitable password generated here
http://wiki.tonybaldwin.info/doku.php?id=hax:misc:fpassgen
Still, user registration and any email based functionality won't work. (On an at-home server, that is.)