Re: [qmailtoaster] Re: Web Mail Interface

2010-09-29 Thread Martin Waschbüsch
Hi all,

I have created a preliminary tarball to install horde on a stock toaster. Even 
takes care of the horde config.

http://martin.waschbuesch.de/horde-toaster.tar.bz2

Anyone willing to test and/or contribute by adapting some parts - please let me 
know. I am working with Eric on making this into a horde-toaster package.

Martin

--
Martin Waschbüsch
IT-Dienstleistungen
Lautensackstr. 16
80687 München

Telefon: +49 89 57005708
Fax: +49 89 57868023
Mobil: +49 170 2189794
mar...@waschbuesch.de
http://martin.waschbuesch.de

Am 29.09.2010 um 00:57 schrieb Gilbert T. Gutierrez, Jr.:

 I have ran through this instruction set and I have to say that it is great.
  
 The following additional rpms need to be installed...
 1. php-devel
 2. php-imap
  
 The pecl command needs to be changed to the following,,,
 pecl install Imagick json LZF geoip
  
 If pecl fails like it did for me with ImageMagick you should refer to the 
 following bug...
 http://pecl.php.net/bugs/bug.php?id=18057
  
 After running the pecl command and answering with defaults you need to add 
 the following 4 lines into the php.ini file.
 extension=imagick.so
 extension=geoip.so
 extension=lzf.so
 extension=json.so
  
 I also found that you have to add the user to the database server, I thought 
 it would do it when I adjusted the sql script with my prefered password, but 
 I was wrong.
  
 In some of my searches on the web to fill in holes in my knowledge, I found 
 the following security settings are recommended...
 Security configuration
 
 Secure config files:
 
 
 chown apache:root -R /var/www/html/horde/config
 chown apache:root -R /var/www/html/horde/*/config
 chmod -R go-rwx /var/www/html/horde/config
 chmod -R go-rwx /var/www/html/horde/*/config
 
 Secure scripts:
 
 
 chown -R root:root /var/www/html/horde/scripts
 chown -R root:root /var/www/html/horde/*/scripts
 chmod -R go-rwx /var/www/html/horde/scripts
 chmod -R go-rwx /var/www/html/horde/*/scripts
 
 Secure test.php:
 
 
 chmod a-rwx /var/www/html/horde/test.php
 chmod a-rwx /var/www/html/horde/*/test.php
 
 Thanks for the help list.
  
 Gilbert
 - Original Message -
 From: Scott Hughes
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Monday, September 27, 2010 5:42 PM
 Subject: Re: [qmailtoaster] Re: Web Mail Interface
 
 
 
 On 9/27/10 3:29 PM, Eric Shubert wrote:
 Gilbert T. Gutierrez, Jr. wrote: 
 I need a good web interface for my Qmail Toaster.  I know it has been 
 discussed on this list many times before, but I have to ask.  I would like 
 a nice Commercial looking interface to direct my customers to, what would 
 the group suggest?  I do not care if it is a squirelmail skin that I have 
 to pay for or some other completely different application. 
 
 Thank you, 
 Gilbert T. Gutierrez, Jr. 
 
 -
 
 I presume you mean a mail client application, not an administrative one. 
 
 There will be a Horde webmail package available for QMT at some point in the 
 not too distant future, I expect by the end of the year. 
 
 Egroupware also has a nice webmail app (from what I've heard). 
 
 There are also skins for squirrelmail, some of which would require you to 
 use their package instead of squirrelmail-toaster, which only means that you 
 might have a little configuration to do with it. The squirrelmail 
 configuration isn't difficult. 
 
 Basically, any web app that's imap/smtp compatible should work just fine. 
 Take your pick. 
 
 I couldn't locate the Horde install guide on the wiki site, but here is 
 Anil's guide that should take care of you!
 
 Horde Configuration Guide:
 
 (Assuming  you are  using Centos 5 or RHEL 5 distro but horde installation 
 steps will remain same in all linux distros)
 
 Step 1:
 
 Download horde tar file into any downloads folder
 
 wget ftp://ftp.horde.org/pub/horde-webmail/horde-webmail-latest.tar.gz
 
 go to the www root folder.
 
 # cd /var/www/html
 
 # tar -zxvf /path to you horde download folder/horde-webmail-latest.tar.gz
 
 # mv  horde-webmail-1.2.6  horde
 
 # cd  horde
 
 Install Required PHP modules:
 
 # yum -y install GeoIP geoip-devel gd ImageMagick ImageMagick-devel 
 ImageMagick-perl
 
 # yum -y install php-mbstring php-gettext php-gd php-xml php-mcrypt 
 php-pecl-Fileinfo
 
 # pecl install Imagic json LZF geoip
 
 edit   /etc/httpd/conf/httpd.conf  and add the following:
 
  
 Directory /var/www/html/horde
 Options  Includes SymLinksIfOwnerMatch
 AllowOverride All
 Order allow,deny
 Allow from all
 AcceptPathInfo On
 php_flag track_vars On
 #php_admin_value memory_limit 384M
 php_admin_value post_max_size 20M
 /Directory
 
  
 # service httpd restart
 
 http://your-server-ip/horde/test.php
 
 check if all required php modules are installed Step 2.
 
  
 Step 2:
 
 Now Configure Horde:
 
 # cd /var/www/html/horde
 
 Before executing the setup.php script we need to change the default password 
 for user horde in the sql script for horde database 

Re: [qmailtoaster] Re: moving to cent5.5

2010-09-29 Thread David

On 09/28/2010 01:31 AM, Jake Vickers wrote:

 On 09/27/2010 08:20 PM, David Milholen wrote:

 On 9/27/2010 1:23 AM, Jake Vickers wrote:

 On 09/26/2010 08:09 PM, David Milholen wrote:

 On 9/22/2010 5:47 PM, Jake Vickers wrote:

 On 09/22/2010 06:31 PM, David Milholen wrote:


Ok, So why will qcontrol only show one domain or is this version 
the teaser?

It only shows the latest domain entry.
--Dave



QControlPE (Personal Edition, the free one) only allows you to 
administer one domain. The full version allows as many as vpopmail 
will handle.
I'm just dropping into this conversation - what OS/version were 
you moving from when moving to Cent5.5 that the DB does not work? 
Which version of vpopmail? Are there any actual production 
problems, or just that you cannot use vqadmin?






Here is what qtp is:
qtp-whatami v0.3.5
DISTRO=CentOS
OSVER=4.8
QTARCH=i686
QTKERN=2.6.9-89.0.23.ELsmp
BUILD_DIST=cnt40
BUILD_DIR=/usr/src/redhat

and this is vpopmail version: 5.4.17

I just cannot get the domains to display in vqadmin when moving to 
cent 5.5
 I am still probing and tracing to see where the problem lies but I 
am getting some corruption when it goes to read the database.

All data is fine in the data base.

I do think it has something to do with vdominfo and the later 
version of mysql.


Is the old vpopmail uid/gid 89:89? And I thought 4.8 was using 
mysql5 - is it still using 4?
When you import into the new version, do the command line tools work 
properly?

Lastly, did you change the vpopmail DB password on the old server?

Yes, The UID/GID are 89:89. I checked Mysql it is
 mysql -V
mysql  Ver 14.7 Distrib 4.1.22, for redhat-linux-gnu (i686) using 
readline 4.3

I do believe I changed it sometime ago.
It looks like I am still running 4.1.22.



I believe there were some additional mysqldump flags that could be 
utilized to create a dump that was transferrable to the newer version 
- been a long time since I've moved anything from 4.x to 5.x, so you 
may need to google that a little bit.




AWk !! Back into the Jungle I go LOL

--Dave


-
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] Videos

2010-09-29 Thread Scott Hughes
I was just curious if the QMT videos were back online yet or if there was an
ETA on them?

Thanks,

Scott


RE: [qmailtoaster] Videos

2010-09-29 Thread Michael Colvin
I 2nd the request.  Those videos were a great source of information, Jake.
I miss them.  :-)

 

 

Michael J. Colvin

NorCal Internet Services

 http://www.norcalisp.com/ www.norcalisp.com

(916) 864-

 



  _  

From: Scott Hughes [mailto:sonicscott9...@gmail.com] 
Sent: Wednesday, September 29, 2010 1:18 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Videos

 

I was just curious if the QMT videos were back online yet or if there was an
ETA on them?

 

Thanks,

 

Scott

 

image001.jpg

Re: [qmailtoaster] Re: Web Mail Interface

2010-09-29 Thread Gilbert T. Gutierrez, Jr.
I cannot remember how to add a page in the wiki.  I added section 9.5 years ago 
and for the life of me cannot figure it out.  I was going to create the Horde 
section as 10.2.  I saw there was some basic framework for Horde under section 
14 development put in by Eric.

Gilbert
  - Original Message - 
  From: Scott Hughes 
  To: qmailtoaster-list@qmailtoaster.com 
  Sent: Tuesday, September 28, 2010 6:47 PM
  Subject: Re: [qmailtoaster] Re: Web Mail Interface


  Thank you!





  On Sep 28, 2010, at 6:49 PM, Gilbert T. Gutierrez, Jr. 
mailing-li...@phoenixinternet.net wrote:


I will be happy to add it to the wiki.  The group should see it in the next 
couple days.

Gilbert
  - Original Message - 
  From: Scott Hughes 
  To: qmailtoaster-list@qmailtoaster.com 
  Sent: Tuesday, September 28, 2010 4:37 PM
  Subject: Re: [qmailtoaster] Re: Web Mail Interface


  Good deal Gilbert! Glad it was able to help you!


  Would you please sign up for the wiki and type up the way that you did 
this? I know that others would find it very useful.


  Thanks,
  Scott







  On Sep 28, 2010, at 5:57 PM, Gilbert T. Gutierrez, Jr. 
mailing-li...@phoenixinternet.net wrote:


I have ran through this instruction set and I have to say that it is 
great.

The following additional rpms need to be installed...
1. php-devel
2. php-imap

The pecl command needs to be changed to the following,,,
pecl install Imagick json LZF geoip

If pecl fails like it did for me with ImageMagick you should refer to 
the following bug...
http://pecl.php.net/bugs/bug.php?id=18057 

After running the pecl command and answering with defaults you need to 
add the following 4 lines into the php.ini file.
extension=imagick.so
extension=geoip.so
extension=lzf.so
extension=json.so

I also found that you have to add the user to the database server, I 
thought it would do it when I adjusted the sql script with my prefered 
password, but I was wrong.

In some of my searches on the web to fill in holes in my knowledge, I 
found the following security settings are recommended...
Security configuration
Secure config files:


chown apache:root -R /var/www/html/horde/config
chown apache:root -R /var/www/html/horde/*/config
chmod -R go-rwx /var/www/html/horde/config
chmod -R go-rwx /var/www/html/horde/*/configSecure scripts:


chown -R root:root /var/www/html/horde/scripts
chown -R root:root /var/www/html/horde/*/scripts
chmod -R go-rwx /var/www/html/horde/scripts
chmod -R go-rwx /var/www/html/horde/*/scriptsSecure test.php:


chmod a-rwx /var/www/html/horde/test.php
chmod a-rwx /var/www/html/horde/*/test.phpThanks for the help list.

