Skip to content
View in the app

A better way to browse. Learn more.

Froxlor Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Anachon

Members
  • Joined

  • Last visited

  1. Hallo, ich möchte das Mailsystem aus Platzgründen auf einen NFS Share legen, der dann auch als var/customers/mail eingehangen wird. Ich würde gerne den Index von Dovecot lokal lassen. Ich dachte an so ein Konstrukt # dovecot-sql.conf.ext driver = mysql connect = "host=localhost dbname=froxlor user=froxlor password=******“ password_query = SELECT username AS user, password_enc AS password, CONCAT(homedir, maildir) AS userdb_home, uid AS userdb_uid, gid AS userdb_gid, CONCAT('maildir:', homedir, maildir, ':INDEX=/var/dovecot/indexes/%u') AS userdb_mail, CONCAT('*:storage=', quota, 'M') as userdb_quota_rule FROM mail_users WHERE (username = '%u' OR email = '%u') AND ((imap = 1 AND '%Ls' = 'imap') OR (pop3 = 1 AND '%Ls' = 'pop3') OR ((postfix = 'Y' AND '%Ls' = 'smtp') OR (postfix = 'Y' AND '%Ls' = 'sieve'))) Das wird komplett ignoriert. Ich bin ratlos! Tipps?
  2. Da hast Du recht. Unter der Domain findet er nichts mehr. Aber ich habe es gerade eher durch Zufall gefunden. Die SSL Erzeugung hing und das Zertifikat der Hauptdomain war abgelaufen. Danke für deine Mühe
  3. Nein, eine Maschine ohne FPM. Nur eine PHP-Version. Die Froxlor Verwaltung ist unter normal unter HTTPS://Domain/froxlor gewesen. Aktuell komme ich auch die nicht mehr drauf
  4. Hallo, der Server wurde neu gestartet und nach dem Reboot sind alle Kundendomains erreichbar, aber die Froxlorseite selbst nicht mehr. Tipps? VG
  5. Der damalige Fehler ist jetzt wieder aufgetreten. Was kann ich selber machen?
  6. Vom updater ja nicht, das Thema ist danach https://forum.virtualmin.com/t/proftpd-issue-after-upgrading-to-ubuntu-22-04-2/120267 Mit CLI hab ich das nie gemacht, also neue Version von Ubuntu auswählen und los?
  7. Hallo, was sollte man für froxlor beachten, wenn man Ubuntu Upgrade macht ? Beim Upgrade schlägt oft die ProFTP Geschichte fehl, also vorher purgen, so Google. Nach dem Upgrade, was muss ich beachten? Erst wieder ProFTP drauf, dann ? VG
  8. DANKESCHÖN. Top Hilfe via Discord!
  9. id: ‘leverkusen’: no such user Leider läuft phpmyadmin auch über den php pool ...
  10. wirklich nein. Unverändert seit Monaten... genau beim anlegen des customers leverkusen ist der Apache abgestürzt. im Log habe ich ja gefunden: php-fpm8.2[157901]: [01-Jul-2025 12:27:56] ERROR: [pool leverkusen.xxx.com] cannot get uid for user 'leverkusen' anscheinend ist dabei was nicht angelegt worden und fehlt jetzt. Seitdem startet das FPM nicht mehr und damit auch froxlor off.
  11. Hi, das ist vor Monate nach Anleitung installiert und lief bis zum Crash heute Morgen. Ich hatte einen neuen User/Customer angelegt und dabei ist der Apache weggeflogen. Ich bin schon etwas weiter: PHP message: PHP Warning: Module "mbstring" is already loaded in Unknown on line 0 Jul 01 12:27:56 xxx.com php-fpm8.2[157901]: [01-Jul-2025 12:27:56] ERROR: [pool leverkusen.xxx.com] cannot get uid for user 'leverkusen'
  12. Ich habe versucht alle Configs neu schreiben zu lassen: php /var/www/html/froxlor/bin/froxlor-cli froxlor:cron tasks --force Checking froxlor file permissions...OK Running "tasks" job (forced) [error] Given SSL private key for helpdesk.xxx.com does not seem to match the certificate. Cannot create ssl-directives [error] Given SSL private key for helpdesk.xxx.com does not seem to match the certificate. Cannot create ssl-directives Job for php8.2-fpm.service failed because the control process exited with error code. See "systemctl status php8.2-fpm.service" and "journalctl -xeu php8.2-fpm.service" for details. die subdomain helpdesk ist auf eine andere Maschine umgezogen vor einigen Wochen. Eventuell damit was zu tun?
  13. Hallo, Ubuntu 20.04 LTS, aktuelles Patchlevel, PHP-FPM 7.4 bis 8.4 parallel Beim Anlegen einer neuen Emal in Froxlor ist der Apache abgestürzt und ich habe den neu gestartet, ich habe das Problem, dass Apache startet, aber PHP nicht richtig läuft und auch keine vHosts mehr verfügbar sind. Beim Aufruf von Froxlor kommt: Service Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. der Start von PHP8.2 sagt (domain ist ausge xxx t): systemctl status php8.2-fpm.service ● php8.2-fpm.service - The PHP 8.2 FastCGI Process Manager Loaded: loaded (/lib/systemd/system/php8.2-fpm.service; enabled; vendor preset: enabled) Active: activating (start) since Tue 2025-07-01 12:13:04 UTC; 1s ago Docs: man:php-fpm8.2(8) Main PID: 151960 (php-fpm8.2) Tasks: 1 (limit: 77025) Memory: 12.3M CPU: 1.704s CGroup: /system.slice/php8.2-fpm.service └─151960 /usr/sbin/php-fpm8.2 --nodaemonize --fpm-config /etc/php/8.2/fpm/php-fpm.conf 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 der Start von php8.3: systemctl status php8.3-fpm.service ● php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager Loaded: loaded (/lib/systemd/system/php8.3-fpm.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2025-07-01 09:41:07 UTC; 2h 33min ago Docs: man:php-fpm8.3(8) Process: 103813 ExecStartPost=/usr/lib/php/php-fpm-socket-helper install /run/php/php-fpm.sock /etc/php/8.3/fpm/pool.d/www.conf 83 (code=exited, status=0/SUCCESS) Main PID: 103810 (php-fpm8.3) Status: "Processes active: 0, idle: 2, Requests: 0, slow: 0, Traffic: 0.00req/sec" Tasks: 3 (limit: 77025) Memory: 12.6M CPU: 833ms CGroup: /system.slice/php8.3-fpm.service ├─103810 "php-fpm: master process (/etc/php/8.3/fpm/php-fpm.conf)" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ├─103811 "php-fpm: pool www" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "> └─103812 "php-fpm: pool www" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "> Jul 01 09:41:07 xxx.com systemd[1]: Starting The PHP 8.3 FastCGI Process Manager... Jul 01 09:41:07 xxx.com systemd[1]: Started The PHP 8.3 FastCGI Process Manager. Idee? Danke und Gruß

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.