Jump to content
Froxlor Forum

rubo77

Members
  • Posts

    27
  • Joined

  • Last visited

  • Days Won

    1

rubo77 last won the day on September 3 2023

rubo77 had the most liked content!

rubo77's Achievements

Apprentice

Apprentice (3/14)

  • Dedicated Rare
  • Collaborator Rare
  • First Post
  • Conversation Starter
  • Week One Done

Recent Badges

1

Reputation

  1. ;TLDR! in case the domain you use to access Froxlor is not in your database: check your hostname in the database: SELECT * FROM `panel_settings` WHERE `varname` = 'hostname'; then: UPDATE `panel_settings` SET `value` = 'newdomain.de' WHERE `settingid` = [id];
  2. Sure, I activated both. But there was no option in domain settings still. But I found out, that after log out and logging in again the drop-down to change the customer appeared. (Maybe a bug?) Thanks
  3. OK. I activated it, but I don't see how to moving domains between customers. (Only between admins)
  4. I Use Froxlor for Email-Only. Now I would like to give two of my customers the control to one of my E-Mail-domains in Froxlor. Or if that is not possible at least move the domain from one customer account to another. To control a domain from two customers or move it to another customer seems not possible in the interface How could I achieve this?
  5. This gives the same error like here: thx, this fixed the issue, I had to install the mysql-extension also for the php8.2 which differs on CLI from the apache version: php7.4: Now There are currently no outstanding tasks for Froxlor" And I can add the email account now! Thanks a lot! 🎉
  6. Ja da scheinen einige sachen im cron zu hängen, das Dashboard zeigt: Ich benutze die webserver configuration und Bind nicht, daher habe ich das immer ignoriert "Delete customer e-mail data." scheint wichtig zu sein. Wie kann ich das von Hand anstoßen? der cron scheint im prinzip sonst zu funktionieren, wenn ich irgendwelche Änderungen an den email einstellungen mach
  7. Ich habe nicht an der datenbank "rumgespielt" und auch der Ordner `/var/customers/mail/<user>/<domain>/customer@domain/ existiert nicht mehr, aber ich bekomme trotzdem den Fehler sobald ich in der Einstellung der email versuche ein Konto anzulegen: Wo kann dies noch dran hängen? Ich habe auch schon die mail komplett gelöscht in froxlor und neu angelegt, aber wieder der selbe Fehler
  8. re-set the passwords in Froxlor worked for me, those are only some 20 users with old passwords (generated with syscp some years ago) thanks for all the help 🎉
  9. I am migrated to dovecot now and now I still cannot login: auth-worker(115046): Error: conn unix:auth-worker (pid=115043,uid=142): auth-worker<5>: sql(rubo77@mydomain.de,46.114.172.246,<jhogi2wE4Zwucqz2>): Invalid password in passdb: Not a valid MD5-CRYPT or PLAIN-MD5 password Sep 03 06:08:42 mydomain.de postfix/smtp although I have set #default_pass_scheme = CRYPT like described in the migration manual If I change that to default_pass_scheme = BLF-CRYPT I can login into those accounts, where the password is stored in the form starting with {BLF-CRYPT}$2y$10$2eD/B.RsXJ..DGfmwLeIW.BZRIr8k3Vow... So I guess, I only have to reformat the stored passwords somehow. Is there a way to do that from within froxlor?
  10. OK, this is my plan: https://unix.stackexchange.com/questions/755546/migrate-courier-to-dovecot-on-debian-10-using-froxlor any objections?
  11. I only use froxlor for emails, so I think I read the whole migration guide, but I could not find how to adapt courier-IMAP settings to accept the new passwords. This is not applicable to courier
  12. Which part? I can imagine there is a PHP extension missing: session, ctype, xml, filter, posix, mbstring, curl, gmp, json
  13. It seems everything is working fine, so there is no system to be reconfigured. I Only cannot login to some email acounts, and I looked them up in the database: some passwords are stored in `password_enc` like `EAqHkifyXx6sx`, those accounts are still working. but some are stored like {MD5-CRYPT}$1$qUsubzCn$WF1h/Kqk/692CRCEzz36f2 or {BLF-CRYPT}$2y$10$2eD/B.RsXJ..DGfmwLeIW.BZRIr8k3Vowff6ujdqD0CPrxh8fRgXc I cannot login into those accounts any more. How can I fix the encoding of the passords? (I still have the plain text passwords)
  14. Ok. That's a pity, 'cause it still worked fine after the upgrade to 0.10.38 But I might figure out out...
  15. The update seemed to have run fine at first, but now some IMAP email accounts don't work any more. The same password as before don't work any more. Only sending from those accounts works a bit, but the sent email cannot be copied into the sent folder POP/IMAP server: Courier SMTP server: postfix OS/Version: Debian 10
×
×
  • Create New...