Re: [qmailtoaster] Rocky 9 Migration

2024-02-20 Thread Gary Bowling


  
  


Ah, thanks Eric! Unfortunately I didn't find that page earlier.
  But but I cobbled together a few sql queries, so I...
- exported each domain to an xml file
- then did a bit of scripting on each domains xml file to add the
  pw_domain field, which is the same for every record in each file.
- then used the "load xml local infile..." sql command to load
  each of the files into the vpopmail table. 



It seems to have all worked. I can now use ./vuserinfo and get
  correct entries. The other tables, valias, lastauth, dir_control,
  all seem to be the same. 



So I think I'm on to the next challenge. The script you showed on
  that page would have been a little easier, but no worries, it
  wasn't to difficult. 

Which reminds me, I need to go back and set Global
  Local_infiles=0 as I had to change that to export/import local
  files. Although I'm not sure that hurts anything.



Thanks, gb



On 2/20/2024 5:04 PM, Eric Broch wrote:


  
  did you migrate the database?
  Many domain's conversion - QMT
  (qmailtoaster.org)
  On 2/20/2024 9:37 AM, Gary Bowling
wrote:
  
  



Thanks Eric. 

Continuing through the "migration" page. After going through
  everything moving configs and my database, then restarting.
  Toaststat says everything is ok.


So I tried a simple run of ~vpopmail/bin/vuserinfo g...@gbco.us
  just to query an account. I get this error 
mysql: sql error[3]: Table 'vpopmail.vpopmail' doesn't exist


Logging into the db and checking, indeed I do not have a
  vpopmail.vpopmail table. I have all the domain tables, etc. So
  I went back to my old server (the one this email is coming
  from) and it also does not have a vpopmail.vpopmail table.
I'm sure it has something to do with how old my existing
  server is. But how do I resolve this? 



Thanks, gb



On 2/20/2024 10:00 AM, Eric Broch
  wrote:


  
  It's all good and there's nothing to do.
  
  On 2/20/2024 7:11 AM, Gary
Bowling wrote:
  
  



Another question on my migration. On the qmailtoaster.com
  site, under the RHEL9 derivative install heading. There is
  the qmail1.03-3.3.8 header and underneath it is a link for
  "patches applied"
I'm confused if that means. It implies that those patches
  are already applied and there is no need to do them. But
  the link takes you to the page for the patch like it's
  something we should apply.
I'm pretty sure it's all good and there is nothing to do,
  just wanted to make sure. 



Thanks, gb

-- 
  
   The Moderns on Spotify 
  

- To
unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
  

- To
unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
  

  


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Rocky 9 Migration

2024-02-20 Thread Eric Broch

did you migrate the database?

Many domain's conversion - QMT (qmailtoaster.org) 



On 2/20/2024 9:37 AM, Gary Bowling wrote:



Thanks Eric.

Continuing through the "migration" page. After going through 
everything moving configs and my database, then restarting. Toaststat 
says everything is ok.



So I tried a simple run of ~vpopmail/bin/vuserinfo g...@gbco.us just to 
query an account. I get this error


mysql: sql error[3]: Table 'vpopmail.vpopmail' doesn't exist


Logging into the db and checking, indeed I do not have a 
vpopmail.vpopmail table. I have all the domain tables, etc. So I went 
back to my old server (the one this email is coming from) and it also 
does not have a vpopmail.vpopmail table.


I'm sure it has something to do with how old my existing server is. 
But how do I resolve this?



Thanks, gb


On 2/20/2024 10:00 AM, Eric Broch wrote:


It's all good and there's nothing to do.

On 2/20/2024 7:11 AM, Gary Bowling wrote:



Another question on my migration. On the qmailtoaster.com site, 
under the RHEL9 derivative install heading. There is the 
qmail1.03-3.3.8 header and underneath it is a link for "patches applied"


I'm confused if that means. It implies that those patches are 
already applied and there is no need to do them. But the link takes 
you to the page for the patch like it's something we should apply.


I'm pretty sure it's all good and there is nothing to do, just 
wanted to make sure.



