Re: [qmailtoaster] Redirect all postmaster accounts to one postmaster

2010-05-15 Thread Brent Gardner

Pierre Gaxatte wrote:
I would like to redirect all incoming mails for all the postmaster 
acccounts to one postmaster.




Configuring forwarding in QmailAdmin works for me.


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




Re: [qmailtoaster] Strange Dovecot Issue

2010-05-15 Thread Phil Leinhauser


 After changing over to Dovecot IMAP last night (using the
instructions on
 the wiki exactly), some of my users are now
unable to log into their email
 accounts using an email client
(right now Outlook 2007 and Apple Mail
 program).  Webmail does
not seem to be effected.
 
 Here is the dovecot log
message that I am getting that seems out of place.
 I configured
my Mac using the Apple Mail program, and I get the same
 message.
 I am using the standard (non-ssl) IMAP ports.
 
 05-14
09:13:37 imap-login: Info: Disconnected (tried to use disabled

plaintext auth)
 
 
 If I change over my Apple
Mail client to use SSL, I can access my qmail
 accounts and all
is well.
 
 Any ideas?
 
 Scott
 

Have a look in: /usr/local/etc/dovecot.conf
Is:
Disable_Plaintext_Auth = no  ?


Re: [qmailtoaster] Strange Dovecot Issue

2010-05-15 Thread Phil Leinhauser


 After changing over to Dovecot IMAP last night (using the
instructions on
 the wiki exactly), some of my users are now
unable to log into their email
 accounts using an email client
(right now Outlook 2007 and Apple Mail
 program).  Webmail does
not seem to be effected.
 
 Here is the dovecot log
message that I am getting that seems out of place.
 I configured
my Mac using the Apple Mail program, and I get the same
 message.
 I am using the standard (non-ssl) IMAP ports.
 
 05-14
09:13:37 imap-login: Info: Disconnected (tried to use disabled

plaintext auth)
 
 
 If I change over my Apple
Mail client to use SSL, I can access my qmail
 accounts and all
is well.
 
 Any ideas?
 
 Scott
 

You may also need to check that you have:
protocols = imap imaps 
in the dovecot.conf. 


Re: [qmailtoaster] Strange Dovecot Issue

2010-05-15 Thread Aleksander Podsiadły
Dnia 2010-05-14, pią o godzinie 12:51 -0500, Scott Hughes pisze:
 Thanks Aleksander for the reply.
 
 I am just using PLAIN - no TLS and no SSL.  This setup worked great
 under Courrier IMAP.  Just a simple IMAP port 143 setup for my
 clients.
 
 Any help on this would be greatly appreciated!  Having no luck with
 Google searches.
 
 Scott
 

I described migration from Courier to Dovecot on this mailing list, in
thread ,,Dovecot howto''. Default configuration in source package from
atrpms has plain authentication mechanism. Before compilation you have
to enable vpopmail (first patch) to spec file.
About authentication: http://wiki.dovecot.org/Authentication/Mechanisms
Migration: http://wiki.dovecot.org/Migration/Courier
Source package: http://atrpms.net/dist/el5/dovecot/

Second my patch integrates dovecot with QMT.
Build package as root (access to vpopmail libs), apply config patch and
enjoy. :)
Attention, my config patch is for 64 bits architecture. For 32 bits
compilation modify path in 2 lines starting with mail_plugin_dir -
remove ,,64''!

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578
--- old/dovecot.spec	2010-04-03 09:38:56.0 +0200
+++ dovecot.spec	2010-04-15 10:42:58.0 +0200
@@ -95,6 +95,7 @@
 --enable-header-install  \
 --disable-static \
 --with-libcap\
+--with-vpopmail  \
 --with-pgsql \
 --with-mysql \
 --with-sqlite\
--- dovecot.conf.rpmnew	2010-04-15 10:44:09.0 +0200
+++ dovecot.conf	2010-01-29 10:07:08.0 +0100
@@ -238,15 +238,17 @@
 # explicitly, ie. mail_location does nothing unless you have a namespace
 # without a location setting. Default namespace is simply done by having a
 # namespace with empty prefix.