Gilbert
  - Original Message - 
  From: Scott Hughes 
  To: qmailtoaster-list@qmailtoaster.com 
  Sent: Monday, September 27, 2010 5:42 PM
  Subject: Re: [qmailtoaster] Re: Web Mail Interface




  On 9/27/10 3:29 PM, Eric Shubert wrote: 
Gilbert T. Gutierrez, Jr. wrote: 

  I need a good web interface for my Qmail Toaster.  I know it has 
been discussed on this list many times before, but I have to ask.  I would like 
a nice Commercial looking interface to direct my customers to, what would the 
group suggest?  I do not care if it is a squirelmail skin that I have to pay 
for or some other completely different application. 

  Thank you, 
  Gilbert T. Gutierrez, Jr. 

  
-
 

I presume you mean a mail client application, not an administrative 
one. 

There will be a Horde webmail package available for QMT at some 
point in the not too distant future, I expect by the end of the year. 

Egroupware also has a nice webmail app (from what I've heard). 

There are also skins for squirrelmail, some of which would require 
you to use their package instead of squirrelmail-toaster, which only means that 
you might have a little configuration to do with it. The squirrelmail 
configuration isn't difficult. 

Basically, any web app that's imap/smtp compatible should work just 
fine. Take your pick. 


  I couldn't locate the Horde install guide on the wiki site, but here 
is Anil's guide that should take care of you!


  Horde Configuration Guide:

  (Assuming  you are  using Centos 5 or RHEL 5 distro but horde 
installation steps will remain same in all linux distros) 

  Step 1:

  Download horde tar file into any downloads folder

  wget ftp://ftp.horde.org/pub/horde-webmail/horde-webmail-latest.tar.gz

  go to the www root folder.

  # cd /var/www/html

  # tar -zxvf /path to you horde download 

Re: [qmailtoaster] Re: Web Mail Interface

2010-09-29 Thread Gilbert T. Gutierrez, Jr.
nevermind, figured it out.
  - Original Message - 
  From: Gilbert T. Gutierrez, Jr. 
  To: qmailtoaster-list@qmailtoaster.com 
  Sent: Wednesday, September 29, 2010 3:47 PM
  Subject: Re: [qmailtoaster] Re: Web Mail Interface


  I cannot remember how to add a page in the wiki.  I added section 9.5 years 
ago and for the life of me cannot figure it out.  I was going to create the 
Horde section as 10.2.  I saw there was some basic framework for Horde under 
section 14 development put in by Eric.

  Gilbert
- Original Message - 
From: Scott Hughes 
To: qmailtoaster-list@qmailtoaster.com 
Sent: Tuesday, September 28, 2010 6:47 PM
Subject: Re: [qmailtoaster] Re: Web Mail Interface


Thank you!





On Sep 28, 2010, at 6:49 PM, Gilbert T. Gutierrez, Jr. 
mailing-li...@phoenixinternet.net wrote:


  I will be happy to add it to the wiki.  The group should see it in the 
next couple days.

  Gilbert
- Original Message - 
From: Scott Hughes 
To: qmailtoaster-list@qmailtoaster.com 
Sent: Tuesday, September 28, 2010 4:37 PM
Subject: Re: [qmailtoaster] Re: Web Mail Interface


Good deal Gilbert! Glad it was able to help you!


Would you please sign up for the wiki and type up the way that you did 
this? I know that others would find it very useful.


Thanks,
Scott







On Sep 28, 2010, at 5:57 PM, Gilbert T. Gutierrez, Jr. 
mailing-li...@phoenixinternet.net wrote:


  I have ran through this instruction set and I have to say that it is 
great.

  The following additional rpms need to be installed...
  1. php-devel
  2. php-imap

  The pecl command needs to be changed to the following,,,
  pecl install Imagick json LZF geoip

  If pecl fails like it did for me with ImageMagick you should refer to 
the following bug...
  http://pecl.php.net/bugs/bug.php?id=18057 

  After running the pecl command and answering with defaults you need 
to add the following 4 lines into the php.ini file.
  extension=imagick.so
  extension=geoip.so
  extension=lzf.so
  extension=json.so

  I also found that you have to add the user to the database server, I 
thought it would do it when I adjusted the sql script with my prefered 
password, but I was wrong.

  In some of my searches on the web to fill in holes in my knowledge, I 
found the following security settings are recommended...
  Security configuration
  Secure config files:


chown apache:root -R /var/www/html/horde/config
chown apache:root -R /var/www/html/horde/*/config
chmod -R go-rwx /var/www/html/horde/config
chmod -R go-rwx /var/www/html/horde/*/configSecure scripts:


chown -R root:root /var/www/html/horde/scripts
chown -R root:root /var/www/html/horde/*/scripts
chmod -R go-rwx /var/www/html/horde/scripts
chmod -R go-rwx /var/www/html/horde/*/scriptsSecure test.php:


chmod a-rwx /var/www/html/horde/test.php
chmod a-rwx /var/www/html/horde/*/test.phpThanks for the help list.

  Gilbert
- Original Message - 
From: Scott Hughes 
To: qmailtoaster-list@qmailtoaster.com 
Sent: Monday, September 27, 2010 5:42 PM
Subject: Re: [qmailtoaster] Re: Web Mail Interface




On 9/27/10 3:29 PM, Eric Shubert wrote: 
  Gilbert T. Gutierrez, Jr. wrote: 

I need a good web interface for my Qmail Toaster.  I know it 
has been discussed on this list many times before, but I have to ask.  I would 
like a nice Commercial looking interface to direct my customers to, what would 
the group suggest?  I do not care if it is a squirelmail skin that I have to 
pay for or some other completely different application. 

Thank you, 
Gilbert T. Gutierrez, Jr. 


-
 

  I presume you mean a mail client application, not an 
administrative one. 

  There will be a Horde webmail package available for QMT at some 
point in the not too distant future, I expect by the end of the year. 

  Egroupware also has a nice webmail app (from what I've heard). 

  There are also skins for squirrelmail, some of which would 
require you to use their package instead of squirrelmail-toaster, which only 
means that you might have a little configuration to do with it. The 
squirrelmail configuration isn't difficult. 

  Basically, any web app that's imap/smtp compatible should work 
just fine. Take your pick. 


I couldn't locate the Horde install guide on the wiki site, but 
here is Anil's guide that should take care of you!


Horde Configuration Guide:

(Assuming  you are  using Centos 5 or RHEL 5 distro but horde 

Re: [qmailtoaster] Re: barracuda rbl

2010-09-29 Thread Brent Gardner

Eric Shubert wrote:
Spamdyke doesn't (yet) indicate which BL a rejection corresponds to, 
so I can't see how well a given list is working.

I see log entries like these in my qmail SMTP logs:

2010-09-29 00:09:35.848868500 spamdyke[26849]: FILTER_RBL_MATCH ip: 
91.103.153.225 rbl: zen.spamhaus.org
2010-09-29 00:09:37.671613500 spamdyke[26849]: DENIED_RBL_MATCH from: 
em...@dhiejchagh.malenkijlvenok.com to: us...@example.com origin_ip: 
91.103.153.225 origin_rdns: nat-225-153-103-91.generalnet.net auth: 
(unknown)



Sometimes there's a few entries in between, but they're not too hard to 
match up.


The spamdyke-stats script will break it down by BL:

   1286   26.56%  DENIED_RDNS_RESOLVE
   1243   25.67%  DENIED_RDNS_MISSING
855   17.66%  ALLOWED
510   10.53%  ERROR
4639.56%  TIMEOUT
4489.25%  DENIED_RBL_MATCH
--- Breakdown ---
256   62.13%  zen.spamhaus.org
156   37.86%  bl.spamcop.net
-
 290.59%  DENIED_OTHER
  70.14%  DENIED_SENDER_NO_MX

 Summary 
Allowed:  855   17.66%
Timeout:  4639.56%
Errors :  510   10.53%
Denied : 3013   62.23%
Total  : 4841  100.00%



Brent Gardner



-
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: barracuda rbl

2010-09-29 Thread Eric Shubert

Brent Gardner wrote:

Eric Shubert wrote:
Spamdyke doesn't (yet) indicate which BL a rejection corresponds to, 
so I can't see how well a given list is working.

I see log entries like these in my qmail SMTP logs:

2010-09-29 00:09:35.848868500 spamdyke[26849]: FILTER_RBL_MATCH ip: 
91.103.153.225 rbl: zen.spamhaus.org
2010-09-29 00:09:37.671613500 spamdyke[26849]: DENIED_RBL_MATCH from: 
em...@dhiejchagh.malenkijlvenok.com to: us...@example.com origin_ip: 
91.103.153.225 origin_rdns: nat-225-153-103-91.generalnet.net auth: 
(unknown)



Sometimes there's a few entries in between, but they're not too hard to 
match up.


The spamdyke-stats script will break it down by BL:

   1286   26.56%  DENIED_RDNS_RESOLVE
   1243   25.67%  DENIED_RDNS_MISSING
855   17.66%  ALLOWED
510   10.53%  ERROR
4639.56%  TIMEOUT
4489.25%  DENIED_RBL_MATCH
--- Breakdown ---
256   62.13%  zen.spamhaus.org
156   37.86%  bl.spamcop.net
-
 290.59%  DENIED_OTHER
  70.14%  DENIED_SENDER_NO_MX

 Summary 
Allowed:  855   17.66%
Timeout:  4639.56%
Errors :  510   10.53%
Denied : 3013   62.23%
Total  : 4841  100.00%



Brent Gardner



- 


I sit corrected. I don't see the filter messages with log level info. 
Need verbose level to get those.


What's the general consensus on a default log level for spamdyke? I'm 
thinking I should change the default configuration in 
qtp-install-spamdyke to log verbose so that RBL messages show up. Anyone 
have thoughts on this?


--
-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] Re: barracuda rbl

2010-09-29 Thread Scott Hughes
I would like that.

Scott



On Sep 29, 2010, at 6:38 PM, Eric Shubert e...@shubes.net wrote:

 Brent Gardner wrote:
 Eric Shubert wrote:
 Spamdyke doesn't (yet) indicate which BL a rejection corresponds to, so I 
 can't see how well a given list is working.
 I see log entries like these in my qmail SMTP logs:
 2010-09-29 00:09:35.848868500 spamdyke[26849]: FILTER_RBL_MATCH ip: 
 91.103.153.225 rbl: zen.spamhaus.org
 2010-09-29 00:09:37.671613500 spamdyke[26849]: DENIED_RBL_MATCH from: 
 em...@dhiejchagh.malenkijlvenok.com to: us...@example.com origin_ip: 
 91.103.153.225 origin_rdns: nat-225-153-103-91.generalnet.net auth: (unknown)
 Sometimes there's a few entries in between, but they're not too hard to 
 match up.
 The spamdyke-stats script will break it down by BL:
   1286   26.56%  DENIED_RDNS_RESOLVE
   1243   25.67%  DENIED_RDNS_MISSING
855   17.66%  ALLOWED
510   10.53%  ERROR
4639.56%  TIMEOUT
4489.25%  DENIED_RBL_MATCH
 --- Breakdown ---
256   62.13%  zen.spamhaus.org
156   37.86%  bl.spamcop.net
 -
 290.59%  DENIED_OTHER
  70.14%  DENIED_SENDER_NO_MX
  Summary 
 Allowed:  855   17.66%
 Timeout:  4639.56%
 Errors :  510   10.53%
 Denied : 3013   62.23%
 Total  : 4841  100.00%
 Brent Gardner
 -
  
 
 I sit corrected. I don't see the filter messages with log level info. Need 
 verbose level to get those.
 
 What's the general consensus on a default log level for spamdyke? I'm 
 thinking I should change the default configuration in qtp-install-spamdyke to 
 log verbose so that RBL messages show up. Anyone have thoughts on this?
 
 -- 
 -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
 
 

-
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] Horde Webmail Interface

2010-09-29 Thread Gilbert T. Gutierrez, Jr.
I have now added the instructions on how-to install Horde to the qmailtoaster 
wiki.  I would not mind if people looked at it and made it easier to follow.  I 
hate writing documentation and can never get formating and grammer consistant.  
I always feel that whatever I wrote a 3rd grader could write better if you know 
what I mean.

Gilbert T. Gutierrez, Jr.
Operations Manager
Phoenix Internet