Thanks, gb

--

The Moderns on Spotify 



- 
To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com For additional 
commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com 
- 
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com 
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com 

Re: [qmailtoaster] Rocky 9 Migration

2024-02-20 Thread Remo Mattei
One thing to keep in mind right now you cannot auth with alias domain until you 
apple the patch that Eric created a moth ago as I discovered this problem.

Remo

--
Sent from iPhone

> On martedì, feb 20, 2024 at 11:23, Remo Mattei  (mailto:r...@mattei.org)> wrote:
> Well after you create the list you can do this:
>
>
>
> Qmail Toaster Help / Perl Help 
> (https://plug-discuss.phxlinux.narkive.com/e3hWI4px/qmail-toaster-help-perl-help)
> phxlinux.narkive.com 
> (https://plug-discuss.phxlinux.narkive.com/e3hWI4px/qmail-toaster-help-perl-help)
>
>
>
>
>
>
>
>
>
>
>
>
>
> cat lista3 | tr "," " " | while read USER DOMAIN PASSWORD ; do vadduser 
> $USER@$DOMAIN $PASSWORD; done
>
>
> From the shell
>
> To get the current pass you can do this:
>
> for i in $(cat lista); do vuserinfo $i...@italy1.com ; done|grep clear
>
> Then you can use the paste command like this:
>
> paste lista1 clear1|column -s $'\t' -t|tee lista3
>
>
> To give you an idea on how to make this happen. You will need to tweak it a 
> little to fit the command above :) or tweak the first command
>
> Remo
>
>
>
> > On Feb 20, 2024, at 09:48, Gary Bowling  wrote:
> >
> >
> >
> >
> >
> > I see the new versions were not compiled with --disable-many-domains. That 
> > looks like it was discussed in the list way back in 2011.
> >
> >
> > Back then, when that decision was made, there much have been a convenient 
> > way to migrate from one db structure to the other?
> >
> >
> >
> >
> >
> >
> >
> > Remo,
> >
> >
> >
> > Yes, but there are complications to doing that. I have many domains, many 
> > users, different quotas, aliases, etc.
> >
> >
> >
> > The command you sent.
> >
> >
> > Once you get the list of users
> >
> > for i in $(cat lista); do vadduser -r -q NOQUOTA $i...@domain.com ; done
> >
> > Thanks,gb
> >
> >
> >
> >
> >
> > On 2/20/2024 12:23 PM, Remo Mattei wrote:
> > > Hi Gary,
> > > Did you recall my email? I said create the domain on the new server, then 
> > > run the shell to create every user with password then sync from old to 
> > > new on all emails and you would have been set. The script may have been 
> > > changed Eric will know more about that but how I migrate which is a 
> > > little longer does not depend on the old mysql. I had issue in the past 
> > > so I just do that my own way and no issues at all.
> > >
> > > Remo
> > >
> > > > On Feb 20, 2024, at 09:20, Gary Bowling  
> > > > (mailto:g...@gbco.us) wrote:
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > hmm, looks like the db structure changed since my old install?? Is that 
> > > > correct?
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > I created a new test domain in vpopmail with vadddomain which worked, 
> > > > then added a new user to that dummy domain.
> > > >
> > > >
> > > >
> > > > When I look at the db, it now has a vpopmail table that has the 
> > > > following structure.
> > > >
> > > >
> > > > mysql> select * from vpopmail;
> > > > ++---++++++-+-+
> > > > | pw_name | pw_domain | pw_passwd | pw_uid | pw_gid | pw_gecos | pw_dir 
> > > > | pw_shell | pw_clear_passwd |
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > My old server has a separate table for every domain, then the structure 
> > > > for each domain has this structure.
> > > >
> > > >
> > > > select * from gbco_us;
> > > > +++++-+---++--+
> > > > | pw_name | pw_passwd | pw_uid | pw_gid | pw_gecos | pw_dir | pw_shell 
> > > > | pw_clear_passwd |
> > > > +++++-+---++--+
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > The difference being the field "pw_domain"
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > So I guess the new structure has all the domains in the same table? If 
> > > > it does, then I need to figure out how to migrate my old db to the new 
> > > > format.
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Thanks, gb
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > On 2/20/2024 11:37 AM, Gary Bowling wrote:
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Thanks Eric.
> > > > >
> > > > >
> > > > >
> > > > > Continuing through the "migration" page. After going through 
> > > > > everything moving configs and my database, then restarting. Toaststat 
> > > > > says everything is ok.
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > So I tried a simple run of ~vpopmail/bin/vuserinfo g...@gbco.us 
> > > > > (mailto:g...@gbco.us) just to query an account. I get this error
> > > > >
> > > > >
> > > > > mysql: sql error[3]: 

Re: [qmailtoaster] Rocky 9 Migration

2024-02-20 Thread Remo Mattei
Well after you create the list you can do this:



https://plug-discuss.phxlinux.narkive.com/e3hWI4px/qmail-toaster-help-perl-help
cat lista3 | tr "," " " | while read USER DOMAIN PASSWORD ; do vadduser 
$USER@$DOMAIN $PASSWORD; done


From the shell 

To get the current pass you can do this:

for i in $(cat lista); do  vuserinfo $i...@italy1.com ; done|grep clear

Then you can use the paste command like this: 

paste lista1 clear1|column -s $'\t' -t|tee lista3


To give you an idea on how to make this happen. You will need to tweak it a 
little to fit the command above :)  or tweak the first command 