-#namespace private {
+namespace private {
# Hierarchy separator to use. You should use the same separator for all
# namespaces or some clients get confused. '/' is usually a good one.
# The default however depends on the underlying mail storage format.
#separator = 
+   separator = .
 
# Prefix required to access this namespace. This needs to be different for
# all namespaces. For example Public/.
#prefix = 
+   prefix = INBOX.
 
# Physical location of the mailbox. This is in same format as
# mail_location, which is also the default for it.
@@ -255,6 +257,7 @@
# There can be only one INBOX, and this setting defines which namespace
# has it.
#inbox = no
+   inbox = yes
 
# If namespace is hidden, it's not advertised to clients via NAMESPACE
# extension. You'll most likely also want to set list=no. This is mostly
@@ -271,7 +274,7 @@
# Namespace handles its own subscriptions. If set to no, the parent
# namespace handles them (empty prefix should always have this as yes)
#subscriptions = yes
-#}
+}
 
 # Example shared namespace configuration
 #namespace shared {
@@ -298,6 +301,8 @@
 # or names. doc/wiki/UserIds.txt
 #mail_uid =
 #mail_gid =
+mail_uid = 89
+mail_gid = 89
 
 # Group to enable temporarily for privileged operations. Currently this is
 # used only with INBOX when either its initial creation or dotlocking fails.
@@ -377,6 +382,8 @@
 # be done even if first_valid_uid is set to 0.
 #first_valid_uid = 500
 #last_valid_uid = 0
+first_valid_uid = 89
+last_valid_uid = 89
 
 # Valid GID range for users, defaults to non-root/wheel. Users having
 # non-valid GID as primary group ID aren't allowed to log in. If user
@@ -384,6 +391,8 @@
 # not set.
 #first_valid_gid = 1
 #last_valid_gid = 0
+first_valid_gid = 89
+last_valid_gid = 89
 
 # Maximum number of running mail processes. When this limit is reached,
 # new users aren't allowed to log in.
@@ -563,8 +572,8 @@
 
   # Support for dynamically loadable plugins. mail_plugins is a space separated
   # list of plugins to load.
-  #mail_plugins = 
-  #mail_plugin_dir = /usr/lib/dovecot/imap
+  mail_plugins = quota imap_quota trash
+  mail_plugin_dir = /usr/lib64/dovecot/imap
 
   # IMAP logout format string:
   #  %i - total number of bytes read from client
@@ -681,8 +690,8 @@
 
   # Support for dynamically loadable plugins. mail_plugins is a space separated
   # list of plugins to load.
-  #mail_plugins = 
-  #mail_plugin_dir = /usr/lib/dovecot/pop3
+  mail_plugins = quota
+  mail_plugin_dir = /usr/lib64/dovecot/pop3
 
   # Workarounds for various client bugs:
   #   outlook-no-nuls:
@@ -908,7 +917,7 @@
   # database (passwd usually), you can use static userdb.
   # REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM
   # authentication to actually work. doc/wiki/PasswordDatabase.PAM.txt
-  passdb pam {
+  #passdb pam {
 # [session=yes] [setcred=yes] [failure_show_msg=yes] [max_requests=n]
 # [cache_key=key] [service name]
 #
@@ -941,7 +950,7 @@
 #   args = session=yes %Ls
 #   args = cache_key=%u 

Re: [qmailtoaster] Re: Redirect all postmaster accounts to one postmaster

2010-05-15 Thread Pierre LiLo Gaxatte
Le vendredi 14 mai 2010 à 09:36 -0700, Eric Shubert a écrit :
 Hey Pierre. Welcome to the list.
 
 You can use the qmailadmin web app to do this. Simply edit the 
 postmaster account, and in the Routing section select Forward To: and 
 fill in your master postmaster's address.
 
 If you're looking to do this with a script of some sort (you do have 
 quite a few domains), I don't know off hand what happens under the 
 covers to make this happen. I think it's probably in the .qmail file 
 for the postmaster. Having a look at the .qmail file before and after 
 making the change in qmailadmin should verify this.
 
 I'm guessing that by the time you figure out how do do this using a 
 script of some sort, you probably could've had it done using qmailadmin.
 
 Please let us know how you decide to tackle this.
 

