Jump to content
Froxlor Forum

d00p

Administrators
  • Posts

    10613
  • Joined

  • Last visited

  • Days Won

    43

Posts posted by d00p

  1. 6 minutes ago, Rômulo Pereira said:

    when I point a domain to froxlor server IP in /etc/hosts to access the domain locally,

    locally being the keyword....you cannot change the /etc/hosts on letsencrypt.org-servers or for everyone else,...that's what DNS is for...set correct dns entries in the domains zone and it should work as expected

  2. Update: froxlor 2.2.7

    Security:

    • Bump vite from 6.2.0 to 6.2.4 (#1320)
    • Bump axios from 1.8.1 to 1.8.2 (#1321)
    • Bump vite from 6.2.4 to 6.2.5 (#1322)
    • Bump vite from 6.2.5 to 6.2.6 (#1323)
    • Bump vite from 6.2.6 to 6.3.4 (#1327)

    Fixes:

    • PHP-8.4 compatibility (#1313)
    • issues with creating databases in certain cases, #1312 #1324 #1326
    • unable to set url with umlaut domain as path for (sub) domain redirection #1325
  3. nicht bei weiterleitung...aber bei ANKUNFT DER MAIL, das ist doch VORHER

    und wenn du nicht weiterleiten willst, musst du halt entsprechend die punktzahl für "discard" anpassen (Ablehnungs Level) - dann wird da auch nix zugestellt oder weitergeleitet, rspamd ist ja als milter in postfix eingerichtet, das sollte greifen bevor irgendwas lokal mit der mail passiert (also bevor postfix aufgrund der virtual_alias_maps entscheidet, wohin die mail geht)

     

  4. Eine Weiterleitung leitet eingehende Mails an ein Konto weiter...diese wurden doch schon bei Empfang durch den rspamd geprüft und gescannt...beachte bitte das eine E-Mail Weiterleitung nach EXTERN meist keine gute Idee ist, da hier SPF und Co ausgehebelt werden und die Mail nicht mehr authentifiziert ist

  5. 1 minute ago, nickcha said:

    Wenn ich in der Konfiguration A angebe 10 Server zu starten dann startet der für jede der Domains 10 Server - also 20 gesamt. Das ist nicht ein Pool von 10 Servern für die jeweiligen Konfiguration. Korrekt?

    Ja die process-manager settings sind PRO domain, sagst du "spawn 10 child-processes" dann gibts für jede domains 10 prozesse

    2 minutes ago, nickcha said:

    Beim Opcache Verhält sich das dann ähnlich. Der Opcache gilt nicht für den Pool an Domains der selben PHP-Konfiguration sondern für jede Domain einzeln. Korrekt?

    genau, die settings die du da festlegst sind immer für jede domain die dieser config zugeordnet sind

     

  6. die Meldung kommt nicht vom froxlor cronjob, sondern von PHP selbst, mach doch auf der console einfach mal ein "php -v" oder "php -m" - da wirst du den selben Fehler sehen.

    Ich hab mit diesem "raphf" noch nie gearbeitet, möglicherweise musst du die extension vllt erst aktivieren, wenn du sagst du findest den Eintrag /etc/php/8.1/mods-available/raphf.ini:extension=raphf.so dann ist die extension ja erstmal nur "verfügbar", wirf mal einen blick in den /etc/php8.1/fpm/conf.d/ (sofern du fpm nutzt) und/oder /etc/php8.1/cli/conf.d/ (für shell nutzung) - da sollte die raphf.ini ja gelinked sein

  7. I can't really get where the issue comes from, from what I can see in the trace, we're just running a

    GRANT ALL ON `" . $database . "`.* TO :username@:host

    Which should only adjust/set privileges for an already existing user, not create it...

    are you sure the "global mysql-user" for the customer has been created successfully when creating the customer?

  8. Update: froxlor 2.2.5 - 2.2.6

    New:

    • [settings] add new settings to set default values for customer antispam options for new email addresses (settings advanced-mode)
    • [cron] add new task to (re)configure mail/ftp services with let's encrypt; refs #1297
    • [system] allow admins without change-serversettings to adjust dkim flag of domains
    • [ui] hide webserver-ssl-options for new domains if no default ssl-ip-addresses are selected in the settings
    • [languages] added Hungarian translation (#1310)

    Security:

    • force admin email addresses to be unique and not be used for customers, fixes GHSA-7j6w-p859-464f
    • do not output potentially unsafe content, fixes GHSA-26xq-m8xw-6373

    Fixes:

    • show necessary dns entries for mail/antispan also in admin-view of domain
    • fix empty firstname/name but set company when editing a customer via API
    • allow cidr (forward slash) in spf settings-regex; fixes #1295
    • correctly create ssl-redirect if let's encrypt is already activated; fixes #1294
    • set sender-address of emails which were sent using an admin/a reseller to the global settings email so sending it using provided smtp settings will not fail antispam checks; fixes #1289
    • fix permissions of global mysql-user for customers; fixes #1286
    • can-edit-domain is not required to create subdomains of that domain if subdomains are allowed
    • set cookie SameSite option to 'Lax' for loginlinks to work as intended; fixes #1299
    • corrected regex for dns CAA entries; fixes #1300
    • add safety when unsetting isemaildomain flag in domain, fixes #1305
    • fix deletion of webserver-logfiles when customer gets deleted, thx to irisdina
    • fix plaintext-mail content, thx to AlexL
    • fix 'show necessary dns entries for mail/antispan also in admin-view of domain' if bind is enabled but domain is not using nameserver
×
×
  • Create New...