Re: [SM-USERS] migrating from file based setting to database back-end

2005-10-18 Thread Tomas Kuliavas
>> >> > Hi everyone >> >> > >> >> > I am working with SquirrelMail 1.51 latest CVS (2005-10-13). I am >> >> > upgrading my mail server to a more powerfull machine and have >> >> > decided to move all user settings, address books, global address >> >> > books, calendar, bookmarks... to a MYSQL back-

Re: [SM-USERS] migrating from file based setting to database back-end

2005-10-18 Thread Laurent Saplairoles
On 18 Oct 2005 at 8:13, Tomas Kuliavas wrote: > > > > > > On 13 Oct 2005 at 22:44, Tomas Kuliavas wrote: > > > >> > Hi everyone > >> > > >> > I am working with SquirrelMail 1.51 latest CVS (2005-10-13). I am > >> > upgrading my mail server to a more powerfull machine and have > >> > decided to m

Re: [SM-USERS] migrating from file based setting to database back-end

2005-10-17 Thread Tomas Kuliavas
> > > On 13 Oct 2005 at 22:44, Tomas Kuliavas wrote: > >> > Hi everyone >> > >> > I am working with SquirrelMail 1.51 latest CVS (2005-10-13). >> > I am upgrading my mail server to a more powerfull machine and have >> > decided to move all user settings, address books, global address >> > books, ca

Re: [SM-USERS] migrating from file based setting to database back-end

2005-10-17 Thread Laurent Saplairoles
On 13 Oct 2005 at 22:44, Tomas Kuliavas wrote: > > Hi everyone > > > > I am working with SquirrelMail 1.51 latest CVS (2005-10-13). > > I am upgrading my mail server to a more powerfull machine and have > > decided to move all user settings, address books, global address > > books, calendar, boo

Re: [SM-USERS] migrating from file based setting to database back-end

2005-10-14 Thread Tony Earnshaw
Tomas Kuliavas wrote: http://article.gmane.org/gmane.mail.squirrelmail.user/23504/match=flat2sql open(ABOOK, ">$data_dir/$filename") or You mean it should be: open(ABOOK, ">$data_dir/$filename", O_RDONLY); ? Then somebody, please, like Tomas, put that in ... Recheck script that you

Re: [SM-USERS] migrating from file based setting to database back-end

2005-10-14 Thread Tomas Kuliavas
>> >> http://article.gmane.org/gmane.mail.squirrelmail.user/23504/match=flat2sql >> >> open(ABOOK, ">$data_dir/$filename") or > > You mean it should be: > > open(ABOOK, ">$data_dir/$filename", O_RDONLY); ? Then somebody, please, > like Tomas, put that in ... > >> >> >> Recheck script that

Re: [SM-USERS] migrating from file based setting to database back-end

2005-10-14 Thread Tony Earnshaw
Tomas Kuliavas wrote: to den 13.10.2005 Klokka 13:02 (-0700) skreiv Laurent Saplairoles: On 13 Oct 2005 at 22:44, Tomas Kuliavas wrote: Hi everyone I am working with SquirrelMail 1.51 latest CVS (2005-10-13). I am upgrading my mail server to a more powerfull machine and have decided to move

Re: [SM-USERS] migrating from file based setting to database back-end

2005-10-13 Thread Tomas Kuliavas
> to den 13.10.2005 Klokka 13:02 (-0700) skreiv Laurent Saplairoles: > >> On 13 Oct 2005 at 22:44, Tomas Kuliavas wrote: >> >> > > Hi everyone >> > > >> > > I am working with SquirrelMail 1.51 latest CVS (2005-10-13). >> > > I am upgrading my mail server to a more powerfull machine and have >> > >

Re: [SM-USERS] migrating from file based setting to database back-end

2005-10-13 Thread Tony Earnshaw
to den 13.10.2005 Klokka 13:02 (-0700) skreiv Laurent Saplairoles: On 13 Oct 2005 at 22:44, Tomas Kuliavas wrote: > > Hi everyone > > > > I am working with SquirrelMail 1.51 latest CVS (2005-10-13). > > I am upgrading my mail server to a more powerfull machine and have > > decided to move all u

Re: [SM-USERS] migrating from file based setting to database back-end

2005-10-13 Thread Laurent Saplairoles
On 13 Oct 2005 at 22:44, Tomas Kuliavas wrote: > > Hi everyone > > > > I am working with SquirrelMail 1.51 latest CVS (2005-10-13). > > I am upgrading my mail server to a more powerfull machine and have > > decided to move all user settings, address books, global address > > books, calendar, boo

Re: [SM-USERS] migrating from file based setting to database back-end

2005-10-13 Thread Tomas Kuliavas
> Hi everyone > > I am working with SquirrelMail 1.51 latest CVS (2005-10-13). > I am upgrading my mail server to a more powerfull machine and have decided > to > move all user settings, address books, global address books, calendar, > bookmarks... > to a MYSQL back-end. > > Creating the different

[SM-USERS] migrating from file based setting to database back-end

2005-10-13 Thread Laurent Saplairoles
Hi everyone I am working with SquirrelMail 1.51 latest CVS (2005-10-13). I am upgrading my mail server to a more powerfull machine and have decided to move all user settings, address books, global address books, calendar, bookmarks... to a MYSQL back-end. Creating the different databases and t