Remo 



> On Feb 20, 2024, at 09:48, Gary Bowling  wrote:
> 
> 
> 
> I see the new versions were not compiled with --disable-many-domains. That 
> looks like it was discussed in the list way back in 2011.
> 
> Back then, when that decision was made, there much have been a convenient way 
> to migrate from one db structure to the other?
> 
> 
> 
> Remo,
> 
> Yes, but there are complications to doing that. I have many domains, many 
> users, different quotas, aliases, etc.
> 
> The command you sent.
> 
> Once you get the list of users
> 
> for i in $(cat lista); do  vadduser -r -q NOQUOTA  $i...@domain.com ; done
> 
> Thanks,gb
> 
> 
> 
> On 2/20/2024 12:23 PM, Remo Mattei wrote:
>> Hi Gary, 
>> Did you recall my email? I said create the domain on the new server, then 
>> run the shell to create every user with password then sync from old to new 
>> on all emails and you would have been set. The script may have been changed  
>> Eric will know more about that but how I migrate which is a little longer 
>> does not depend on the old mysql. I had issue in the past so I just do that 
>> my own way and no issues at all. 
>> 
>> Remo
>> 
>>> On Feb 20, 2024, at 09:20, Gary Bowling  
>>>  wrote:
>>> 
>>> 
>>> 
>>> hmm, looks like the db structure changed since my old install?? Is that 
>>> correct?
>>> 
>>> 
>>> 
>>> I created a new test domain in vpopmail with vadddomain which worked, then 
>>> added a new user to that dummy domain.
>>> 
>>> When I look at the db, it now has a vpopmail table that has the following 
>>> structure.
>>> 
>>> mysql> select * from vpopmail;
>>> ++---++++++-+-+
>>> | pw_name| pw_domain | pw_passwd  | pw_uid | 
>>> pw_gid | pw_gecos   | pw_dir | pw_shell 
>>>| pw_clear_passwd |
>>> 
>>> 
>>> 
>>> My old server has a separate table for every domain, then the structure for 
>>> each domain has this structure.
>>> 
>>> select * from gbco_us;
>>> +++++-+---++--+
>>> | pw_name| pw_passwd  | pw_uid | pw_gid | 
>>> pw_gecos| pw_dir| 
>>> pw_shell   | pw_clear_passwd  |
>>> +++++-+---++--+
>>> 
>>> 
>>> 
>>> The difference being the field "pw_domain"
>>> 
>>> 
>>> 
>>> So I guess the new structure has all the domains in the same table? If it 
>>> does, then I need to figure out how to migrate my old db to the new format.
>>> 
>>> 
>>> 
>>> Thanks, gb
>>> 
>>> 
>>> 
>>> On 2/20/2024 11:37 AM, Gary Bowling wrote:
 
 Thanks Eric.
 
 Continuing through the "migration" page. After going through everything 
 moving configs and my database, then restarting. Toaststat says everything 
 is ok.
 
 
 
 So I tried a simple run of ~vpopmail/bin/vuserinfo g...@gbco.us 
  just to query an account. I get this error 
 
 mysql: sql error[3]: Table 'vpopmail.vpopmail' doesn't exist
 
 
 
 Logging into the db and checking, indeed I do not have a vpopmail.vpopmail 
 table. I have all the domain tables, etc. So I went back to my old server 
 (the one this email is coming from) and it also does not have a 
 vpopmail.vpopmail table.
 
 I'm sure it has something to do with how old my existing server is. But 
 how do I resolve this?
 
 
 
 Thanks, gb
 
 
 
 On 2/20/2024 10:00 AM, Eric Broch wrote:
