Re: [qmailtoaster] Webmail Interface

2009-11-26 Thread Andreas Galatis
Hi Patrick,

unpack the tar.gz
cp themes/outlook.php to your squirrelmail-folder 
(/usr/share/squirrelmail/themes ?)
edit config/config.php
append the themes- list with
$theme[33]['PATH'] = SM_PATH . 'themes/outlook.php';
$theme[33]['NAME'] = 'Outlook';
adapt number [33] to your installation

Now the user has the choice to select Outlook from under Options  View

Andreas
Am Thursday 26 November 2009 06:24:08 schrieb Patrick Ring:
 That looks really great!
 I've downloaded it, but it looks like a total implementation of
 Squirrelmail.  Is it possible to just install the skin?
 The INSTALL file doesn't really tell much (unless you are scratch
 installing Squirrelmail).

 Thanks,
 Patrick Ring

 

 From: Kyle Quillen [mailto:kquil...@corp.wifi7.com]
 Sent: 2009-11-25 18:23
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Webmail Interface



 Look at squirrel outlook I have it it is just a skin.


 --
 Sent using BlackBerry


 - Original Message -
 From: Sales sa...@magicwisp.com
 To: qmailtoaster-list@qmailtoaster.com
 qmailtoaster-list@qmailtoaster.com
 Sent: Wed Nov 25 18:44:18 2009
 Subject: [qmailtoaster] Webmail Interface

 What other webmail interfaces are people using?  I have had squirrelmail
 running for several years on a toaster, but am building a new toaster
 and want a new interface.  I think the final straw was my 65 year old
 mother telling me it looked dated and that she didn't like using it.
 Roundcube looks promising, but am wondering just how far along it is,
 Horde looks like a pain, and then there are a myriad of others.  I wish
 SM would change the look, because it works well - something a little
 more Outlookish would be great, but I don't think they ever plan that.
 Just need some hints, and something that is easy to install and
 maintain.



 Jack Martin

 MagicWISP



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Re: servercert.pem common name

2009-11-26 Thread Eric Shubert

Can they be consolidated/simplified/polished/improved in some way?

PakOgah wrote:

I think these how-tos already cover it up
http://wiki.qmailtoaster.com/index.php/Configuration#Certificate
http://wiki.qmailtoaster.com/index.php/Configuration#SSL
and no need to add other howto as this will make duplicate info

just a thought

Eric Shubert wrote:

It'd be nice to have this on the wiki. Anyone care to update it?

Eric Broch wrote:

Athiq,

This is how I do it...in a bash script:

# 1. Create the key.
# 2. Copy the key (mailkey.crt) to /var/qmail/control/servercert.pem
# 3. Restart Qmail.
# 4. Import the key (mailkey.cert) to trusted root server in #
Internet Explorer or Firefox

#on your computer.
# 5. Make sure the name of the server (CN) when creating #the 
certificate, whether FQDN
#or IP address, is used in the server information incoming #
and outgoing fields of the mail client. # 6. Restart the mail client.


openssl genrsa -out x.key 2048
openssl req -new -key x.key -out x.csr
openssl x509 -req -days 3650 -in x.csr -signkey x.key -out x.crt
cat x.crt x.key  mailkey.crt
cp mailkey.crt /var/qmail/control/servercert.pem

rm x.crt
rm x.key
rm x.csr

Eric






-Original Message-
From: Athiqur Rahman [mailto:s...@arahmantech.com] Sent: Wednesday, 
November 25, 2009 6:55 AM

To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] servercert.pem common name

Hi,

The common name of my servercert.pem is set to 'localhost'. How to I 
change this, or create a new certificate with the common name of my 
mail server.


Every time i try to send an email my thunderbird throws up a warning 
syaing my smtp name and certificate name are not the same.



thanks,

--Athiq

 







- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)

   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!



--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




RE: [qmailtoaster] Webmail Interface

2009-11-26 Thread Patrick Ring
Andreas,

That is most helpful.  I had just unpacked the tar.gz and put the
outlook.php in the themes folder.  I sort of expected it might
dynamically pick it up (read the folder).  I'll try this as soon as I
get the chance.

Thank you,
Patrick Ring

-Original Message-
From: Andreas Galatis [mailto:a...@unet.de] 
Sent: 2009-11-26 02:46
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Webmail Interface

Hi Patrick,

unpack the tar.gz
cp themes/outlook.php to your squirrelmail-folder
(/usr/share/squirrelmail/themes ?) edit config/config.php append the
themes- list with $theme[33]['PATH'] = SM_PATH . 'themes/outlook.php';
$theme[33]['NAME'] = 'Outlook'; adapt number [33] to your installation

Now the user has the choice to select Outlook from under Options  View

Andreas
Am Thursday 26 November 2009 06:24:08 schrieb Patrick Ring:
 That looks really great!
 I've downloaded it, but it looks like a total implementation of 
 Squirrelmail.  Is it possible to just install the skin?
 The INSTALL file doesn't really tell much (unless you are scratch 
 installing Squirrelmail).

 Thanks,
 Patrick Ring

 

 From: Kyle Quillen [mailto:kquil...@corp.wifi7.com]
 Sent: 2009-11-25 18:23
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Webmail Interface



 Look at squirrel outlook I have it it is just a skin.


 --
 Sent using BlackBerry


 - Original Message -
 From: Sales sa...@magicwisp.com
 To: qmailtoaster-list@qmailtoaster.com
 qmailtoaster-list@qmailtoaster.com
 Sent: Wed Nov 25 18:44:18 2009
 Subject: [qmailtoaster] Webmail Interface

 What other webmail interfaces are people using?  I have had 
 squirrelmail running for several years on a toaster, but am building a

 new toaster and want a new interface.  I think the final straw was my 
 65 year old mother telling me it looked dated and that she didn't like
