Jump to content
Froxlor Forum

d00p

Administrators
  • Posts

    10324
  • Joined

  • Last visited

  • Days Won

    43

Everything posted by d00p

  1. Well froxlor would not be working, but if you insist: https://github.com/Froxlor/Froxlor/blob/0.10.x/install/froxlor.sql Also, why are you using 0.10.17? It's super old, the last 0.10.x is 0.10.38.3....maybe also consider updating to the latest 2.0.x release
  2. So what makes you think that you will need to (re)update the database? Looks like it went through already...I understand your issue. Maybe join us on Discord if you need to elaborate further
  3. Please don't do things like that, you might end up in a broken system
  4. You should see a update process after updating and your first login. What do you see when you login?
  5. https://docs.froxlor.org/latest/admin-guide/configuration/php-fpm/
  6. aha...funktioniert bei mir super. Hast du denn für froxlor selbst auch in den "Froxlor Vhost Einstellungen" die Nutzung von Let's Encrypt aktiviert?
  7. Als erstes würde ich sagen: certbot löschen und lass froxlor das so machen wie froxlor das macht (via acme.sh). Aktiviere doch einfach "Let's Encrypt" in den Einstellungen und pro Domain und fertig, alles easy, funktioniert wunderbar
  8. my initial answer, remember that adding an address does not automatically make it an account, to make it an account you'd also have to invoke https://docs.froxlor.org/latest/api-guide/commands/emailaccounts.html for the newly created address
  9. Froxlor itself basically always uses its API internally...so everything you can do within the webui, you can most likely also do with the API externally
  10. it's literally in the comment...you just cannot add emaildomains directly, you just need to use the "Domains.add" api call to create a domain which has email usage enabled
  11. https://docs.froxlor.org/latest/api-guide/commands/emails.html
  12. Es wird die E-Mail Adresse des entsprechenden Kunden verwendet
  13. Okay, der job ist entsprechend offen weil er nicht abgeschlossen werden kann. Jetzt bitte mal folgende SQL-Query ausführen und ergebnis mitteilen: SELECT `f`.`homedir`, `f`.`uid`, `f`.`gid`, `c`.`documentroot` AS `customerroot` FROM `ftp_users` `f` LEFT JOIN `panel_customers` `c` USING (`customerid`)
  14. schau mal in die tabelle "panel_tasks", laut deines debug-traces will er ja einen neuen ftp anlegen (also das homedir), suche also nach tasks mit "type = 5" und paste uns mal den kompletten inhalt hier her
  15. Da ist die Angabe eines Heimatverzeichnisses leer das nicht leer sein darf. Entweder bei einem neuen Kunden oder neuen ftp User. Kannst du da mehr Info geben was gemacht wurde bevor das aufgetreten ist?
  16. Freut mich, sehr schön
  17. Klar, mach ich seit Jahren so
  18. Solange die acme.conf für den Webserver eingerichtet ist besteht ein globaler alias für .well-known und dann sollte das ebenso auch via certbot gehen. Würde allerdings empfehlen hier let's encrypt in froxlor auch für den froxlor vhost zu aktivieren damit alles von froxlor verwaltet wird. Zusätzlich kannst du mittels https://docs.froxlor.org/latest/admin-guide/cli-scripts/#validate-acme-webroot auch prüfen, ob da alles ok ist
  19. wenn man die ECC einstellung umstellt in froxlor sollte es ja schon existierende Zertifikate gar nicht betreffen, die bleiben wie sie sind. Ggfls ist das halt ein Sonderfall und du müsstest einfach die nicht verwendeten doppelten mal löschen damit das wieder ein sauberer stand ist
  20. Ja das ist leider mit SPF und co einfach ein problem. Lösen kannst du das z.B. mit https://github.com/roehling/postsrsd
  21. Aber wieso hast du denn auch ECC und nicht-ECC für ein und die selbe Domain?
×
×
  • Create New...