> It's all good and there's nothing to do.
> 
> On 2/20/2024 7:11 AM, Gary Bowling wrote:
>> 
>> Another question on my migration. On the qmailtoaster.com site, under 
>> the RHEL9 derivative install heading. There is the qmail1.03-3.3.8 
>> header and underneath it is a link for "patches applied"
>> 
>> I'm confused if that means. It implies that those patches are already 
>> applied and there is no 

Re: [qmailtoaster] Rocky 9 Migration

2024-02-20 Thread Gary Bowling


  
  


I see the new versions were not compiled with
  --disable-many-domains. That looks like it was discussed in the
  list way back in 2011.
Back then, when that decision was made, there much have been a
  convenient way to migrate from one db structure to the other? 



Remo,

Yes, but there are complications to doing that. I have many
  domains, many users, different quotas, aliases, etc.

The command you sent. 

Once you get the list of users



for i in $(cat lista); do  vadduser -r -q NOQUOTA
   $i...@domain.com ; done


Thanks,gb




On 2/20/2024 12:23 PM, Remo Mattei
  wrote:


  
  Hi Gary, 
  Did you recall my email? I said create the domain on the new
server, then run the shell to create every user with password
then sync from old to new on all emails and you would have been
set. The script may have been changed  Eric will know more about
that but how I migrate which is a little longer does not depend
on the old mysql. I had issue in the past so I just do that my
own way and no issues at all. 
  
  
  Remo

  
On Feb 20, 2024, at 09:20, Gary Bowling
   wrote:


  
  


hmm, looks like the db structure changed since my old
  install?? Is that correct? 



I created a new test domain in vpopmail with
  vadddomain which worked, then added a new user to that
  dummy domain. 

When I look at the db, it now has a vpopmail table
  that has the following structure.
mysql> select * from vpopmail;
++---++++++-+-+
  | pw_name    | pw_domain |
  pw_passwd  | pw_uid | pw_gid |
  pw_gecos   |
  pw_dir |
  pw_shell    | pw_clear_passwd |



My old server has a separate table for every domain,
  then the structure for each domain has this structure.
select * from gbco_us;
+++++-+---++--+
  | pw_name    | pw_passwd 
  | pw_uid | pw_gid | pw_gecos    |
  pw_dir    |
  pw_shell   | pw_clear_passwd  |
+++++-+---++--+



The difference being the field "pw_domain"


So I guess the new structure has all the domains in
  the same table? If it does, then I need to figure out
  how to migrate my old db to the new format.


Thanks, gb



On 2/20/2024 11:37 AM, Gary
  Bowling wrote:


  
  
  
  Thanks Eric. 
  
  Continuing through the "migration" page. After
going through everything moving configs and my
database, then restarting. Toaststat says everything
is ok.
  
  
  So I tried a simple run of ~vpopmail/bin/vuserinfo
g...@gbco.us
just to query an account. I get this error 
  mysql: sql error[3]: Table 'vpopmail.vpopmail'
doesn't exist
  
  
  Logging into the db and checking, indeed I do not
