Recovering Squirrelmail settings

2006-05-03 Thread Jonathan Horne
i did a full reinstall of my server yesterday, and about the only thing i
did not correctly recover, was my squirrelmail settings/address books. 
where is this information stored?  im unable to find what im looking for
on the squirrelmail.org website.

can someone point me in the right direction?  hopefully the data i need
will be amongst the things i was backing up.

thanks,
jonathan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Recovering Squirrelmail settings

2006-05-03 Thread Bill Moran
On Wed, 3 May 2006 08:28:44 -0500 (CDT)
Jonathan Horne [EMAIL PROTECTED] wrote:

 i did a full reinstall of my server yesterday, and about the only thing i
 did not correctly recover, was my squirrelmail settings/address books. 
 where is this information stored?  im unable to find what im looking for
 on the squirrelmail.org website.
 
 can someone point me in the right direction?  hopefully the data i need
 will be amongst the things i was backing up.

IIRC, Squirrelmail keeps its config in a PHP file with the rest of
the PHP scripts that make up the program.  With the FreeBSD port,
this ends up somewhere in /usr/local/www.

Which breaks hier ... but that's for another day and another patch ...

-- 
Bill Moran
Collaborative Fusion Inc.


IMPORTANT: This message contains confidential information and is
intended only for the individual named. If the reader of this
message is not an intended recipient (or the individual
responsible for the delivery of this message to an intended
recipient), please be advised that any re-use, dissemination,
distribution or copying of this message is prohibited. Please
notify the sender immediately by e-mail if you have received
this e-mail by mistake and delete this e-mail from your system.
E-mail transmission cannot be guaranteed to be secure or
error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses. The
sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a
result of e-mail transmission.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Recovering Squirrelmail settings

2006-05-03 Thread Jonathan Horne
:(  well, i searched again, and this time squirrelmail.org produced what i
hoped i wouldnt find.

in my rebuild, i did recover my /usr/local/www/squirrelmail folder, and
the main config is in there.  i checked my recovered config, and it said
that my user settings were stored in /var/spool/squirrelmail.  oops.  oh
well, ive updated my backup script, and i guess next time ill be able to
recover my addressbooks and other user settings.

:)
cheers,
jonathan

 On Wed, 3 May 2006 08:28:44 -0500 (CDT)
 Jonathan Horne [EMAIL PROTECTED] wrote:

 i did a full reinstall of my server yesterday, and about the only thing
 i
 did not correctly recover, was my squirrelmail settings/address books.
 where is this information stored?  im unable to find what im looking for
 on the squirrelmail.org website.

 can someone point me in the right direction?  hopefully the data i need
 will be amongst the things i was backing up.

 IIRC, Squirrelmail keeps its config in a PHP file with the rest of
 the PHP scripts that make up the program.  With the FreeBSD port,
 this ends up somewhere in /usr/local/www.

 Which breaks hier ... but that's for another day and another patch ...

 --
 Bill Moran
 Collaborative Fusion Inc.

 
 IMPORTANT: This message contains confidential information and is
 intended only for the individual named. If the reader of this
 message is not an intended recipient (or the individual
 responsible for the delivery of this message to an intended
 recipient), please be advised that any re-use, dissemination,
 distribution or copying of this message is prohibited. Please
 notify the sender immediately by e-mail if you have received
 this e-mail by mistake and delete this e-mail from your system.
 E-mail transmission cannot be guaranteed to be secure or
 error-free as information could be intercepted, corrupted, lost,
 destroyed, arrive late or incomplete, or contain viruses. The
 sender therefore does not accept liability for any errors or
 omissions in the contents of this message, which arise as a
 result of e-mail transmission.
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Recovering Squirrelmail settings

2006-05-03 Thread Iantcho Vassilev

I think they are pushed in the Mysql...

Search for that.




On 5/3/06, Jonathan Horne [EMAIL PROTECTED] wrote:


:(  well, i searched again, and this time squirrelmail.org produced what i
hoped i wouldnt find.

in my rebuild, i did recover my /usr/local/www/squirrelmail folder, and
the main config is in there.  i checked my recovered config, and it said
that my user settings were stored in /var/spool/squirrelmail.  oops.  oh
well, ive updated my backup script, and i guess next time ill be able to
recover my addressbooks and other user settings.

:)
cheers,
jonathan

 On Wed, 3 May 2006 08:28:44 -0500 (CDT)
 Jonathan Horne [EMAIL PROTECTED] wrote:

 i did a full reinstall of my server yesterday, and about the only thing
 i
 did not correctly recover, was my squirrelmail settings/address books.
 where is this information stored?  im unable to find what im looking
for
 on the squirrelmail.org website.

 can someone point me in the right direction?  hopefully the data i need
 will be amongst the things i was backing up.

 IIRC, Squirrelmail keeps its config in a PHP file with the rest of
 the PHP scripts that make up the program.  With the FreeBSD port,
 this ends up somewhere in /usr/local/www.

 Which breaks hier ... but that's for another day and another patch ...

 --
 Bill Moran
 Collaborative Fusion Inc.

 
 IMPORTANT: This message contains confidential information and is
 intended only for the individual named. If the reader of this
 message is not an intended recipient (or the individual
 responsible for the delivery of this message to an intended
 recipient), please be advised that any re-use, dissemination,
 distribution or copying of this message is prohibited. Please
 notify the sender immediately by e-mail if you have received
 this e-mail by mistake and delete this e-mail from your system.
 E-mail transmission cannot be guaranteed to be secure or
 error-free as information could be intercepted, corrupted, lost,
 destroyed, arrive late or incomplete, or contain viruses. The
 sender therefore does not accept liability for any errors or
 omissions in the contents of this message, which arise as a
 result of e-mail transmission.
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Recovering Squirrelmail settings

2006-05-03 Thread Emil Thelin

On Wed, 3 May 2006, Iantcho Vassilev wrote:


I think they are pushed in the Mysql...


If squirrelmail is configured to save data to MySQL yes but, that dosen't 
happen by default.


/e

--
http://hostname.nu/~emil
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]