Jump to content
Froxlor Forum

d00p

Administrators
  • Posts

    10613
  • Joined

  • Last visited

  • Days Won

    43

Posts posted by d00p

  1. clear cache, remove any cookies, be 100% sure the password is correct. If still no luck, generate new password with 

    php -r "echo password_hash('your-new-password', PASSWORD_BCRYPT);"

    and set this hash as password for the corresponding admin in panel_admins via mysql/phpmyadmin

     

  2. Update: froxlor 2.2.8

    Security:

    • Bump league/commonmark from 2.6.2 to 2.7.0 (#1329)

    Fixes:

    • set correct field name for 'rewrite subject' in edit-email form, #1328
    • validate username for webserver/fcgid/php-fpm in global settings to ensure it exists and is not a froxlor-managed user, #1332
    • do not add ssl_stapling in nginx vhost automatically for let's encrypt certificates as they have removed support for it
    • Relax dkim_entry visibilty for admins in domain editor like it is for customers, #1336
  3. 17 minutes ago, Anachon said:

    Jul 01 12:13:04 xxx.com systemd[1]: Starting The PHP 8.2 FastCGI Process Manager...
    Jul 01 12:13:04 xxx.com php-fpm8.2[151960]: [01-Jul-2025 12:13:04] NOTICE: PHP message: PHP Warning:  PHP Startup: Unable to load dynamic library 'mysqli' (tried: /usr/lib/php/20220829/mysqli (/usr/lib/>
    Jul 01 12:13:04 xxx.com php-fpm8.2[151960]: [01-Jul-2025 12:13:04] NOTICE: PHP message: PHP Warning:  PHP Startup: Unable to load dynamic library 'pdo_mysql' (tried: /usr/lib/php/20220829/pdo_mysql (/us>
    Jul 01 12:13:04 xxx.com php-fpm8.2[151960]: [01-Jul-2025 12:13:04] NOTICE: PHP message: PHP Warning:  Module "curl" is already loaded in Unknown on line 0

    sieht für mich mehr danach aus, als wurde an php rumgespielt.

    Wie exakt ist php prallel installiert worden? So eine Fehlermeldung passiert ja nicht von allein auf einmal...irgendwas muss ja gewesen sein. Repariere dein PHP und dann tut auch alles wieder

  4. Naja der DNS der domains ändert sich ja nicht "plötzlich", also entweder wurde was umgestellt oder fehlerhafte settings eingetragen (z.B. 127.0.0.1 als resolver...).

    Am besten zeigst du uns hierfür doch einfach mal die Einstellungen deiner Domain (vorallem der Part der zeigt welche IPs zugeordnet sind) und nen dig auf deine domain für A und/oder AAAA record. Am besten auch gleich noch ein `ip a s` von dem Server.

  5. dazu speziell gabs noch nie doku...musste halt für die services die du nutzt ggfls die queries anpassen, dass sie die felder berücksichtigen sofern dies noch nicht der fall ist. Verstehe aber auch bitte, dass ich jetzt hier kein großes Fass für eine fast 3 jahre und komplett veraltete version von froxlor aufmachen will...

  6. ne, eigentlich müssten da die entsprechenden sql-queries die die daten in postfix und dovecot integrieren halt abfragen ob aktiv und dann wäre das so wie "konto nicht gefunden / kenn ich nicht", kommt drauf an wie du deine configs gemacht hast, 0.10.x is zu lange her, da will ich mich ehrlich gesagt nicht mehr mit befassen...

    Was hält dich von einem Upgrade ab? ist doch alles kompatibel

  7. nein auch damals gab es schon entsprechende flags in den mail tabellen, welche durch postfix/dovecot genutzt wurden (postfix: Y|N, imap/pop3: 0|1) - beim Deaktivieren eines Kunden wurde hier auf N bzw. 0 gestellt, ein Senden sollte nicht möglich sein

  8. 11 minutes ago, MeinerEiner said:

    So are there any plans to use an alternative to dovecot for the future?

    no

    We provide default configs for the system defaults, so for bookworm, it's dovecot 2.3, as of now, trixie will ship with dovecot 2.4 and as said in my first reply: 

    On 5/20/2025 at 7:57 AM, d00p said:

    Trixie is not released yet. Possible issues will be addressed then. 

     

  9. - does /root/.acme.sh/teste3.my-domain.com/ exist?
    - Disable let's encrypt for the domain, let the cronjob run (or run manually)
    - run "/root/.acme.sh/acme.sh remove -d teste3.my-domain.com"
    - delete the directory "rm -rf /root/.acme.sh/teste3.my-domain.com/"
    - enable let's encrypt for the domain and let the cronjob run / manually run it 

     

×
×
  • Create New...