have a vpopmail.vpopmail table. I have all the
domain tables, etc. So I went back to my old server
(the one this email is coming from) and it also does
not have a vpopmail.vpopmail table.
  I'm sure it has something to do with how old my
existing server is. But how do I resolve this? 
  
  
  
 

Re: [qmailtoaster] Rocky 9 Migration

2024-02-20 Thread Remo Mattei
Hi Gary, 
Did you recall my email? I said create the domain on the new server, then run 
the shell to create every user with password then sync from old to new on all 
emails and you would have been set. The script may have been changed  Eric will 
know more about that but how I migrate which is a little longer does not depend 
on the old mysql. I had issue in the past so I just do that my own way and no 
issues at all. 

Remo

> On Feb 20, 2024, at 09:20, Gary Bowling  wrote:
> 
> 
> 
> hmm, looks like the db structure changed since my old install?? Is that 
> correct?
> 
> 
> 
> I created a new test domain in vpopmail with vadddomain which worked, then 
> added a new user to that dummy domain.
> 
> When I look at the db, it now has a vpopmail table that has the following 
> structure.
> 
> mysql> select * from vpopmail;
> ++---++++++-+-+
> | pw_name| pw_domain | pw_passwd  | pw_uid | 
> pw_gid | pw_gecos   | pw_dir | pw_shell   
>  | pw_clear_passwd |
> 
> 
> 
> My old server has a separate table for every domain, then the structure for 
> each domain has this structure.
> 
> select * from gbco_us;
> +++++-+---++--+
> | pw_name| pw_passwd  | pw_uid | pw_gid | 
> pw_gecos| pw_dir| 
> pw_shell   | pw_clear_passwd  |
> +++++-+---++--+
> 
> 
> 
> The difference being the field "pw_domain"
> 
> 
> 
> So I guess the new structure has all the domains in the same table? If it 
> does, then I need to figure out how to migrate my old db to the new format.
> 
> 
> 
> Thanks, gb
> 
> 
> 
> On 2/20/2024 11:37 AM, Gary Bowling wrote:
>> 
>> Thanks Eric.
>> 
>> Continuing through the "migration" page. After going through everything 
>> moving configs and my database, then restarting. Toaststat says everything 
>> is ok.
>> 
>> 
>> 
>> So I tried a simple run of ~vpopmail/bin/vuserinfo g...@gbco.us 
>>  just to query an account. I get this error 
>> 
>> mysql: sql error[3]: Table 'vpopmail.vpopmail' doesn't exist
>> 
>> 
>> 
>> Logging into the db and checking, indeed I do not have a vpopmail.vpopmail 
>> table. I have all the domain tables, etc. So I went back to my old server 
>> (the one this email is coming from) and it also does not have a 
>> vpopmail.vpopmail table.
>> 
>> I'm sure it has something to do with how old my existing server is. But how 
>> do I resolve this?
>> 
>> 
>> 
>> Thanks, gb
>> 
>> 
>> 
>> On 2/20/2024 10:00 AM, Eric Broch wrote:
>>> It's all good and there's nothing to do.
>>> 
>>> On 2/20/2024 7:11 AM, Gary Bowling wrote:
 
 Another question on my migration. On the qmailtoaster.com site, under the 
 RHEL9 derivative install heading. There is the qmail1.03-3.3.8 header and 
 underneath it is a link for "patches applied"
 
 I'm confused if that means. It implies that those patches are already 
 applied and there is no need to do them. But the link takes you to the 
 page for the patch like it's something we should apply.
 
 I'm pretty sure it's all good and there is nothing to do, just wanted to 
 make sure.
 
 
 
 Thanks, gb
 
 -- 
 
 The Moderns on Spotify  
 
 - To 
 unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com 
  For additional 
 commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com 
 -
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com 
  For additional 
 commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com 
 -
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com 
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Rocky 9 Migration

2024-02-20 Thread Gary Bowling


  
  


hmm, looks like the db structure changed since my old install??
  Is that correct? 



I created a new test domain in vpopmail with vadddomain which
  worked, then added a new user to that dummy domain. 