Hi,

Thanks for your response.

You're right, I would have already done it if I had use qmailadmin, but
it's a bit boring and it won't help me get to know qmail better.

Besides, I'm trying to respect a unix/linux golden rule: if you have to
do it twice, script it! :-)

What I will is to do that from qmailadmin for one domain, check out
what .qmail file was generated and adapt this to the other domains. I
know this is something basic and understandind the .qmail file
functioning will allow me to do more complicated things like
automatically sorting spam into the Junk folder without the need to
configure my email client. This would be great for users checking their
mails with POP3 and using the webmail when away from work.

I'll post back as soon as I find the solution!

Regards,
Pierre


-
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: Strange Dovecot Issue

2010-05-15 Thread Scott Hughes
Eric,

Adding those additional mechanisms seems to have solved the problem.

I'll attempt to update the wiki page (as long as no one minds, of course).

Thanks!

Scott


On Fri, May 14, 2010 at 12:04 PM, Eric Shubert e...@shubes.net wrote:

 Scott Hughes wrote:

 After changing over to Dovecot IMAP last night (using the instructions on
 the wiki exactly), some of my users are now unable to log into their email
 accounts using an email client (right now Outlook 2007 and Apple Mail
 program).  Webmail does not seem to be effected.

 Here is the dovecot log message that I am getting that seems out of place.
  I configured my Mac using the Apple Mail program, and I get the same
 message.  I am using the standard (non-ssl) IMAP ports.

 05-14 09:13:37 imap-login: Info: Disconnected (tried to use disabled
 plaintext auth)


 If I change over my Apple Mail client to use SSL, I can access my qmail
 accounts and all is well.

 Any ideas?

 Scott


 Try
  mechanisms = plain login digest-md5 cram-md5
 in you dovecot.conf file.

 FWIW,
 disable_plaintext_auth = yes
 is also a good idea unless your users are all local.

 (I apologize that I haven't reviewed the dovecot wiki page on this yet).

 --
 -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: Strange Dovecot Issue

2010-05-15 Thread Phil Leinhauser
Thanks for the feedback Scott.  Yes, please update the wiki.  

 

 

From: Scott Hughes [mailto:sonicscott9...@gmail.com] 
Sent: Saturday, May 15, 2010 9:07 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Re: Strange Dovecot Issue

 

Eric,

Adding those additional mechanisms seems to have solved the problem.

I'll attempt to update the wiki page (as long as no one minds, of course).

Thanks!

Scott



On Fri, May 14, 2010 at 12:04 PM, Eric Shubert e...@shubes.net wrote:

Scott Hughes wrote:

After changing over to Dovecot IMAP last night (using the instructions on
the wiki exactly), some of my users are now unable to log into their email
accounts using an email client (right now Outlook 2007 and Apple Mail
program).  Webmail does not seem to be effected.

Here is the dovecot log message that I am getting that seems out of place.
I configured my Mac using the Apple Mail program, and I get the same
message.  I am using the standard (non-ssl) IMAP ports.

05-14 09:13:37 imap-login: Info: Disconnected (tried to use disabled
plaintext auth)


If I change over my Apple Mail client to use SSL, I can access my qmail
accounts and all is well.

Any ideas?

Scott

 

Try
 mechanisms = plain login digest-md5 cram-md5
in you dovecot.conf file.

FWIW,
disable_plaintext_auth = yes
is also a good idea unless your users are all local.

(I apologize that I haven't reviewed the dovecot wiki page on this yet).

-- 
-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: Strange Dovecot Issue

2010-05-15 Thread Scott Hughes
Wiki now updated!


On Sat, May 15, 2010 at 8:28 AM, Phil Leinhauser p...@teqknow.com wrote:

  Thanks for the feedback Scott.  Yes, please update the wiki.





 *From:* Scott Hughes [mailto:sonicscott9...@gmail.com]
 *Sent:* Saturday, May 15, 2010 9:07 AM
 *To:* qmailtoaster-list@qmailtoaster.com
 *Subject:* Re: [qmailtoaster] Re: Strange Dovecot Issue



 Eric,

 Adding those additional mechanisms seems to have solved the problem.

 I'll attempt to update the wiki page (as long as no one minds, of course).

 Thanks!

 Scott

  On Fri, May 14, 2010 at 12:04 PM, Eric Shubert e...@shubes.net wrote:

 Scott Hughes wrote:

 After changing over to Dovecot IMAP last night (using the instructions on
 the wiki exactly), some of my users are now unable to log into their email
 accounts using an email client (right now Outlook 2007 and Apple Mail
 program).  Webmail does not seem to be effected.

 Here is the dovecot log message that I am getting that seems out of place.
  I configured my Mac using the Apple Mail program, and I get the same
 message.  I am using the standard (non-ssl) IMAP ports.

 05-14 09:13:37 imap-login: Info: Disconnected (tried to use disabled
 plaintext auth)


 If I change over my Apple Mail client to use SSL, I can access my qmail
 accounts and all is well.

 Any ideas?

 Scott



 Try
  mechanisms = plain login digest-md5 cram-md5
 in you dovecot.conf file.

 FWIW,
 disable_plaintext_auth = yes
 is also a good idea unless your users are all local.

 (I apologize that I haven't reviewed the dovecot wiki page on this yet).

 --
 -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: Strange Dovecot Issue

2010-05-15 Thread Martin Waschbuesch
All,

what does it take to put a known-to-work source tarball together with the steps 
in the wiki to create a source rpm?
I have not dealt with package creation so far, but I think that would be the 
logical next step. If anyone can give any pointers, I'd volunteer to do this.

Martin

PS: Almost forgot. I also switched to dovecot based on the wiki page and I love 
it. Definite improvement.

Am 15.05.2010 um 15:06 schrieb Scott Hughes:

 Eric,
 
 Adding those additional mechanisms seems to have solved the problem.
 
 I'll attempt to update the wiki page (as long as no one minds, of course).
 
 Thanks!
 
 Scott


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

2010-05-15 Thread Scott Hughes
I am interested in obtaining a real certificate for my mail server.  I have
signed up with StartCom (http://cert.startcom.org/) for a free one.  They
appear to be the most recognized of the free services.

My question is this:  How do I go about applying this to my QMT setup?
StartCom gave me two things: 1) A private key cert  2) the actual key cert
(I think).  They suggested saving the files as ssl.key and ssl.crt
respectively.

Never having done anything like this before, I put the .crt file in place of
the servercert.pem file with no luck.

Scott


[qmailtoaster] Server changes

2010-05-15 Thread Jake Vickers

Yet ANOTHER weekend of issues.

The data center that I was getting the QMT server from (cheaply!) 
decided to pull the plug on the server since it was killing their 
bandwidth and causing them grief with customers that pay much more than 
I did.
SO, I have moved the web page and mail to new servers. This was a very 
hastily implemented change, so expect some issues for a few days (rDNS 
on the mail server being incorrect, etc.). It will also take me a couple 
days to get things like QTP back up and running, since I must figure out 
how to get the files from the old server without any access to it.


At this point the qmailtoaster.com website should be up and running, 
along with the mirrors for package downloads (the mirrors never had an 
issue), and email should be back up.
Now I need to go find some PC133 RAM for the mail server - the 256M in 
it will not be enough...

Anyway, bear with me a couple days.
Once this move is complete, all of the QMT resources (with the exception 
of the mirrors, which are distributed anyway) will be on servers that I 
pay for SLAs with.


Thanks.

-
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] Server changes

2010-05-15 Thread Maxwell Smart
I likely have some PC133 RAM if you cannot find any locally.  Let me
know if you need it and I'll mail it off.

That explains the spotty connectivity with the mirror.  Mine is up and
current, so if any one needs files they're available.

Thanks for all your hard work Jake.  I know I love my toaster and the
simplicity of the ISO you provide.  It's so sweet I use it as the base
install for my webservers  :)