using it.
 Roundcube looks promising, but am wondering just how far along it is, 
 Horde looks like a pain, and then there are a myriad of others.  I 
 wish SM would change the look, because it works well - something a 
 little more Outlookish would be great, but I don't think they ever
plan that.
 Just need some hints, and something that is easy to install and 
 maintain.



 Jack Martin

 MagicWISP




-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and
installations.
  If you need professional help with your setup, contact them today!

-
 Please visit qmailtoaster.com for the latest news, updates, and
packages.
 
  To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

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




Re: [qmailtoaster] Webmail Interface

2009-11-26 Thread amit IKF
Thanks.

Its done.

Regards,

Amit


On Thu, Nov 26, 2009 at 8:12 PM, amit IKF a...@ikf.co.in wrote:

 Hi Everyone,

 Can anyone please update with the link from where to download Outlook theme
 for Squirrel Mail.

 Regards,

 Amit



 On Thu, Nov 26, 2009 at 7:05 PM, Patrick Ring pr...@pringtech.net wrote:

 Andreas,

 That is most helpful.  I had just unpacked the tar.gz and put the
 outlook.php in the themes folder.  I sort of expected it might
 dynamically pick it up (read the folder).  I'll try this as soon as I
 get the chance.

 Thank you,
 Patrick Ring

 -Original Message-
 From: Andreas Galatis [mailto:a...@unet.de]
 Sent: 2009-11-26 02:46
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Webmail Interface

 Hi Patrick,

 unpack the tar.gz
 cp themes/outlook.php to your squirrelmail-folder
 (/usr/share/squirrelmail/themes ?) edit config/config.php append the
 themes- list with $theme[33]['PATH'] = SM_PATH . 'themes/outlook.php';
 $theme[33]['NAME'] = 'Outlook'; adapt number [33] to your installation

 Now the user has the choice to select Outlook from under Options  View

 Andreas
 Am Thursday 26 November 2009 06:24:08 schrieb Patrick Ring:
  That looks really great!
  I've downloaded it, but it looks like a total implementation of
  Squirrelmail.  Is it possible to just install the skin?
  The INSTALL file doesn't really tell much (unless you are scratch
  installing Squirrelmail).
 
  Thanks,
  Patrick Ring
 
  
 
  From: Kyle Quillen [mailto:kquil...@corp.wifi7.com]
  Sent: 2009-11-25 18:23
  To: qmailtoaster-list@qmailtoaster.com
  Subject: Re: [qmailtoaster] Webmail Interface
 
 
 
  Look at squirrel outlook I have it it is just a skin.
 
 
  --
  Sent using BlackBerry
 
 
  - Original Message -
  From: Sales sa...@magicwisp.com
  To: qmailtoaster-list@qmailtoaster.com
  qmailtoaster-list@qmailtoaster.com
  Sent: Wed Nov 25 18:44:18 2009
  Subject: [qmailtoaster] Webmail Interface
 
  What other webmail interfaces are people using?  I have had
  squirrelmail running for several years on a toaster, but am building a

  new toaster and want a new interface.  I think the final straw was my
  65 year old mother telling me it looked dated and that she didn't like
 using it.
  Roundcube looks promising, but am wondering just how far along it is,
  Horde looks like a pain, and then there are a myriad of others.  I
  wish SM would change the look, because it works well - something a
  little more Outlookish would be great, but I don't think they ever
 plan that.
  Just need some hints, and something that is easy to install and
  maintain.
 
 
 
  Jack Martin
 
  MagicWISP



 
 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and
 installations.
  If you need professional help with your setup, contact them today!
 
 -
 Please visit qmailtoaster.com for the latest news, updates, and
 packages.

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




 -
 Qmailtoaster is sponsored by Vickers Consulting Group (
 www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!

 -
 Please visit qmailtoaster.com for the latest news, updates, and
 packages.

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






Re: [qmailtoaster] Webmail Interface

2009-11-26 Thread Ariel
 I am using AfterLogic lite, it is very simple and easy to install

2009/11/25 Sales sa...@magicwisp.com

  What other webmail interfaces are people using?  I have had squirrelmail
 running for several years on a toaster, but am building a new toaster and
 want a new interface.  I think the final straw was my 65 year old mother
 telling me it looked dated and that she didn’t like using it.  Roundcube
 looks promising, but am wondering just how far along it is, Horde looks like
 a pain, and then there are a myriad of others.  I wish SM would change the
 look, because it works well - something a little more Outlookish would be
 great, but I don’t think they ever plan that.  Just need some hints, and
 something that is easy to install and maintain.



 Jack Martin

 MagicWISP



[qmailtoaster] password change via web

2009-11-26 Thread Ariel
 if there is need to concoct a web interface where users can change my
password of your mailbox


RE: [qmailtoaster] password change via web

2009-11-26 Thread nicole thomson

are you using squirrelmail?
if so 
consider having a looking at this url
http://squirrelmail.org/plugins_category.php?category_id=5

From: lauchafernan...@gmail.com
Date: Thu, 26 Nov 2009 17:40:51 -0300
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] password change via web

 if there is need to concoct a web interface where users can change my 
password of your mailbox  
_
Windows 7: Find the right PC for you. Learn more.
http://windows.microsoft.com/shop

Re: [qmailtoaster] password change via web

2009-11-26 Thread Maloupi

Hi,

You can use this page of qmailadmin :
http://yourdomain.com/qmailadmin/index.cgi/passwd/

Ariel a écrit :
if there is need to concoct a web interface where users can change my 
password of your mailbox 


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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