When I look at the db, it now has a vpopmail table that has the
  following structure.
mysql> select * from vpopmail;
++---++++++-+-+
  | pw_name    | pw_domain | pw_passwd  |
  pw_uid | pw_gid | pw_gecos   |
  pw_dir | pw_shell    |
  pw_clear_passwd |



My old server has a separate table for every domain, then the
  structure for each domain has this structure.
select * from gbco_us;
+++++-+---++--+
  | pw_name    | pw_passwd  | pw_uid |
  pw_gid | pw_gecos    |
  pw_dir    | pw_shell   |
  pw_clear_passwd  |
+++++-+---++--+



The difference being the field "pw_domain"


So I guess the new structure has all the domains in the same
  table? If it does, then I need to figure out how to migrate my old
  db to the new format.


Thanks, gb



On 2/20/2024 11:37 AM, Gary Bowling
  wrote:


  
  
  
  Thanks Eric. 
  
  Continuing through the "migration" page. After going through
everything moving configs and my database, then restarting.
Toaststat says everything is ok.
  
  
  So I tried a simple run of ~vpopmail/bin/vuserinfo g...@gbco.us
just to query an account. I get this error 
  mysql: sql error[3]: Table 'vpopmail.vpopmail' doesn't exist
  
  
  Logging into the db and checking, indeed I do not have a
vpopmail.vpopmail table. I have all the domain tables, etc. So I
went back to my old server (the one this email is coming from)
and it also does not have a vpopmail.vpopmail table.
  I'm sure it has something to do with how old my existing server
is. But how do I resolve this? 
  
  
  
  Thanks, gb
  
  
  
  On 2/20/2024 10:00 AM, Eric Broch
wrote:
  
  

It's all good and there's nothing to do.

On 2/20/2024 7:11 AM, Gary Bowling
  wrote:


  
  
  
  Another question on my migration. On the qmailtoaster.com
site, under the RHEL9 derivative install heading. There is
the qmail1.03-3.3.8 header and underneath it is a link for
"patches applied"
  I'm confused if that means. It implies that those patches
are already applied and there is no need to do them. But the
link takes you to the page for the patch like it's something
we should apply.
  I'm pretty sure it's all good and there is nothing to do,
just wanted to make sure. 
  
  
  
  Thanks, gb
  
  -- 

 The Moderns on Spotify 

  
- To
  unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
  For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com

  
-
  To unsubscribe, e-mail:
  qmailtoaster-list-unsubscr...@qmailtoaster.com
  For additional commands, e-mail:
  qmailtoaster-list-h...@qmailtoaster.com

  


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Apple iPhone Mail refuse to connect to qmt.

2024-02-20 Thread Tony White

Hi Remo,
  Had not tried that. I will get an Apple today and test.
Thank you

regards
Anthony White

On 21/2/24 03:25, Remo Mattei wrote:
Do you have another iPhone user? Have you tried with WiFi if the provider is not working disable data on the iPhone and 
use wireless to test


--
Sent from iPhone

On martedì, feb 20, 2024 at 08:21, Tony White  wrote:
Hi folks,
  Nice ideas but the device is not even getting to
the server. No entries in the logs visible. It almost
seems the ISP is blocking anything but their mail servers.
Yet an Android phone and pc, mac clients connect on issues.

regards Anthony White Across Technology 4a Birmingham Rd, Mount Evelyn, 
Victoria 3796 Mob 0481 362 743 acrosstechnology.com.au ALL CALLS ARE RECORDED

On 21/2/24 02:00, Eric Broch wrote:


Tony,

Did you have a look in the Dovecot log?


On 2/20/2024 3:23 AM, Tony White wrote:

Hi folks,
  I am at a loss.I have a customers iPhone 12 here and
created an account for him but it states it cannot connect
to the imap server. The settings are correct I have set up
an Android on site and it works perfectly. It is ios 17.2.1.


Any ideas  greatly appreciated.
-- regards Anthony White Across Technology 4a Birmingham Rd, Mount Evelyn, 
Victoria 3796 Mob 0481 362 743 acrosstechnology.com.au ALL CALLS ARE RECORDED