On 05/15/2010 09:29 AM, Jake Vickers wrote:
 Yet ANOTHER weekend of issues.

 The data center that I was getting the QMT server from (cheaply!)
 decided to pull the plug on the server since it was killing their
 bandwidth and causing them grief with customers that pay much more
 than I did.
 SO, I have moved the web page and mail to new servers. This was a very
 hastily implemented change, so expect some issues for a few days (rDNS
 on the mail server being incorrect, etc.). It will also take me a
 couple days to get things like QTP back up and running, since I must
 figure out how to get the files from the old server without any access
 to it.

 At this point the qmailtoaster.com website should be up and running,
 along with the mirrors for package downloads (the mirrors never had an
 issue), and email should be back up.
 Now I need to go find some PC133 RAM for the mail server - the 256M in
 it will not be enough...
 Anyway, bear with me a couple days.
 Once this move is complete, all of the QMT resources (with the
 exception of the mirrors, which are distributed anyway) will be on
 servers that I pay for SLAs with.

 Thanks.

 -

 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



-- 
Cecil Yother, Jr. cj
cj's
2318 Clement Ave
Alameda, CA  94501

tel 510.865.2787
http://yother.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] Server changes

2010-05-15 Thread Jake Vickers

On 05/15/2010 12:49 PM, Maxwell Smart wrote:

I likely have some PC133 RAM if you cannot find any locally.  Let me
know if you need it and I'll mail it off.

That explains the spotty connectivity with the mirror.  Mine is up and
current, so if any one needs files they're available.

Thanks for all your hard work Jake.  I know I love my toaster and the
simplicity of the ISO you provide.  It's so sweet I use it as the base
install for my webservers  :)
   


The mirrors are all current, so downloads of the packages are not an 
issue. It was the webpages, subversion repos, email, and videos that 
were kicked offline. I'll be bringing things back online on other 
servers throughout the weekend and should have most everything back up 
in a few days.
As I said before, everything that went offline yesterday will now be on 
servers that I pay for SLAs with, so this should not happen again.


-
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] Server changes

2010-05-15 Thread Patrick Ring
Dang!  Who did you have it hosted with?  Was it donated space/bandwidth?
Seems very sudden they would turn it off like that just over bandwidth.

What's an SLA? 

Thank you for all you (and the others) do for the QT project!

Patrick M. Ring
P. Ring Technologies
Louisiana Web Host, LLC.
985-868-4200

-Original Message-
From: Jake Vickers [mailto:j...@qmailtoaster.com] 
Sent: Saturday, May 15, 2010 1:46 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Server changes

On 05/15/2010 12:49 PM, Maxwell Smart wrote:
 I likely have some PC133 RAM if you cannot find any locally.  Let me 
 know if you need it and I'll mail it off.

 That explains the spotty connectivity with the mirror.  Mine is up and

 current, so if any one needs files they're available.

 Thanks for all your hard work Jake.  I know I love my toaster and the 
 simplicity of the ISO you provide.  It's so sweet I use it as the base

 install for my webservers  :)


The mirrors are all current, so downloads of the packages are not an
issue. It was the webpages, subversion repos, email, and videos that
were kicked offline. I'll be bringing things back online on other
servers throughout the weekend and should have most everything back up
in a few days.
As I said before, everything that went offline yesterday will now be on
servers that I pay for SLAs with, so this should not happen again.


-
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] Server changes

2010-05-15 Thread Jake Vickers

On 05/15/2010 03:33 PM, Patrick Ring wrote:

Dang!  Who did you have it hosted with?  Was it donated space/bandwidth?
Seems very sudden they would turn it off like that just over bandwidth.

What's an SLA?

Thank you for all you (and the others) do for the QT project!

   


It was hosted in someone's data center, and was at a discount. There 
were some extenuating circumstances, but bottom line is that I am moving 
everything to other servers now.
SLA = Service Level Agreement. I give you so much money, you provide me 
with so much service, all on paper and legally binding.


-
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