Re: [Dbmail] Future of DBMail ?

2018-01-08 Thread Thomas Raschbacher

On 2018-01-08 18:01, Alan Hicks wrote:

Plans, or at least ideas, yes. dbmail would benefit from ability to
handle multiple requests per session.
There is an outstanding task to fix the MySQL 5.7 (showstopper) bug.


Nice to hear.



I was going to check git.dbmail.eu, but it seems it is not working 
anymore?
the only thing i found was paul's dbmail repo on github, which i 
assume to be the current up2date one.

There is a fork at https://github.com/alan-hicks/dbmail


I see. Does that mean you are filling in for Paul, or "taking over"(not 
in a hostile way of course)






Is DBmail going to be maintained/"supported"/developed further at all, 
or do we need to consider it to be in need of a new Maintainer / 
dev(group) ?

Dbmail is stable and requires very little maintenance.
indeed it works well for me (still doing the regular daemon restarts to 
be on the safe side but that's fine)

Contributors always welcome!


gladly would help if I had the time tbh ^^ - what I think I could 
probably help with time wise would be in sorting out some old stuff on 
the webpage,..



Personal contributions are likely to be llimited, the UK is not
currently a great place to be unless you are in the top 5%.



-- not trying to offend anyone here, so if I missed somethign just 
point it out please, but I am a bit worried about the future (since I 
am using dbmail both for my private mail server and at work too).

I'm still using dbmail here and it's proven resilient and reliable.
I've not found a database backed equivalent so intend to continue.

As it's open source, you have access to the source code.

indeed, and i've read some parts of it and am fairly familiar with the 
DB structure itself, but if there were any real problems I wouldn't be 
able to quickly find it probably which is why I wrote this email ;)

___
DBmail mailing list
DBmail@dbmail.org
http://lists.nfg.nl/mailman/listinfo/dbmail


Re: [Dbmail] Future of DBMail ?

2018-01-08 Thread Alan Hicks

Hi,

On 08/01/2018 15:52, Thomas Raschbacher wrote:

Hi all & especially Paul ;)

Hope you all are having a good start into the new year.

I just thought it would be nice to know if there are any plans for 
DBMail's future (or lack thereof?)
Plans, or at least ideas, yes. dbmail would benefit from ability to 
handle multiple requests per session.

There is an outstanding task to fix the MySQL 5.7 (showstopper) bug.



I was going to check git.dbmail.eu, but it seems it is not working anymore?
the only thing i found was paul's dbmail repo on github, which i assume 
to be the current up2date one.

There is a fork at https://github.com/alan-hicks/dbmail



Is DBmail going to be maintained/"supported"/developed further at all, 
or do we need to consider it to be in need of a new Maintainer / 
dev(group) ?

Dbmail is stable and requires very little maintenance.
Contributors always welcome!
Personal contributions are likely to be llimited, the UK is not 
currently a great place to be unless you are in the top 5%.




-- not trying to offend anyone here, so if I missed somethign just point 
it out please, but I am a bit worried about the future (since I am using 
dbmail both for my private mail server and at work too).
I'm still using dbmail here and it's proven resilient and reliable. I've 
not found a database backed equivalent so intend to continue.


As it's open source, you have access to the source code.

Regards,
Alan



Regards,
   Thomas Raschbacher
___
DBmail mailing list
DBmail@dbmail.org
http://lists.nfg.nl/mailman/listinfo/dbmail


___
DBmail mailing list
DBmail@dbmail.org
http://lists.nfg.nl/mailman/listinfo/dbmail


[Dbmail] Future of DBMail ?

2018-01-08 Thread Thomas Raschbacher

Hi all & especially Paul ;)

Hope you all are having a good start into the new year.

I just thought it would be nice to know if there are any plans for 
DBMail's future (or lack thereof?)


I was going to check git.dbmail.eu, but it seems it is not working 
anymore?
the only thing i found was paul's dbmail repo on github, which i assume 
to be the current up2date one.


Is DBmail going to be maintained/"supported"/developed further at all, 
or do we need to consider it to be in need of a new Maintainer / 
dev(group) ?


-- not trying to offend anyone here, so if I missed somethign just point 
it out please, but I am a bit worried about the future (since I am using 
dbmail both for my private mail server and at work too).


Regards,
  Thomas Raschbacher
___
DBmail mailing list
DBmail@dbmail.org
http://lists.nfg.nl/mailman/listinfo/dbmail


Re: [Dbmail] changing mailboxes in DB?

2018-01-08 Thread Andrea Brancatelli
seq is just a counter. You just need to increment it every time you
"touch" the mailbox. 

You can do whatever you need to do at db level and then just update seq
= seq + 1 on all the target mailboxes.

---

Andrea Brancatelli
Schema31 S.p.a.
Chief Technology Officier

ROMA - FI - PA 
ITALY
Tel: +39.06.98.358.472
Cell: +39.331.2488468
Fax: +39.055.71.880.466
Società del Gruppo OVIDIO TECH S.R.L.

On 2018-01-06 11:36, Thomas Raschbacher wrote:

> hi.
> 
> I need to move/ merge a lot of mailboxes and was wondering if i could/should 
> do it directly in the DB (updating the mailbox_idnr field is easy, but 
> there's also seq,.. and i assume that should be updated too?
> 
> has anyone done this before?
> 
> -- otherwise i guess i'll have to do it through imap which is slower, but 
> doable since it is only one user and a total of 3721 folders (which i am 
> trying to get down to a reasonable amount since all webmail clients go either 
> really slow, or time out)
> 
> Regards
> ___
> DBmail mailing list
> DBmail@dbmail.org
> http://lists.nfg.nl/mailman/listinfo/dbmail___
DBmail mailing list
DBmail@dbmail.org
http://lists.nfg.nl/mailman/listinfo/dbmail