Re: [qmailtoaster] Rocky 9 Migration

2024-02-20 Thread Gary Bowling


  
  


Thanks Eric. 

Continuing through the "migration" page. After going through
  everything moving configs and my database, then restarting.
  Toaststat says everything is ok.


So I tried a simple run of ~vpopmail/bin/vuserinfo g...@gbco.us
  just to query an account. I get this error 
mysql: sql error[3]: Table 'vpopmail.vpopmail' doesn't exist


Logging into the db and checking, indeed I do not have a
  vpopmail.vpopmail table. I have all the domain tables, etc. So I
  went back to my old server (the one this email is coming from) and
  it also does not have a vpopmail.vpopmail table.
I'm sure it has something to do with how old my existing server
  is. But how do I resolve this? 



Thanks, gb



On 2/20/2024 10:00 AM, Eric Broch
  wrote:


  
  It's all good and there's nothing to do.
  
  On 2/20/2024 7:11 AM, Gary Bowling
wrote:
  
  



Another question on my migration. On the qmailtoaster.com
  site, under the RHEL9 derivative install heading. There is the
  qmail1.03-3.3.8 header and underneath it is a link for
  "patches applied"
I'm confused if that means. It implies that those patches are
  already applied and there is no need to do them. But the link
  takes you to the page for the patch like it's something we
  should apply.
I'm pretty sure it's all good and there is nothing to do,
  just wanted to make sure. 



Thanks, gb

-- 
  
   The Moderns on Spotify 
  

- To
unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
  

  


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Apple iPhone Mail refuse to connect to qmt.

2024-02-20 Thread Remo Mattei
Do you have another iPhone user? Have you tried with WiFi if the provider is 
not working disable data on the iPhone and use wireless to test

--
Sent from iPhone

> On martedì, feb 20, 2024 at 08:21, Tony White  (mailto:t...@ycs.com.au)> wrote:
> Hi folks,
> Nice ideas but the device is not even getting to
> the server. No entries in the logs visible. It almost
> seems the ISP is blocking anything but their mail servers.
> Yet an Android phone and pc, mac clients connect on issues.
> regards Anthony White Across Technology 4a Birmingham Rd, Mount Evelyn, 
> Victoria 3796 Mob 0481 362 743 acrosstechnology.com.au ALL CALLS ARE RECORDED
> On 21/2/24 02:00, Eric Broch wrote:
> >
> > Tony,
> >
> >
> > Did you have a look in the Dovecot log?
> >
> >
> >
> >
> >
> > On 2/20/2024 3:23 AM, Tony White wrote:
> > > Hi folks,
> > > I am at a loss.I have a customers iPhone 12 here and
> > > created an account for him but it states it cannot connect
> > > to the imap server. The settings are correct I have set up
> > > an Android on site and it works perfectly. It is ios 17.2.1.
> > >
> > >
> > > Any ideas greatly appreciated.
> > > -- regards Anthony White Across Technology 4a Birmingham Rd, Mount 
> > > Evelyn, Victoria 3796 Mob 0481 362 743 acrosstechnology.com.au ALL CALLS 
> > > ARE RECORDED


Re: [qmailtoaster] Apple iPhone Mail refuse to connect to qmt.

2024-02-20 Thread Tony White

Hi folks,
  Nice ideas but the device is not even getting to
the server. No entries in the logs visible. It almost
seems the ISP is blocking anything but their mail servers.
Yet an Android phone and pc, mac clients connect on issues.

regards
Anthony White
Across Technology
4a Birmingham Rd,
Mount Evelyn,
Victoria 3796
Mob 0481 362 743
acrosstechnology.com.au
ALL CALLS ARE RECORDED

On 21/2/24 02:00, Eric Broch wrote:


Tony,

Did you have a look in the Dovecot log?


On 2/20/2024 3:23 AM, Tony White wrote:

Hi folks,
  I am at a loss.I have a customers iPhone 12 here and
created an account for him but it states it cannot connect
to the imap server. The settings are correct I have set up
an Android on site and it works perfectly. It is ios 17.2.1.


