I’m currently doing maintenance on the mail server of the Fractal Future Wiki, because mail related problems have been reported. During the maintenance it seems that you will probably be able to register an account for the Wiki, but probably won’t get the confirmation email with your password. In that case, I can give you another password manually (which you of course should change immediately), if you contact me about this issue.
Once the maintenance is complete, this measure hopefully won’t be necessary anymore.
Edit (2015-07-18): It seems that the mail server now basically works, but currently mails tend to arrive in the spam folder, because the DNS settings aren’t optimized, yet.
Edit2 (2015-07-19): The mail server now works a bit better, but now DokuWiki has problems communicating with it, which means that the wiki won’t be able to send out emails. So, you basically can still create a new account, but you won’t get any email whatsoever, which means that you need to contact me to get a password, until this error is fixed.
Edit2 (2015-07-19): Ok, I’ve given up trying to get the PHP mail function to work with the exim4 MTA and nginx with PHP5-FPM. I can easily send mails via exim4 now, even with DKIM signature (but strangely my mails still land in the spam folger in gmail – so maybe exim4 isn’t really the best idea; while I used sendmail for a brief period of time it actually kinda worked, and my mail even didn’t land in the spam folder, even though it didn’t have a DKIM signature), but exim4 does not work together with the PHP mail function. It just doesn’t work, and it seems to be a frequently unsolved problem as the corresponding guides indicate. I’ve tried about everything that guides have suggested and there’s still 0 indication that there is any chance that it does anything. So, I’ve got a few alternatives:
- Try using postfix instead of exim4. It looks like postfix works a bit better than exim4 in situations like these, but there is by no means any guarantee that it will work.
- Use something other than the native PHP mail function which seems to be the root of evil. There are plugins that provide a reasonable replacement. The problem is that those plugins also might not work.
Meh, I’ll probably give postfix a shot, even though there’s a fair chance that it won’t fix the actual problem. Anyway, the problem of the Wiki not being able to send mails will probably persist for a few weeks until I can solve this fix-resistant issue. You can still register new accounts, but you will have to ask me personally to give you a password to log in.