Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-30 Thread Tony White
Hi Eric,   Thank you for all your help today. I believe the last install of dovecot-mysql has resolved the issue. I can now login using any of the webmail programs.   Really do appreciate your efforts and those of Remo not only to me but to us all. regards Anthony White On 30/3/24 17:42, Eric B

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-30 Thread Eric Broch
What's in dovecot.conf ? On 3/30/2024 1:00 AM, Tony White wrote: Hi,   Seems I do not have a /etc/dovecot/toaster.conf file anywhere. Do I just create it? regards Anthony White On 30/3/24 17:42, Eric Broch wrote: cat /var/log/dovecot.log If you don't see anything, dovecot has authorization d

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-30 Thread Tony White
Hi,   Seems I do not have a /etc/dovecot/toaster.conf file anywhere. Do I just create it? regards Anthony White On 30/3/24 17:42, Eric Broch wrote: cat /var/log/dovecot.log If you don't see anything, dovecot has authorization debug On 3/30/2024 12:40 AM, Tony White wrote: Hi Eric,   Yup al

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Eric Broch
cat /var/log/dovecot.log If you don't see anything, dovecot has authorization debug On 3/30/2024 12:40 AM, Tony White wrote: Hi Eric,   Yup all good and the new tld are correct now. The only issue I now have is I am unable to login on any domain and user. Both Squirrelmail and RoundCube give u

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Eric Broch
Okay! Under the Domain-Table vpopmail DB (domain_tld) both statements /home/vpopmail/bin/vadddomain test-test.com and /home/vpopmail/bin/vadddomain test.test.com create vpopmail table test_test_com This is why the original script only replace the last '.' If you have no domains with a '-'

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Tony White
Hi Eric,   Yup all good and the new tld are correct now. The only issue I now have is I am unable to login on any domain and user. Both Squirrelmail and RoundCube give unknown user or password. Restarted httpd, dovecot, qmail, php-fpm all to no avail. ssl_request_log [30/Mar/2024:17:34:50 +1100]

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Eric Broch
Replaces last occurrence of '.' only  sed -e 's/\(.*\)_/\1./' Replaces all other '_' with '-'  's/_/-/g' This is irregular given the nature of domain names. I'd go with 's/_/./g' That replaces all occurrences of '_' of the domain table with '.'. On 3/30/2024 12:16 AM, Eric Broch wrote:

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Eric Broch
Nothing this script does ruins the original tables. So, you could make adjustments to it and rerun after dropping the vpopmail table of course. You could also modify it just to list the domain tables after they've had the '_' replaced with a '.' to see if they all look correct with the new doma

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Tony White
Hi Eric,   This seems to fix it, your opinion please... ycs_com_au domain_name=`echo $1 | sed -e 's/_/./g'` ycs.com.au regards Anthony White On 30/3/24 17:06, Tony White wrote: Hi,   Eric it seems this piece of code only convert the last . in a tld and leaves any others a -. #!/bin/sh # use

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Eric Broch
The domain tables should all look like this xxx_yyy_zzz or xxx_zzz I'd drop the vpopmail table (not database) perhaps domain_name=`echo $i | sed 's/_/./g'` On 3/30/2024 12:06 AM, Tony White wrote: Hi,   Eric it seems this piece of code only convert the last . in a tld and leaves any oth

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Tony White
Hi,   Eric it seems this piece of code only convert the last . in a tld and leaves any others a -. #!/bin/sh # use tld as ycs_com_au -> ycs-com.au   echo $1   domain_name=`echo $1 | sed -e 's/\(.*\)_/\1./' -e 's/_/-/g'`   echo $domain_name; This explains why all my tld's have - and . and no dom

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Tony White
Hi Eric,   Thank you. I have just been reviewing the migration results in the vpopmail table and have an issue that may or not be a fault. All tld's ycs.com.au are ycs-com.au in the vpopmail.vpopmail table. I would have thought the tld should be ycs.com.au, yes? I will check in the migration scri

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Eric Broch
   wget -P /etc/dovecot https://raw.githubusercontent.com/qmtoaster/scripts/master/dovecot.conf    wget -P /etc/dovecot https://raw.githubusercontent.com/qmtoaster/scripts/master/dovecot-sql.conf.ext On 3/29/2024 11:16 PM, Tony White wrote: Hi again,   I have just completed following th ManyDo

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Tony White
Hi again,   I have just completed following th ManyDomain text and found that Neither '/etc/dovecot/dovecot-sql.conf.ext' or '/etc/dovecot/toaster.conf' exist.   Do I simply create them or has the install failed somehow? TIA :) regards Anthony White On 30/3/24 15:30, Remo Mattei wrote: 👍 — Ci

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Remo Mattei
👍 — Ciao Remo > On venerdì, mar 29, 2024 at 21:10, Tony White (mailto:t...@ycs.com.au)> wrote: > Hi Folks, > You are correct in both but this is the first time > I have a working server. I will be moving to ManyDomains next > after a snapshot. Id=f that works properly then upgrading to > RL 9 is

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Tony White
Hi Folks,   You are correct in both but this is the first time I have a working server. I will be moving to ManyDomains next after a snapshot. Id=f that works properly then upgrading to RL 9 is next. Baby steps for me here. Tried too many times to get it all working properly. regards Anthony Whit

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Eric Broch
I would reconsider and go with Many Domain option. The domain table option uses Dovecot binaries that can never be updated since Dovecot has eliminated the vpopmail driver from the source. I'm not sure why we (qmt community) ever decided against the Many Domain option. It is so much easier to i

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Remo Mattei
Hi all RL 8.9 do I read that right? Maybe if I were you I would reconsider to RL 9.x Just my 2 cents — Ciao Remo > On venerdì, mar 29, 2024 at 20:32, Tony White (mailto:t...@ycs.com.au)> wrote: > Hi Eric, > Okay rebuilt using RL 8.9, not a ManyDomain, and all seemed to go well until > the migr

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Tony White
Hi Eric,   Well the cli cmd service dovecot status reveals... /etc/dovecot/toaster.conf line 13: ssl_cert: Can't open file /var/qmail/control/servercert.pem Turns out I had not copied over my ssl certificates. regards Anthony White On 30/3/24 11:56, Eric Broch wrote: If you're installing o

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Tony White
Hi Eric,   Okay rebuilt using RL 8.9, not a ManyDomain, and all seemed to go well until the migration from the old server to the new. Everything works until dovecot which fails without error. There is no process for dovecot and I cannot see anything in the log file to explain the failure. regar

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Eric Broch
If you're installing on EL9 you have no choice, all the packages are Many-Domain. You'll have to dump the vpopmail db on the old server, copy it to the new server, import the db into vpopmail mysql db and run the script to convert the db to many domain found here

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Tony White
Hi Eric,   In your opinion should I not do a many domain install first then migrate to many domains? I seem to have problems doing many domains then moving my client domains over. TIA :) regards Anthony White On 30/3/24 02:25, Eric Broch wrote: It should, although 9 is strictly 'Many-Domain'

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Tony White
Hi Eric,   Thank you for the confirmation. Yes there are all sorts of issues that need to be overcome. So far so good, the latest install is fully operational and ready to clone over the old system.   Hoping all goes well this time. regards Anthony White On 30/3/24 02:25, Eric Broch wrote: It sh

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Eric Broch
It should, although 9 is strictly 'Many-Domain' so vpopmail database will need to be converted. Many domain's conversion - QMT (qmailtoaster.org) Rocky 8 & 9 both use PHP8.1 Stock Squirrelmail might have issues PHP upgrade 7.x to 8.1 - QmailToaster

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Tony White
Eric,   Does the migrate.html direction hold for Rocky 9? regards Anthony White On 30/3/24 02:02, Eric Broch wrote: Yes, email address and password. If both are problematic I would assume the problem is not specific to either one but would point to Apache or the server itself. Would you agree?

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Tony White
Hi Eric,   I tend to agree. I have just reverted to a previous snapshot so I can try again. I am trying Rocky 9to give me some leeway into the future ie 2032. I will probably not be around by then ho ho   Thanks for the replies.  I will rerun the full install again now. regards Anthony White

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Eric Broch
Yes, email address and password. If both are problematic I would assume the problem is not specific to either one but would point to Apache or the server itself. Would you agree? On 3/29/2024 8:54 AM, Tony White wrote: Hi Eric,   Yes thank you, I have tried that and more. Roundcube login takes

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Tony White
Hi Eric,   Yes thank you, I have tried that and more. Roundcube login takes forever to quit with loading then fails. Squirrelmail just times out. In both cases   I presume the login for both is still email address nnd password? regards Anthony White On 30/3/24 01:26, Eric Broch wrote: Perhaps t

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Eric Broch
Perhaps this might help: php - apache proxy_fcgi - The timeout specified has expired - Error dispatching request - Stack Overflow On 3/29/2024 8:06 AM, Tony White wrote:

[qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Tony White
Hi Folks,   Sad to say I have started getting this error trying to log in to web mail either squirrelmail and roundcube. [Sat Mar 30 00:50:31.603465 2024] [proxy_fcgi:error] [pid 7308:tid 7349] (70007)The timeout specified has expired: [client 10.2.1.5:52464] AH01075: Error dispatching request t