Any ideas  greatly appreciated.
--
regards
Anthony White
Across Technology
4a Birmingham Rd,
Mount Evelyn,
Victoria 3796
Mob 0481 362 743
acrosstechnology.com.au
ALL CALLS ARE RECORDED


Re: [qmailtoaster] Apple iPhone Mail refuse to connect to qmt.

2024-02-20 Thread Remo Mattei
Check also maillog see what’s happening there from an iPhone user it’s hard to 
say without knowing exactly what step fails in or out? Did you try the ip 
instead of the dns name? Etc? Did you try roundcube access with that user?

--
Sent from iPhone

> On martedì, feb 20, 2024 at 07:00, Eric Broch  (mailto:ebr...@whitehorsetc.com)> wrote:
>
> Tony,
>
>
> Did you have a look in the Dovecot log?
>
>
>
>
>
> On 2/20/2024 3:23 AM, Tony White wrote:
> > Hi folks,
> > I am at a loss.I have a customers iPhone 12 here and
> > created an account for him but it states it cannot connect
> > to the imap server. The settings are correct I have set up
> > an Android on site and it works perfectly. It is ios 17.2.1.
> >
> >
> > Any ideas greatly appreciated.
> > -- regards Anthony White Across Technology 4a Birmingham Rd, Mount Evelyn, 
> > Victoria 3796 Mob 0481 362 743 acrosstechnology.com.au ALL CALLS ARE 
> > RECORDED

Re: [qmailtoaster] Apple iPhone Mail refuse to connect to qmt.

2024-02-20 Thread Eric Broch

Tony,

Did you have a look in the Dovecot log?


On 2/20/2024 3:23 AM, Tony White wrote:

Hi folks,
  I am at a loss.I have a customers iPhone 12 here and
created an account for him but it states it cannot connect
to the imap server. The settings are correct I have set up
an Android on site and it works perfectly. It is ios 17.2.1.


Any ideas  greatly appreciated.
--
regards
Anthony White
Across Technology
4a Birmingham Rd,
Mount Evelyn,
Victoria 3796
Mob 0481 362 743
acrosstechnology.com.au
ALL CALLS ARE RECORDED

Re: [qmailtoaster] Rocky 9 Migration

2024-02-20 Thread Eric Broch

It's all good and there's nothing to do.

On 2/20/2024 7:11 AM, Gary Bowling wrote:



Another question on my migration. On the qmailtoaster.com site, under 
the RHEL9 derivative install heading. There is the qmail1.03-3.3.8 
header and underneath it is a link for "patches applied"


I'm confused if that means. It implies that those patches are already 
applied and there is no need to do them. But the link takes you to the 
page for the patch like it's something we should apply.


I'm pretty sure it's all good and there is nothing to do, just wanted 
to make sure.



Thanks, gb

--

The Moderns on Spotify 

- 
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com 
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com 

[qmailtoaster] Rocky 9 Migration

2024-02-20 Thread Gary Bowling


  
  


Another question on my migration. On the qmailtoaster.com site,
  under the RHEL9 derivative install heading. There is the
  qmail1.03-3.3.8 header and underneath it is a link for "patches
  applied"
I'm confused if that means. It implies that those patches are
  already applied and there is no need to do them. But the link
  takes you to the page for the patch like it's something we should
  apply.
I'm pretty sure it's all good and there is nothing to do, just
  wanted to make sure. 



Thanks, gb

-- 
  
   The
Moderns on Spotify 
  

  


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] Apple iPhone Mail refuse to connect to qmt.

2024-02-20 Thread Tony White

Hi folks,
  I am at a loss.I have a customers iPhone 12 here and
created an account for him but it states it cannot connect
to the imap server. The settings are correct I have set up
an Android on site and it works perfectly. It is ios 17.2.1.


Any ideas  greatly appreciated.

--
regards
Anthony White
Across Technology
4a Birmingham Rd,
Mount Evelyn,
Victoria 3796
Mob 0481 362 743
acrosstechnology.com.au
ALL CALLS ARE RECORDED