Re: [qmailtoaster] Migrate from CentOS 7 to Alma 9.3

2024-01-28 Thread Peter Peterse
Yes I found it. https://raw.githubusercontent.com/qmtoaster/scripts/master/convpop wget https://raw.githubusercontent.com/qmtoaster/scripts/master/convpop chmod a+x convpop ./convpop Now the table vpopmail will be created and after as start/stop of qmailtoaster I can login into roundcube.

Re: [qmailtoaster] Migrate from CentOS 7 to Alma 9.3

2024-01-28 Thread Remo Mattei
I do have a vpopmail you can import it from your old box but normally the script creates that for you. At least it does on rocky 9. Remo -- Sent from iPhone > On domenica, gen 28, 2024 at 20:06, Peter Peterse > mailto:pe...@peterse-uithuizen.com)> wrote: > > Hi Remo, > > > That part looks

Re: [qmailtoaster] Migrate from CentOS 7 to Alma 9.3

2024-01-28 Thread Peter Peterse
Hi Remo, That part looks just like mine. It comes from: https://raw.githubusercontent.com/qmtoaster/scripts/master/dovecot-sql.conf.ext Do you have a table vpopmail? I don't and also don't understand where it should be created. Peter On 28-1-2024 19:57, Remo Mattei wrote: Here is mine

Re: [qmailtoaster] Migrate from CentOS 7 to Alma 9.3

2024-01-28 Thread Remo Mattei
Here is mine default_pass_scheme = MD5-CRYPT # passdb query to retrieve the password. It can return fields: password_query = SELECT CONCAT( pw_name ,'@', pw_domain ) AS user, \ pw_passwd AS password, \ pw_dir as userdb_home, \ 89 AS userdb_uid, \ 89 AS userdb_gid \ FROM

Re: [qmailtoaster] Migrate from CentOS 7 to Alma 9.3

2024-01-28 Thread Peter Peterse
Hello, Remo, thanks fot the fast answer. I've changed the file /etc/dovecot/dovecot.conf back to how it was after the script qt_install. Dovecot logs now: Jan 28 18:24:28 auth-worker(63869): Warning: sqlpool(mysql): Query failed, retrying: Table 'vpopmail.vpopmail' doesn't exist Jan 28

Re: [qmailtoaster] Migrate from CentOS 7 to Alma 9.3

2024-01-28 Thread Remo Mattei
It’s now sql not vpopmail -- Sent from iPhone > On domenica, gen 28, 2024 at 18:41, Peter Peterse > mailto:pe...@peterse-uithuizen.com)> wrote: > Hello list, > > I'm trying to migrate from CentOS 7 to AlmaLinux 9.3. I'm using the > steps from: > > http://qtp.qmailtoaster.com/#rhel9 > > and > >

[qmailtoaster] Migrate from CentOS 7 to Alma 9.3

2024-01-28 Thread Peter Peterse
Hello list, I'm trying to migrate from CentOS 7 to AlmaLinux 9.3. I'm using the steps from: http://qtp.qmailtoaster.com/#rhel9 and http://www.qmailtoaster.com/migrate.html In this process I've changed the database passwords in the files: /home/vpopmail/etc/vpopmail.mysql