Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • core core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 233
    • Issues 233
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • hubzilla
  • corecore
  • Issues
  • #1427

Closed
Open
Created Jan 18, 2020 by Sébastien Huss@sebt3

Cant register 'Not a valid email'

I dont know if this is a bug, but it's driving me crazy.

I have a hubzilla 4.6 installed (in a container, but so what). after lot's of fiddling, I managed to have a working sendmail solution on the host (well container). Running :

echo -n 'Subject: test\n\nTesting ssmtp' | sendmail -v dest.email@domain.dom

get the mail sent as expected.

But when I try to register, it keeps telling me that it's not a valid email. So I tried to disable email verification :

util/config system verify_email 0
sed -i '/verify_email/s/= 1/= 0/' /var/www/html/view/*/htconfig.tpl
echo 'App::$config['"'system']['verify_email'"'] = 0;'>>.htconfig.php
kill -USR2 1

(that kill force a reload of php-fpm, useless I know, but still) But I still get that message.

So I tried to configure the mail system by setting config[system][from_email] (using both util/config and the .htconfig.php) No change. So I tried to enable debuging by setting config[system][loglevel] = LOGGER_ALL and config[system][logfile] = /tmp/logtoitgeez. The file is not created. So I added these lines in the .htconfig.php :

error_reporting(DEBUG | E_ERROR | E_WARNING | E_PARSE );
ini_set('error_log','php.out'); ini_set('log_errors','1');

Still no dice. Help ?

Edited Jan 18, 2020 by Sébastien Huss
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking