Re: [qmailtoaster] Re: dovecot login issue

2021-04-22 Thread Eric Broch

https://dovecot.org/support

On 4/22/2021 10:17 AM, Tahnan Al Anas wrote:

Hi,

Would you please share the dovecot mailing so that we can subscribe too?


--
--

Best Regards
Muhammad Tahnan Al Anas


On Thu, Apr 22, 2021 at 6:29 PM Eric Broch > wrote:


I am subscribed to that list and am interested in what they say.

On 4/22/2021 5:57 AM, Eric Broch wrote:

I'd ask this on the dovecot mailing list
On Apr 22, 2021, at 12:35 AM, Tahnan Al Anas < tah...@gmail.com
> wrote:

Hi Eric,

I am facing an old issue, my dovecot is set to below

auth_cache_size = 512M
auth_cache_ttl = 1 min
auth_cache_negative_ttl = 1 min

but still I need to restart dovecot every few hours some time
in days. I have created cronjob to restart dovecot for that.
But is there any solution?


-- 
-- 


Best Regards
Muhammad Tahnan Al Anas



Re: [qmailtoaster] Re: dovecot login issue

2021-04-22 Thread Tahnan Al Anas
Hi,

Would you please share the dovecot mailing so that we can subscribe too?


--
--

Best Regards
Muhammad Tahnan Al Anas


On Thu, Apr 22, 2021 at 6:29 PM Eric Broch  wrote:

> I am subscribed to that list and am interested in what they say.
> On 4/22/2021 5:57 AM, Eric Broch wrote:
>
> I'd ask this on the dovecot mailing list
> On Apr 22, 2021, at 12:35 AM, Tahnan Al Anas < tah...@gmail.com> wrote:
>>
>> Hi Eric,
>>
>> I am facing an old issue, my dovecot is set to below
>>
>> auth_cache_size = 512M
>> auth_cache_ttl = 1 min
>> auth_cache_negative_ttl = 1 min
>>
>> but still I need to restart dovecot every few hours some time in days. I
>> have created cronjob to restart dovecot for that. But is there any
>> solution?
>>
>>
>> --
>> --
>>
>> Best Regards
>> Muhammad Tahnan Al Anas
>>
>


Re: [qmailtoaster] Re: dovecot login issue

2021-04-22 Thread Eric Broch

I am subscribed to that list and am interested in what they say.

On 4/22/2021 5:57 AM, Eric Broch wrote:

I'd ask this on the dovecot mailing list
On Apr 22, 2021, at 12:35 AM, Tahnan Al Anas < tah...@gmail.com 
> wrote:


Hi Eric,

I am facing an old issue, my dovecot is set to below

auth_cache_size = 512M
auth_cache_ttl = 1 min
auth_cache_negative_ttl = 1 min

but still I need to restart dovecot every few hours some time in
days. I have created cronjob to restart dovecot for that. But is
there any solution?


-- 
-- 


Best Regards
Muhammad Tahnan Al Anas



[qmailtoaster] Re: dovecot login issue

2021-04-22 Thread Eric Broch
I'd ask this on the dovecot mailing list

On Apr 22, 2021, 12:35 AM, at 12:35 AM, Tahnan Al Anas  wrote:
>Hi Eric,
>
>I am facing an old issue, my dovecot is set to below
>
>auth_cache_size = 512M
>auth_cache_ttl = 1 min
>auth_cache_negative_ttl = 1 min
>
>but still I need to restart dovecot every few hours some time in days.
>I
>have created cronjob to restart dovecot for that. But is there any
>solution?
>
>
>--
>--
>
>Best Regards
>Muhammad Tahnan Al Anas


Re: [qmailtoaster] Re: Dovecot Maximum number of connections from user+IP exceeded

2019-12-11 Thread Jeff Koch

We figured this out. You need to put

mail_max_userip_connections = 30

in the dovecot local.conf file.

Jeff

On 12/11/2019 3:12 PM, Tomasz Lachowicz wrote:

doveconf -p |grep mail_max


maybe dovecot dont include config files from conf.d directory

Thomas

W dniu 29.11.2019 o 22:50, Jeff Koch pisze:


Hi:

Our users are complaining about this error message:

Maximum number of connections from user+IP exceeded 
(mail_max_userip_connections=10)


We have adjusted the configuration entries at 
/etc/dovecot/conf.d/20-imap.conf and 20-pop3.conf to:


mail_max_userip_connections = 30
mail_max_userip_connections = 30

and restarted qmail and dovecot and yet the users are still getting 
this message saying they have exceeded the limit of 10.


How can I fix this?

Jeff




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





Re: [qmailtoaster] Re: Dovecot Maximum number of connections from user+IP exceeded

2019-12-11 Thread Eric Broch

You can specify high performance mode in dovecot

https://wiki.dovecot.org/LoginProcess

On 12/11/2019 1:12 PM, Tomasz Lachowicz wrote:

doveconf -p |grep mail_max


maybe dovecot dont include config files from conf.d directory

Thomas

W dniu 29.11.2019 o 22:50, Jeff Koch pisze:


Hi:

Our users are complaining about this error message:

Maximum number of connections from user+IP exceeded 
(mail_max_userip_connections=10)


We have adjusted the configuration entries at 
/etc/dovecot/conf.d/20-imap.conf and 20-pop3.conf to:


mail_max_userip_connections = 30
mail_max_userip_connections = 30

and restarted qmail and dovecot and yet the users are still getting 
this message saying they have exceeded the limit of 10.


How can I fix this?

Jeff




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



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



[qmailtoaster] Re: Dovecot Maximum number of connections from user+IP exceeded

2019-12-11 Thread Tomasz Lachowicz

doveconf -p |grep mail_max


maybe dovecot dont include config files from conf.d directory

Thomas

W dniu 29.11.2019 o 22:50, Jeff Koch pisze:


Hi:

Our users are complaining about this error message:

Maximum number of connections from user+IP exceeded 
(mail_max_userip_connections=10)


We have adjusted the configuration entries at 
/etc/dovecot/conf.d/20-imap.conf and 20-pop3.conf to:


mail_max_userip_connections = 30
mail_max_userip_connections = 30

and restarted qmail and dovecot and yet the users are still getting this 
message saying they have exceeded the limit of 10.


How can I fix this?

Jeff




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



[qmailtoaster] Re: dovecot upgrade

2014-10-21 Thread Eric Shubert

On 10/19/2014 12:23 PM, Peter Peltonen wrote:

Hi,

On Sat, Oct 18, 2014 at 3:03 AM, Eric Shubert e...@shubes.net wrote:


If you don't use the spambox option or otherwise use maildrop, you might be
able to simply remove maildrop-toaster. There might be some dependency with
qmail-admin though, I'm not sure.


I do use maildrop, so removing it is not an option...

What is the reason for dovecot to remove libcourierauth as the earlier
version does not require that?

Can I edit the spec file and remove that requirement?

Regards,
Peter

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




maildrop-toaster shouldn't need libcourierauth. The maildrop (repackaged 
for the new QMT) doesn't need it. Yum is trying to remove 
courier-authlib-toaster because dovecot obsoletes 
courier-authlib-toaster. Technically I suppose it doesn't, but it 
obsoletes courier-imap-toaster, and so there's no longer a need for 
courier-authlib-toaster, except apparently for the errant maildrop-toaster.


You should be able to install the dovecot package and tell it to ignore 
dependencies. That should be safe.


Better yet, so long as you're using dovecot's pop3 instead of 
qmail-pop3d, you should be able to remove courier-authlib-toaster. If it 
complains, I'd try removing it ignoring dependencies. If this breaks 
maildrop-toaster for some reason (it shouldn't), then remove 
maildrop-toaster and install maildrop from the new repo.


Let us know what you end up doing, Peter.

Thanks.

--
-Eric 'shubes'


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



Re: [qmailtoaster] Re: dovecot upgrade

2014-10-19 Thread Peter Peltonen
Hi,

On Sat, Oct 18, 2014 at 3:03 AM, Eric Shubert e...@shubes.net wrote:

 If you don't use the spambox option or otherwise use maildrop, you might be
 able to simply remove maildrop-toaster. There might be some dependency with
 qmail-admin though, I'm not sure.

I do use maildrop, so removing it is not an option...

What is the reason for dovecot to remove libcourierauth as the earlier
version does not require that?

Can I edit the spec file and remove that requirement?

Regards,
Peter

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



[qmailtoaster] Re: dovecot upgrade

2014-10-17 Thread Eric Shubert

On 10/16/2014 02:57 PM, Peter Peltonen wrote:

As one needs at least dovecot version 2.1 to be able to disable SSLv3,
I would need to upgrade my old dovecot-2.0.17-2.qtp packages to newer
ones.

I thought I just grab the packages from the latest bunch of .qt
pacakges, but upgrading to those didn't work out:

# rpm -Fvh dovecot-2.2.7-0.qt.el5.i386.rpm

warning: dovecot-2.2.7-0.qt.el5.i386.rpm: Header V3 DSA signature:
NOKEY, key ID 1bde5fd0

error: Failed dependencies:

 libcourierauth.so.0 is needed by (installed)
maildrop-toaster-2.0.3-1.3.8.i686

I do not quite get what libcourierauth has to do with dovecot and why
do I get this error?

# rpm -qf /usr/lib/courier-authlib/libcourierauth.so.0
courier-authlib-toaster-0.59.2-1.3.10

Any advice how I should proceed in getting a newer version of dovecot installed?

Peter

-


I think it's failing because it's trying to get rid of libcourierauth, 
and maildrop-toaster needs that.


If you don't use the spambox option or otherwise use maildrop, you might 
be able to simply remove maildrop-toaster. There might be some 
dependency with qmail-admin though, I'm not sure.


The new packages are pretty much compatible with the legacy *-toaster 
systems though. You should be able to use them in some cases instead 
(dovecot especially), even to the point of using yum to install/update 
them. Note, I haven't personally tried this though, it is only in 
theory. ;)


Let us know how you make out.
Thanks.

--
-Eric 'shubes'


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



Re: [qmailtoaster] Re: Dovecot migration failure, courier revert failure

2014-03-20 Thread Thomas M Jaeger

On 03/19/2014 02:56 PM, Eric Shubert wrote:


Glad it worked out, Thomas.

If you have something to add to the wiki, let us know and we'll get 
you a login set up for it. :) This is something that likely many more 
people will be dealing with in the future, as dovecot becomes the 
permanent replacement for courier-imap and qmail-pop3d.




I would be happy to add to the wiki or send along a white page with 
notes (to add what you find relevant).


I did make a mistake in the process and added the protocol pop3 {...} 
lines (from the wiki) in the local.conf when it was already in the 
toaster.conf file (ooops, but, both are still called by the dovecot.conf 
file; yet makes redundant what was already in the toaster.conf file).  I 
got no duplicate emails in an Outlook client but was spooked by nothing 
coming in, uncomented, restarted the server and got loads of dupes.  
(Again, small company, no problem.) However, I added it back, rebooted 
and still a (different) Mac mail client experienced the same thing.  
(Maybe the redundant protocol info was canceling out; I don't know.)  I 
removed the redundant info from the local.conf file and changed the 
toaster.com file to match what was in the wiki; rebooted.  I won't know 
if duplicates continue to occur until I get a complaint from others...


My question:

The info already in the /etc/dovecot/toaster.conf file for the 
pop_uidl_format line reads # pop3_uidl_format = UID%u-%v instead of 
... %f (as in the qmailtoaster wiki).  I added the line from the wiki 
(...%f) and restarted to follow protocol.  The dovecot.org POP3 
migration instruction shows a server list designating qmail-pop3d: 
pop3_uidl_format = %f (matching the wiki) and the %u and %v options for 
other server designations.  Should I/we be using what was stock in the 
dovecot build you provided me (UID%u-%v) or stick with the %f 
(qmail-pop3d)?  (The answer seems clear but I want to make sure toaster 
doesn't need a special option incorporated into your build...)


Let me know what you would like from me with the wiki...

Thank you, again.


Thomas M. Jaeger

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



[qmailtoaster] Re: Dovecot migration failure, courier revert failure

2014-03-19 Thread Eric Shubert

On 03/19/2014 10:26 AM, Thomas Jaeger wrote:

I did the migration and all looks clear.

A few notes from the experience...

The dovecot RPM installs the /etc/dovecot/toaster.conf file which has
the following config by default:

# Settings for 'stock' qmail-toaster
...
protocols = imap pop3
...

This means that dovecot wants to work for imap and pop3 out of the
box. It wouldn't start until I commented out the pop3 part:

...
protocols = imap #pop3
...

I have no problem using dovecot for both so I followed the qmailtoaster
Replacing Courier IMAP with Dovecot IMAP wiki under Dovecot POP3
(all of it, uncomment the # pop3_uido_format = %f line, clients won't
like reloading 150 duplicate emails...), uncommented the pop3 protocol
and restarted dovecot.  Outlook POP3 clients had no errors but,
Thunderbird, Android and iPhone mailers did.  It's an easy (client)
setting change to encrypt passwords through SSL or STARTTLS; maybe not a
convenient hiccup but it is far better than plain text password
authentication.  The dovecot wiki has a workaround for Thunderbird but,
mine is a small group of clients so it's no great shakes.

I also Timekeeping cron job just for good measure...

Thank you for all the help and work!  I hope this also answers questions
from others.


Thomas M. Jaeger


Glad it worked out, Thomas.

If you have something to add to the wiki, let us know and we'll get you 
a login set up for it. :) This is something that likely many more people 
will be dealing with in the future, as dovecot becomes the permanent 
replacement for courier-imap and qmail-pop3d.


--
-Eric 'shubes'


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



[qmailtoaster] Re: Dovecot migration failure, courier revert failure

2014-03-17 Thread Eric Shubert

On 03/17/2014 09:24 AM, Helmut Fritz wrote:

Should the wiki then be updated?  I am glad I have not done this yet, I am
considering it but definitely do not have time for wild goose chases.  :)
is the rest of the wiki still correct other than the source of the rpm's?


The wiki is still correct, but might mention the newer dovecot version 
in the QMT mirrors. This version will be promoted to /current/ very soon.



A question along those lines though - what happens when an upgrade is done
via QTP?  Does it shove Courier right back in there?  or will it
appropriately upgrade Dovecot?


Courier shouldn't be (and hasn't been) upgraded once dovecot is 
installed. QTP does not upgrade dovecot. Nor does it update spamdyke 
btw. When you update qmail-toaster with QTP, you need to reinstall spamdyke.


I haven't worked out the details yet regarding the new packages on COS5. 
The plan is that the qmailtoaster-release and qmailtoaster-util packages 
will obsolete the qmailtoaster-plus.repo and qmailtoaster-plus packages. 
This is *not* ready yet though. Hopefully I'll have time to finish up 
the qmailtoaster-util package in the next few weeks. Then we'll create a 
procedure for yumifying COS5 hosts so they can upgrade to the newest 
packages via yum and the qmailtoaster-release mirrors.


Thanks for the questions!

--
-Eric 'shubes'


-Original Message-
From: Eric Shubert [mailto:e...@shubes.net]
Sent: Sunday, March 16, 2014 8:33 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot migration failure, courier revert
failure

On 03/16/2014 03:20 PM, Thomas M Jaeger wrote:

On 03/16/2014 05:23 PM, Eric Shubert wrote:


The dovecot package included with COS doesn't have the vpopmail
option included in the build, so it can't authenticate against
vpopmail accounts. I'm guessing that might have been your problem.

Which dovecot version did you install? (or how did you install it?)


I followed what I interpreted from the qmailtoaster wiki:
=
*Install ***

RPMS are available for CentOS 5 i386 and x86_64 in the
QmailToaster-Plus
(QTP) repository http://qtp.qmailtoaster.com/repos. If your QMT is
running an available distro/version/arch and you have
qmailtoaster-plus.repo installed, you can use yum to install dovecot:

# rpm -Uvhhttp://qtp.qmailtoaster.com/trac/downloads/1
# yum --enablerepo=qtp-CentOS install dovecot

If your QMT is running on a different distro/version, you'll need to
download the source rpm, then build and install the binary rpm for
your distro/version, e.g:

# cd /my/rpmbuild/SRPMS
#
wgethttp://qtp.qmailtoaster.com/repos/SRPMS/dovecot-2.0.11-2.qtp.src.r
pm # rpmbuild --rebuild dovecot-*.src.rpm # rpm -ivh
../RPMS/*86*/dovecot-*.rpm

That might not work exactly, but you get the idea.
=


/var/log/yum.log shows this dovecot version/package:

=
...
Mar 13 11:58:51 Installed: dovecot-1.0.7-8.el5_9.1.x86_64 Mar 14
14:55:09 Erased: dovecot ...
=

Checking the qtp.qmailtoaster.com link now...there seems to be an
issue with the site?  Is there a different server (that needs to be
updated on the wiki)?

I hope this is, otherwise, great news; that I can do the manual
rebuild successfully.  If there is an easier change for the CentOS
REPO yum install (replacing or editing configure files), is that info
somewhere here (in the mailing list)?  Or do you have a different
strategy to try?  I didn't see a Dovecot install option in the
qtp-menu.  (Maybe I missed something...?)

Thank you, again!

--

Thomas M. Jaeger



Sorry about QTP. Disk drive filled up. It's back now.

Looks like you have an incompatible version of dovecot all right.

I wouldn't bother building your own package.

You can go with the qtp version, but that's a little old.

I'd use the version here:
http://mirrors.qmailtoaster.com/testing/CentOS/5/x86_64/
I have this version running in production on COS6/i386 with no problems.
It should be fine on COS5.

--
-Eric 'shubes'


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


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







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



RE: [qmailtoaster] Re: Dovecot migration failure, courier revert failure

2014-03-17 Thread Helmut Fritz
Eric,
Thx for that!  I did not realize that about spamdyke, and good to know about
dovecot.

So for me to be absolutely clear - once I add dovecot and remove courier,
QTP upgrade script will not try to add courier back in.  Do I have that
right?

Helmut

-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Monday, March 17, 2014 11:04 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot migration failure, courier revert
failure

On 03/17/2014 09:24 AM, Helmut Fritz wrote:
 Should the wiki then be updated?  I am glad I have not done this yet, 
 I am considering it but definitely do not have time for wild goose 
 chases.  :) is the rest of the wiki still correct other than the source of
the rpm's?

The wiki is still correct, but might mention the newer dovecot version in
the QMT mirrors. This version will be promoted to /current/ very soon.

 A question along those lines though - what happens when an upgrade is 
 done via QTP?  Does it shove Courier right back in there?  or will it 
 appropriately upgrade Dovecot?

Courier shouldn't be (and hasn't been) upgraded once dovecot is installed.
QTP does not upgrade dovecot. Nor does it update spamdyke btw. When you
update qmail-toaster with QTP, you need to reinstall spamdyke.

I haven't worked out the details yet regarding the new packages on COS5. 
The plan is that the qmailtoaster-release and qmailtoaster-util packages
will obsolete the qmailtoaster-plus.repo and qmailtoaster-plus packages. 
This is *not* ready yet though. Hopefully I'll have time to finish up the
qmailtoaster-util package in the next few weeks. Then we'll create a
procedure for yumifying COS5 hosts so they can upgrade to the newest
packages via yum and the qmailtoaster-release mirrors.

Thanks for the questions!

--
-Eric 'shubes'

 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net]
 Sent: Sunday, March 16, 2014 8:33 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: Dovecot migration failure, courier revert 
 failure

 On 03/16/2014 03:20 PM, Thomas M Jaeger wrote:
 On 03/16/2014 05:23 PM, Eric Shubert wrote:

 The dovecot package included with COS doesn't have the vpopmail 
 option included in the build, so it can't authenticate against 
 vpopmail accounts. I'm guessing that might have been your problem.

 Which dovecot version did you install? (or how did you install it?)

 I followed what I interpreted from the qmailtoaster wiki:
 =
 *Install ***

 RPMS are available for CentOS 5 i386 and x86_64 in the 
 QmailToaster-Plus
 (QTP) repository http://qtp.qmailtoaster.com/repos. If your QMT is 
 running an available distro/version/arch and you have 
 qmailtoaster-plus.repo installed, you can use yum to install dovecot:

 # rpm -Uvhhttp://qtp.qmailtoaster.com/trac/downloads/1
 # yum --enablerepo=qtp-CentOS install dovecot

 If your QMT is running on a different distro/version, you'll need to 
 download the source rpm, then build and install the binary rpm for 
 your distro/version, e.g:

 # cd /my/rpmbuild/SRPMS
 #
 wgethttp://qtp.qmailtoaster.com/repos/SRPMS/dovecot-2.0.11-2.qtp.src.
 r pm # rpmbuild --rebuild dovecot-*.src.rpm # rpm -ivh 
 ../RPMS/*86*/dovecot-*.rpm

 That might not work exactly, but you get the idea.
 =


 /var/log/yum.log shows this dovecot version/package:

 =
 ...
 Mar 13 11:58:51 Installed: dovecot-1.0.7-8.el5_9.1.x86_64 Mar 14
 14:55:09 Erased: dovecot ...
 =

 Checking the qtp.qmailtoaster.com link now...there seems to be an 
 issue with the site?  Is there a different server (that needs to be 
 updated on the wiki)?

 I hope this is, otherwise, great news; that I can do the manual 
 rebuild successfully.  If there is an easier change for the CentOS 
 REPO yum install (replacing or editing configure files), is that info 
 somewhere here (in the mailing list)?  Or do you have a different 
 strategy to try?  I didn't see a Dovecot install option in the 
 qtp-menu.  (Maybe I missed something...?)

 Thank you, again!

 --

 Thomas M. Jaeger


 Sorry about QTP. Disk drive filled up. It's back now.

 Looks like you have an incompatible version of dovecot all right.

 I wouldn't bother building your own package.

 You can go with the qtp version, but that's a little old.

 I'd use the version here:
 http://mirrors.qmailtoaster.com/testing/CentOS/5/x86_64/
 I have this version running in production on COS6/i386 with no problems.
 It should be fine on COS5.

 --
 -Eric 'shubes'


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


 -
 To unsubscribe, e-mail: qmailtoaster-list

[qmailtoaster] Re: Dovecot migration failure, courier revert failure

2014-03-17 Thread Eric Shubert

On 03/17/2014 12:35 PM, Helmut Fritz wrote:

So for me to be absolutely clear - once I add dovecot and remove courier,
QTP upgrade script will not try to add courier back in.  Do I have that
right?


I believe it will ask if you'd like to install it. Simply reply N (which 
would be the default).


--
-Eric 'shubes'


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



RE: [qmailtoaster] Re: Dovecot migration failure, courier revert failure

2014-03-17 Thread Helmut Fritz
Makes sense - thx Eric.

-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Monday, March 17, 2014 12:37 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot migration failure, courier revert
failure

On 03/17/2014 12:35 PM, Helmut Fritz wrote:
 So for me to be absolutely clear - once I add dovecot and remove 
 courier, QTP upgrade script will not try to add courier back in.  Do I 
 have that right?

I believe it will ask if you'd like to install it. Simply reply N (which
would be the default).

--
-Eric 'shubes'


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


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



Re: [qmailtoaster] Re: Dovecot migration failure, courier revert failure

2014-03-17 Thread Eric Broch
I must say, at this point, that I've migrated from Courier to Dovecot on
3 systems and have never had a problem--NOT EVEN ONE.

On 3/17/2014 2:16 PM, Helmut Fritz wrote:
 Makes sense - thx Eric.

 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net] 
 Sent: Monday, March 17, 2014 12:37 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: Dovecot migration failure, courier revert
 failure

 On 03/17/2014 12:35 PM, Helmut Fritz wrote:
 So for me to be absolutely clear - once I add dovecot and remove 
 courier, QTP upgrade script will not try to add courier back in.  Do I 
 have that right?
 I believe it will ask if you'd like to install it. Simply reply N (which
 would be the default).

 --
 -Eric 'shubes'


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


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



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



RE: [qmailtoaster] Re: Dovecot migration failure, courier revert failure

2014-03-17 Thread Thomas Jaeger
Thank you for all the help.

Just to clarify, do I want the dovecot-2.2.7-0*.rpm or the dovecot-mysql*.rpm?  
I am using MySQL for passwords.

Thanks.



Thomas M. Jaeger


 To: qmailtoaster-list@qmailtoaster.com
 From: e...@shubes.net
 Date: Sun, 16 Mar 2014 20:33:10 -0700
 Subject: [qmailtoaster] Re: Dovecot migration failure, courier revert failure
 
 On 03/16/2014 03:20 PM, Thomas M Jaeger wrote:
  On 03/16/2014 05:23 PM, Eric Shubert wrote:
 
  The dovecot package included with COS doesn't have the vpopmail option
  included in the build, so it can't authenticate against vpopmail
  accounts. I'm guessing that might have been your problem.
 
  Which dovecot version did you install? (or how did you install it?)
 
  I followed what I interpreted from the qmailtoaster wiki:
  =
  *Install ***
 
  RPMS are available for CentOS 5 i386 and x86_64 in the QmailToaster-Plus
  (QTP) repository http://qtp.qmailtoaster.com/repos. If your QMT is
  running an available distro/version/arch and you have
  qmailtoaster-plus.repo installed, you can use yum to install dovecot:
 
  # rpm -Uvhhttp://qtp.qmailtoaster.com/trac/downloads/1
  # yum --enablerepo=qtp-CentOS install dovecot
 
  If your QMT is running on a different distro/version, you'll need to
  download the source rpm, then build and install the binary rpm for your
  distro/version, e.g:
 
  # cd /my/rpmbuild/SRPMS
  # wgethttp://qtp.qmailtoaster.com/repos/SRPMS/dovecot-2.0.11-2.qtp.src.rpm
  # rpmbuild --rebuild dovecot-*.src.rpm
  # rpm -ivh ../RPMS/*86*/dovecot-*.rpm
 
  That might not work exactly, but you get the idea.
  =
 
 
  /var/log/yum.log shows this dovecot version/package:
 
  =
  ...
  Mar 13 11:58:51 Installed: dovecot-1.0.7-8.el5_9.1.x86_64
  Mar 14 14:55:09 Erased: dovecot
  ...
  =
 
  Checking the qtp.qmailtoaster.com link now...there seems to be an issue
  with the site?  Is there a different server (that needs to be updated on
  the wiki)?
 
  I hope this is, otherwise, great news; that I can do the manual rebuild
  successfully.  If there is an easier change for the CentOS REPO yum
  install (replacing or editing configure files), is that info somewhere
  here (in the mailing list)?  Or do you have a different strategy to
  try?  I didn't see a Dovecot install option in the qtp-menu.  (Maybe I
  missed something...?)
 
  Thank you, again!
 
  --
 
  Thomas M. Jaeger
 
 
 Sorry about QTP. Disk drive filled up. It's back now.
 
 Looks like you have an incompatible version of dovecot all right.
 
 I wouldn't bother building your own package.
 
 You can go with the qtp version, but that's a little old.
 
 I'd use the version here:
 http://mirrors.qmailtoaster.com/testing/CentOS/5/x86_64/
 I have this version running in production on COS6/i386 with no problems. 
 It should be fine on COS5.
 
 -- 
 -Eric 'shubes'
 
 
 -
 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
 
  

[qmailtoaster] Re: Dovecot migration failure, courier revert failure

2014-03-17 Thread Eric Shubert

On 03/17/2014 02:11 PM, Thomas Jaeger wrote:

Just to clarify, do I want the dovecot-2.2.7-0*.rpm or the
dovecot-mysql*.rpm?  I am using MySQL for passwords.


Good question. You need only the dovecot-2.2.7-0.qt package. While 
vpopmail uses mysql, this version of dovecot has the vpopmail libraries 
included, which also includes libraries for mysql.


IOW, Dovecot uses vpopmail, which uses mysql. Dovecot doesn't access 
mysql directly, so the dovecot-mysql package isn't necessary. There is 
no dovecot-vpopmail (backend) package because, frankly, that would've 
taken a bit more work and I really didn't see enough benefit to justify 
spending time on it.


This might change at some point though. We might configure dovecot to 
use mysql directly, at which time the dovecot-mysql package would be 
required. I don't know though if there's some vpopmail functionality 
which we'd lose by doing so. That will take some investigation. If 
someone's interested in doing this, they're more than welcome to delve 
in. This would allow us to use the upstream dovecot packages directly, 
which is something we want to do as much as possible in the future.


Thanks.

--
-Eric 'shubes'


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



[qmailtoaster] Re: Dovecot migration failure, courier revert failure

2014-03-16 Thread Eric Shubert

On 03/16/2014 07:23 AM, Thomas M Jaeger wrote:

I am running CentOS 5.10 with an older build of qmailtoaster (2009)
which I have kept up to date with QTP.  With the onslaught of devices
automatically configuring email with IMAP, I wanted to migrate to
dovecot for it's efficiency and larger mailbox size compatibility.

I followed the dovecot upgrade instruction at
http://wiki.qmailtoaster.com/index.php/Replacing_Courier_IMAP_with_Dovecot_IMAP
and experienced an epic fail.  (My fault, I'm sure.)

I used the RPM install through yum as directed.

I backed up the mailboxes (virtual domains - tarred) before running the
migrate tool to test.  I saw that there were no errors and only a few
mailboxes returned the No imap/pop3 uidlist files message:

=
[root@host domains]# /usr/local/sbin/courier-dovecot-migrate.pl --recursive
Testing conversion based on newest timestamps
Finding maildirs under .
DOMAIN 1.com/USER 1/Maildir: No imap/pop3 uidlist files
DOMAIN 1.com/USER 2/Maildir: No imap/pop3 uidlist files
DOMAIN 2.com/USER 1/Maildir: No imap/pop3 uidlist files
DOMAIN 2.com/USER 2/Maildir: No imap/pop3 uidlist files
DOMAIN 2.com/USER 3/Maildir: No imap/pop3 uidlist files
DOMAIN 2.com/USER 4/Maildir: No imap/pop3 uidlist files

Total: 108 mailboxes / 25 users
0 errors
No actual conversion done, use --convert parameter
=

I ran the conversion and saw no errors; changed the squirrelmail config
file to use dovecot.  I created the imap4 Stop Courier instructions
and the mailbox conversion.  When I went to start dovecot, it wouldn't
start because it wanted to control POP3 as well.  I had no problem with
that idea so I followed the Dovecot POP3 instruction.

(Please note that the Edit //etc/dovecot/toaster.conf,/ [...] did not
correlate with my install.  The RPM only installed /etc/dovecot.conf for
a config file.  I also later noticed that the default dovecot config
file lists all mail protocols out of the box; most likely causing my
POP3 problem:

=
...
# Protocols we want to be serving: imap imaps pop3 pop3s
# If you only want to use dovecot-auth, you can set this to none.
protocols = imap imaps pop3 pop3s
...
=

)

However, after the full conversion and starting dovecot with no notable
errors, clients received login errors for pop3, and sguirrelmail
wouldn't login.  (Sorry I didn't save the info as I immediately started
to revert back to courier...as mentioned further...)  Squirrelmail is
not so much the concern here as the fact that POP and IMAP continually
returned errors that the user name and password were not recognized or
they couldn't, otherwise, connect.  I also had a client/user say an
outside sender received an error in sending an email to the server (no
specifics again, sorry).

Panic mode.

So, I attempted to revert back to courier but am still experiencing a
problem...  I stopped then turned off dovecot (chkconfig dovecot off),
moved the converted domain directory, untarred the old domain
directory and put it back into place, removed the down files from the
/var/qmail/supervise pop* and imap* directories and rebooted the
server.  All seemed fine until (POP) clients started getting timeout
errors and squirrelmail returns the message, ERROR: Connection dropped
by IMAP server (nothing else).  They were able to POP the server and
log into squirrelmail, then the services stopped working after an
undetermined amount of time.  I have also experienced the squirrelmail
problem while still able to pop accounts and no errors from email client
software using IMAP.  The only way I can fix this problem is a reboot,
as I really don't know how to restart the courier service or even if
it's the courier service; service qmail restart or qmailctl restart
don't do it.


Restart of qmail service (both methods do the same thing) only restart 
the qmail-smtpd process. Do a stop/start to restart everything.



I understand this is a load of information that is not so very useful in
diagnosing a problem.  However, I really don't know what logs will
provide me (and you) with the error information needed.  I can only seem
to find this in the /var/log/qmail/imap4-ssl/current file:

=
...
@40005321a21005971184 INFO: LOGIN, user=USER@DOMAIN.com,
ip=[REMOTE USER IP], protocol=IMAP
@40005321a91b0e07aeb4 INFO: TIMEOUT, user=USER@DOMAIN.com,
ip=[REMOTE USER IP], headers=0, body=0, rcvd=173, sent=8826, time=1803
@40005321a91b112da6d4 tcpserver: end 17085 status 0
@40005321a91b112db28c tcpserver: status: 0/40
@40005321c1553b00455c tcpserver: status: 1/40
@40005321c15600e23fec tcpserver: pid 20403 from SECOND USER REMOTE IP
@40005321c15600e24ba4 tcpserver: ok 20403 EMAIL SERVER
FQDN.com:SERVER IP:993 :SECOND USER REMOTE IP::53633
@40005321c15616eab10c DEBUG: Connection, ip=[SECOND USER REMOTE IP]
@40005321c1561867565c 

Re: [qmailtoaster] Re: Dovecot migration failure, courier revert failure

2014-03-16 Thread Thomas M Jaeger

On 03/16/2014 05:23 PM, Eric Shubert wrote:


The dovecot package included with COS doesn't have the vpopmail option 
included in the build, so it can't authenticate against vpopmail 
accounts. I'm guessing that might have been your problem.


Which dovecot version did you install? (or how did you install it?)


I followed what I interpreted from the qmailtoaster wiki:
=
*Install ***

RPMS are available for CentOS 5 i386 and x86_64 in the QmailToaster-Plus 
(QTP) repository http://qtp.qmailtoaster.com/repos. If your QMT is 
running an available distro/version/arch and you have 
qmailtoaster-plus.repo installed, you can use yum to install dovecot:


# rpm -Uvhhttp://qtp.qmailtoaster.com/trac/downloads/1
# yum --enablerepo=qtp-CentOS install dovecot

If your QMT is running on a different distro/version, you'll need to 
download the source rpm, then build and install the binary rpm for your 
distro/version, e.g:


# cd /my/rpmbuild/SRPMS
# wgethttp://qtp.qmailtoaster.com/repos/SRPMS/dovecot-2.0.11-2.qtp.src.rpm
# rpmbuild --rebuild dovecot-*.src.rpm
# rpm -ivh ../RPMS/*86*/dovecot-*.rpm

That might not work exactly, but you get the idea.
=


/var/log/yum.log shows this dovecot version/package:

=
...
Mar 13 11:58:51 Installed: dovecot-1.0.7-8.el5_9.1.x86_64
Mar 14 14:55:09 Erased: dovecot
...
=

Checking the qtp.qmailtoaster.com link now...there seems to be an issue 
with the site?  Is there a different server (that needs to be updated on 
the wiki)?


I hope this is, otherwise, great news; that I can do the manual rebuild 
successfully.  If there is an easier change for the CentOS REPO yum 
install (replacing or editing configure files), is that info somewhere 
here (in the mailing list)?  Or do you have a different strategy to 
try?  I didn't see a Dovecot install option in the qtp-menu.  (Maybe I 
missed something...?)


Thank you, again!

--

Thomas M. Jaeger



[qmailtoaster] Re: Dovecot migration failure, courier revert failure

2014-03-16 Thread Eric Shubert

On 03/16/2014 03:20 PM, Thomas M Jaeger wrote:

On 03/16/2014 05:23 PM, Eric Shubert wrote:


The dovecot package included with COS doesn't have the vpopmail option
included in the build, so it can't authenticate against vpopmail
accounts. I'm guessing that might have been your problem.

Which dovecot version did you install? (or how did you install it?)


I followed what I interpreted from the qmailtoaster wiki:
=
*Install ***

RPMS are available for CentOS 5 i386 and x86_64 in the QmailToaster-Plus
(QTP) repository http://qtp.qmailtoaster.com/repos. If your QMT is
running an available distro/version/arch and you have
qmailtoaster-plus.repo installed, you can use yum to install dovecot:

# rpm -Uvhhttp://qtp.qmailtoaster.com/trac/downloads/1
# yum --enablerepo=qtp-CentOS install dovecot

If your QMT is running on a different distro/version, you'll need to
download the source rpm, then build and install the binary rpm for your
distro/version, e.g:

# cd /my/rpmbuild/SRPMS
# wgethttp://qtp.qmailtoaster.com/repos/SRPMS/dovecot-2.0.11-2.qtp.src.rpm
# rpmbuild --rebuild dovecot-*.src.rpm
# rpm -ivh ../RPMS/*86*/dovecot-*.rpm

That might not work exactly, but you get the idea.
=


/var/log/yum.log shows this dovecot version/package:

=
...
Mar 13 11:58:51 Installed: dovecot-1.0.7-8.el5_9.1.x86_64
Mar 14 14:55:09 Erased: dovecot
...
=

Checking the qtp.qmailtoaster.com link now...there seems to be an issue
with the site?  Is there a different server (that needs to be updated on
the wiki)?

I hope this is, otherwise, great news; that I can do the manual rebuild
successfully.  If there is an easier change for the CentOS REPO yum
install (replacing or editing configure files), is that info somewhere
here (in the mailing list)?  Or do you have a different strategy to
try?  I didn't see a Dovecot install option in the qtp-menu.  (Maybe I
missed something...?)

Thank you, again!

--

Thomas M. Jaeger



Sorry about QTP. Disk drive filled up. It's back now.

Looks like you have an incompatible version of dovecot all right.

I wouldn't bother building your own package.

You can go with the qtp version, but that's a little old.

I'd use the version here:
http://mirrors.qmailtoaster.com/testing/CentOS/5/x86_64/
I have this version running in production on COS6/i386 with no problems. 
It should be fine on COS5.


--
-Eric 'shubes'


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



Re: [qmailtoaster] Re: dovecot-2.0.17-2.qtp.x86_64.rpm

2013-10-20 Thread Aleksander Podsiadły
Dnia 2013-10-18, pią o godzinie 14:31 -0700, Eric Shubert pisze:
 I seem to recall that some people using dovecot have removed the
 courier 
 packages with no ill effects. I'm guessing that if this is so, then 
 they're not using the spambox feature (or maildrop). Can anyone
 confirm 
 this?
 
 I continue to learn more of the intricate details of this thing.
 
 Thanks for bringing this up, Aleksander!
 
 P.S. On a side note I have one Maildir 2G, which qmailadmin shows as 
 2G. I'm guessing from this that quotas 2G might not work (an int
 size 
 limit). Once again, qmailadmin could use a little fixing up.
 
 
On my server ther is no one .qmail file. Real users on mail server
(me :) ) not using real accounts for sending and receiving emails. Only
virtual on QMT. I'm not using maildrop or spambox.
I'm using scripts qtp-clean-spam and qtp-clean-trash.

I have on my QMT mail server 3 mail accounts with Maildir greater than 2
GiB. Qmailadmin show its size properly, e.g.:
du -s:
15775060.
QmailAdmin:
15236.67 / unlimited
 

-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel:+48 413737002
fax:+48 413737024
mail:   a...@mniow.pl
a...@mniow.eu
jid:a...@jabber.mniow.pl
gg: 9150578


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



[qmailtoaster] Re: dovecot-2.0.17-2.qtp.x86_64.rpm

2013-10-20 Thread Eric Shubert

On 10/20/2013 01:23 AM, Aleksander Podsiadły wrote:

Dnia 2013-10-18, pią o godzinie 14:31 -0700, Eric Shubert pisze:

I seem to recall that some people using dovecot have removed the
courier
packages with no ill effects. I'm guessing that if this is so, then
they're not using the spambox feature (or maildrop). Can anyone
confirm
this?

I continue to learn more of the intricate details of this thing.

Thanks for bringing this up, Aleksander!

P.S. On a side note I have one Maildir 2G, which qmailadmin shows as
2G. I'm guessing from this that quotas 2G might not work (an int
size
limit). Once again, qmailadmin could use a little fixing up.



On my server ther is no one .qmail file. Real users on mail server
(me :) ) not using real accounts for sending and receiving emails. Only
virtual on QMT. I'm not using maildrop or spambox.
I'm using scripts qtp-clean-spam and qtp-clean-trash.

I have on my QMT mail server 3 mail accounts with Maildir greater than 2
GiB. Qmailadmin show its size properly, e.g.:
du -s:
15775060.
QmailAdmin:
15236.67 / unlimited




Well that shoots that theory. ;)

I have one account (mine actually) with:
du -s:
10405652Maildir
Qmailadmin:
1320.27 /   unlimited

I'm not really concerned about it, and may chase down the problem some 
time. Too busy with COS6 upgrade at the moment. :)



On a related note the large unlimited mailboxes, having no maildirsize 
file, really bog down qmailadmin, since it needs to recalculate it all 
the time. I hope to change that at some point so that all Maildirs have 
a maildirsize file, even for unlimited accounts.



Thanks again Aleksander. I'm really glad to see that quotas appear to 
finally be working, as they were broken for years! I'll be sure to get 
the quota plugin included in the pending dovecot-toaster release.


--
-Eric 'shubes'


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



Re: [qmailtoaster] Re: dovecot-2.0.17-2.qtp.x86_64.rpm

2013-10-18 Thread Aleksander Podsiadły
Dnia 2013-10-17, czw o godzinie 09:53 -0700, Eric Shubert pisze:
 Just for the record, I don't see how it could possibly work without 
 dovecot's LDA. 

From wiki2.dovecot.org:
Dovecot supports VPopMail directly.
Dovecot implements the standard Maildir++ specification, so it's
compatible with Courier, maildrop, Exim, etc.
http://www.inter7.com/courierimap/README.maildirquota.html

So it works. :)


-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel:+48 413737002
fax:+48 413737024
mail:   a...@mniow.pl
a...@mniow.eu
jid:a...@jabber.mniow.pl
gg: 9150578


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



[qmailtoaster] Re: dovecot-2.0.17-2.qtp.x86_64.rpm

2013-10-18 Thread Eric Shubert

On 10/18/2013 12:01 AM, Aleksander Podsiadły wrote:

Dnia 2013-10-17, czw o godzinie 09:53 -0700, Eric Shubert pisze:

Just for the record, I don't see how it could possibly work without
dovecot's LDA.


 From wiki2.dovecot.org:
Dovecot supports VPopMail directly.
Dovecot implements the standard Maildir++ specification, so it's
compatible with Courier, maildrop, Exim, etc.
http://www.inter7.com/courierimap/README.maildirquota.html

So it works. :)




It does indeed appear to work now from the best I can tell, but I don't 
use quotas for the most part, so it's hard for me to determine.


After a little digging, I see that maildrop plays a role here, which I 
would expect. The /etc/maildrop/mailfilter script makes some delivery 
magic happen. Upon closer examination on one of my QMTs, I see that some 
accounts (mostly NOQUOTA ones) have .qmail files which invoke maildrop, 
but most accounts have no .qmail file at all, so (according to the 
dot-qmail man page) delivery is done according to 
/var/qmail/control/defaultdelivery, which QMT defaults as ./Maildir/. 
This is consistent with what I'm seeing in the maildrop.log file, as 
there are no maildrop delivery messages for these accounts with no 
.qmail file.


On a side note, it appears that the mailfilter script supports the 
spambox processing. It could be that I used to use that but no longer 
do. I'm wondering now if the mailfilter script is intended only for 
spambox accounts. This might be the case.


At the same time, all of the accounts with quotas defined do have what 
appears to be a fairly current maildirsize file in the Maildir 
directory, which based on the time stamps is being created by the 
delivery process. I'm not seeing where this happens, so I presume that 
qmail-local must be doing this, courtesy of the netqmail-maildir++ 
patch. I've not examined the code in this patch, but I'm willing to 
wager that it's there.


Also, I noticed that a few of the components in the mailfilter script 
(maildirmake and deliverquota) are part of courier-imap, so these (at 
least) will need to be included elsewhere (probably in maildrop-toaster) 
if/when courier is removed from QMT before dovecot's LDA is implemented 
(replacing maildrop-toaster). It might be just as well to include 
dovecot's LDA along with dovecot IMAP and POP3 though. I'll have to give 
that some thought.


I seem to recall that some people using dovecot have removed the courier 
packages with no ill effects. I'm guessing that if this is so, then 
they're not using the spambox feature (or maildrop). Can anyone confirm 
this?


I continue to learn more of the intricate details of this thing.

Thanks for bringing this up, Aleksander!

P.S. On a side note I have one Maildir 2G, which qmailadmin shows as 
2G. I'm guessing from this that quotas 2G might not work (an int size 
limit). Once again, qmailadmin could use a little fixing up.


--
-Eric 'shubes'


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



[qmailtoaster] Re: dovecot-2.0.17-2.qtp.x86_64.rpm

2013-10-17 Thread Eric Shubert

On 10/16/2013 10:57 PM, Aleksander Podsiadły wrote:

Dnia 2013-10-16, śro o godzinie 13:17 -0700, Eric Shubert pisze:

How does quota work for you? I didn't include that yet figuring it
may
have problems working with vdelivermail. I had anticipated
implementing
this with dovecot's LDA, which will be a future release.


Quota works for me. If I find problems I'll write about.



Please do.

Just for the record, I don't see how it could possibly work without 
dovecot's LDA. Wouldn't be the first time I've been wrong about 
something though. ;)


--
-Eric 'shubes'


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



[qmailtoaster] Re: dovecot-2.0.17-2.qtp.x86_64.rpm

2013-10-16 Thread Eric Shubert

On 10/16/2013 10:00 AM, Aleksander Podsiadły wrote:

I compiled source package, installed it and found that some
modifications should be done:
8-- dovecot.patch
diff -Naur org/local.conf new/local.conf
--- org/local.conf  2011-03-11 13:26:34.0 +0100
+++ new/local.conf  2013-10-16 18:23:46.0 +0200
@@ -1,7 +1,14 @@
  # Put your local dovecot configuration parameters here.

+mail_plugins = $mail_plugins quota
+
  protocol imap {
imap_client_workarounds = delay-newmail
+  mail_plugins = $mail_plugins imap_quota
+}
+
+protocol pop3 {
+  pop3_uidl_format = UID%u-%v
  }

  # This namespace can be used for people to dump their spam/ham into.
diff -Naur org/toaster.conf new/toaster.conf
--- org/toaster.conf2011-03-11 21:56:43.0 +0100
+++ new/toaster.conf2013-10-16 18:24:23.0 +0200
@@ -4,13 +4,14 @@
  auth_mechanisms = plain login digest-md5 cram-md5
  auth_username_format = %Lu
  first_valid_uid = 89
+first_valid_gid = 89
  log_path = /var/log/dovecot.log
  login_greeting = Dovecot toaster ready.
  namespace {
inbox = yes
location =
-  prefix =
-# prefix = INBOX.
+# prefix =
+  prefix = INBOX.
  # Use 'prefix = INBOX.' for Courier-IMAP compatible transparent
migration.
  # This forces all client apps to create subfolders underneath/within
  # the inbox instead of adjacent to it. It's not necessary to be that
way.
@@ -23,10 +24,14 @@
driver = vpopmail
  }
  plugin/quota = maildir
-protocols = imap
+protocols = imap pop3
  ssl_cert = /var/qmail/control/servercert.pem
  ssl_key = /var/qmail/control/servercert.pem
  userdb {
args = cache_key=%u quota_template=quota_rule=*:backend=%q
driver = vpopmail
  }
+plugin {
+  quota = maildir:ignore=Trash
+  quota_rule = ?:storage=0
+}
8-- EOT

Some years ago I migrated from old courier-imap to Dovecot, so for
me ,,INBOX.'' prefix is important. With your config file pop3 server is
not started and there is no quota.
My patch helps migration from old courier-imap or Dovecot 1.x to Dovecot
2.0.



Yes, this package does not include pop3. The official release will 
include pop3 (and remove qmail-pop3d).


How does quota work for you? I didn't include that yet figuring it may 
have problems working with vdelivermail. I had anticipated implementing 
this with dovecot's LDA, which will be a future release.


Also, I'm curious what sort of problems you experience with no INBOX. 
prefix. That setting is really lame to me, and I think it'd be best to 
omit it in the stock QMT configuration.


Thanks for your input, Aleksander.

--
-Eric 'shubes'


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



Re: [qmailtoaster] Re: dovecot-2.0.17-2.qtp.x86_64.rpm

2013-10-16 Thread Aleksander Podsiadły
Dnia 2013-10-16, śro o godzinie 13:17 -0700, Eric Shubert pisze:
 How does quota work for you? I didn't include that yet figuring it
 may 
 have problems working with vdelivermail. I had anticipated
 implementing 
 this with dovecot's LDA, which will be a future release. 

Quota works for me. If I find problems I'll write about.

-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel:+48 413737002
fax:+48 413737024
mail:   a...@mniow.pl
a...@mniow.eu
jid:a...@jabber.mniow.pl
gg: 9150578


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



[qmailtoaster] Re: Dovecot SSL question

2013-08-19 Thread Eric Shubert

On 08/19/2013 07:51 AM, Dan McAllister wrote:

By default, Outlook wants to copy Drafts and Sent Items to folders on
the root of the IMAP directory -- only QMT places those files /inside
/the Inbox folder.


I found this behavior extremely annoying, which is one of the factors 
that drove me to use dovecot.


The QTP (soon to be QMT) configuration for dovecot allows folders to be 
created at the root level, so your personal folders are no longer 
confined to the Inbox.


Note, when converting from Courier to Dovecot, any existing imap 
clients' namespace setting should probably be changed to  (nada) from 
Inbox.


I don't know if Courier can be configured this way (using the root/blank 
namespace) or not. It may be a courier dependency, or it may simply be 
the way Courier has been configured in QMT all along. I don't think it's 
worth spending any time attempting to tweak Courier at this point. You 
could probably have dovecot up and running in the time it'd take to 
figure this out with Courier.


Thanks.

--
-Eric 'shubes'


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



[qmailtoaster] Re: dovecot imap limit

2013-05-17 Thread Eric Shubert
I should probably get an updated dovecot package made for QMT. I'll put 
that on my list (if I can find my list). ;)


The only on-stock thing I can think of with the build for QMT is 
vpopmail support. Everything else is configuration. IIRC.


Thanks guys!

--
-Eric 'shubes'

On 05/17/2013 11:09 AM, Peter Peltonen wrote:

Hi,

On Fri, May 17, 2013 at 8:42 PM, Jon Myers myer...@alfredstate.edu wrote:

default_process_limit was set to 100.  So I upped that to 300.  I switched
to Dovecot on May 12th.  Since then, grep -i dropped dovecot.log | wc -l
shows 20 times.  None (yet) since upping that default to 300 though


What is the actual effect of dropped connections? The client just
tries to reconnect? Have you encountered some problems / user
complaints?


As for the IDLE, I'm guessing as cell phones roam (especially in and out of
houses/work, where you have WiFi) the client IP is changing, and then that
previous imap session just times out.  Pure guess there.


I'd buy that :)


I'd still like to be running a more recent version of dovecot tho.  Current
toaster is pushing for 2.0.17, which was released Jan 6th, 2012.  Two minor
versions have been released since then, which will also accounts for a pile
of bugfix revisions between.  Maybe I'll just throw it on there and see what
breaks.  =)  At least the new versions tell me the limits in the error
message.


I don't remember there being anything special about the qtp dovecot
package except for the custom configuration: if you configure it the
same way I think you should be fine. Try and let us know?

BR,
Peter





At 10:44 AM 5/17/2013, Peter wrote:


Hi,


On Thu, May 16, 2013 at 7:02 PM, Jon Myers myer...@alfredstate.edu
wrote:

Since I have switched to dovecot, I'm reaching limits...
May 16 11:28:09 master: Warning: service(imap-login): process_limit
reached,
client connections are being dropped
ps ax | grep dovecot | wc -l
200


What I have currently on one of my servers running Dovecot with 175
domains is:

   # ps ax | grep dovecot | wc -l
   139

I think the 100 is just a default limit and in Toaster Dovecot it is
higher. Type:

   # doveconf -a |less

and search for part service imap. At least what I have there:

   process_limit = 1024

Searching my logs (starting at the beginning of the year) I can see 15
warnings about client connections being dropped. But my users haven't
complained and I haven't experienced any problems myself...

How many such warnings do you see in your logs?



I'm also seeing alot of:
Info: Disconnected: Disconnected in IDLE bytes=102/1036
Info: Disconnected for inactivity bytes=94/497


I think this is normal behavior and nothing to worry about, I have
thousands of those info msgs in my log.



We've got maybe 200 email accounts, which I think is minimal, but we
have
alot of smartphones constantly checking mail.  Still, I dont think we
should
be reaching our limit of 100.  Being that I am seeing inactivity
disconnects
leads me to believe the clients arnt logging out properly.  So does
anyone
have a recommended setting for an idle timeout (if thats user
configurable)?


I think your limit should be higher than 100? If your are hitting the
limit, it should be just raised.

I think long idle times are normal. Reading the RFC:

http://tools.ietf.org/html/rfc2177

tells that the client should reissue its idle at least every 29
minutes to avoid being logged off. So if a device having a connection
for example is suspended, after 29 minutes of inactivity the idle
connection is dropped. Of course during this inactivity you see the
dovecot process in your list and this is probably why you see more
processes than you expect.

This is my interpretation of your situation, more experienced Dovecot
admins are free to express their views as well :)


Regards,
Peter

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




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



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







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



[qmailtoaster] Re: Dovecot and Squirrelmail Quota Check or Quota Usage Display

2012-10-08 Thread Eric Shubert

On 10/08/2012 07:39 AM, Aleksander Podsiadły wrote:

Dnia 2012-10-08, pon o godzinie 21:41 +0800, Edwin Casimero pisze:

The downside is that the built in quota usage display no longer works.


Check this config patch:
8-- dovecot_config-1.2.16.patch
--- dovecot.conf2011-02-02 19:24:52.0 +0100
+++ dovecot.conf.org2011-01-25 17:34:52.0 +0100
@@ -238,17 +238,15 @@
  # 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.
@@ -257,7 +255,6 @@
 # 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
@@ -274,7 +271,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 {
@@ -301,8 +298,6 @@
  # 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.
@@ -382,8 +377,6 @@
  # 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
@@ -391,8 +384,6 @@
  # 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.
@@ -572,8 +563,8 @@

# Support for dynamically loadable plugins. mail_plugins is a space 
separated
# list of plugins to load.
-  mail_plugins = quota imap_quota trash
-  mail_plugin_dir = /usr/lib64/dovecot/imap
+  #mail_plugins =
+  #mail_plugin_dir = /usr/lib/dovecot/imap

# IMAP logout format string:
#  %i - total number of bytes read from client
@@ -690,8 +681,8 @@

# Support for dynamically loadable plugins. mail_plugins is a space 
separated
# list of plugins to load.
-  mail_plugins = quota
-  mail_plugin_dir = /usr/lib64/dovecot/pop3
+  #mail_plugins =
+  #mail_plugin_dir = /usr/lib/dovecot/pop3

# Workarounds for various client bugs:
#   outlook-no-nuls:
@@ -917,7 +908,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]
  #
@@ -950,7 +941,7 @@
  #   args = session=yes %Ls
  #   args = cache_key=%u dovecot
  #args = dovecot
-  #}
+  }

# System users (NSS, /etc/passwd, or similiar)
# In many systems nowadays this uses Name Service Switch, which is
@@ -1004,13 +995,12 @@
#}

# vpopmail authentication doc/wiki/AuthDatabase.VPopMail.txt
-  passdb vpopmail {
+  #passdb vpopmail {
  # [cache_key=key] - See cache_key in PAM for explanation.
  # [quota_template=template] - %q expands to Maildir++ quota
  #   (eg. quota_template=quota_rule=*:backend=%q)
  #args =
-args = webmail=127.0.0.1
-  }
+  #}

#
# User database specifies where mails are located and what user/group IDs
@@ -1083,9 +1073,8 @@
#}

# vpopmail doc/wiki/AuthDatabase.VPopMail.txt
-  userdb vpopmail {
-#args = quota_template=quota_rule=*:backend=%q
-  }
+  #userdb vpopmail {
+  #}

# User to use for the process. This user needs access to only user and
# password databases, nothing else. Only shadow and pam authentication
@@ -1101,7 +1090,7 @@
#chroot =

# Number of authentication processes to create
-  count = 1
+  #count = 1

# Require a valid SSL client certificate or the authentication fails.
#ssl_require_client_cert = no
@@ -1201,8 +1190,7 @@
# Note that % needs to be escaped as %%, otherwise %  expands to empty.
 

Re: [qmailtoaster] Re: Dovecot and Squirrelmail Quota Check or Quota Usage Display

2012-10-08 Thread Edwin Casimero

On Monday, 08 October, 2012 11:10 PM, Eric Shubert wrote:

On 10/08/2012 07:39 AM, Aleksander Podsiadły wrote:

Dnia 2012-10-08, pon o godzinie 21:41 +0800, Edwin Casimero pisze:

The downside is that the built in quota usage display no longer works.


Check this config patch:
8-- dovecot_config-1.2.16.patch
--- dovecot.conf2011-02-02 19:24:52.0 +0100
+++ dovecot.conf.org2011-01-25 17:34:52.0 +0100
@@ -238,17 +238,15 @@
  # 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.
@@ -257,7 +255,6 @@
 # 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

@@ -274,7 +271,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 {
@@ -301,8 +298,6 @@
  # 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.

@@ -382,8 +377,6 @@
  # 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
@@ -391,8 +384,6 @@
  # 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.
@@ -572,8 +563,8 @@

# Support for dynamically loadable plugins. mail_plugins is a 
space separated

# list of plugins to load.
-  mail_plugins = quota imap_quota trash
-  mail_plugin_dir = /usr/lib64/dovecot/imap
+  #mail_plugins =
+  #mail_plugin_dir = /usr/lib/dovecot/imap

# IMAP logout format string:
#  %i - total number of bytes read from client
@@ -690,8 +681,8 @@

# Support for dynamically loadable plugins. mail_plugins is a 
space separated

# list of plugins to load.
-  mail_plugins = quota
-  mail_plugin_dir = /usr/lib64/dovecot/pop3
+  #mail_plugins =
+  #mail_plugin_dir = /usr/lib/dovecot/pop3

# Workarounds for various client bugs:
#   outlook-no-nuls:
@@ -917,7 +908,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]
  #
@@ -950,7 +941,7 @@
  #   args = session=yes %Ls
  #   args = cache_key=%u dovecot
  #args = dovecot
-  #}
+  }

# System users (NSS, /etc/passwd, or similiar)
# In many systems nowadays this uses Name Service Switch, which is
@@ -1004,13 +995,12 @@
#}

# vpopmail authentication doc/wiki/AuthDatabase.VPopMail.txt
-  passdb vpopmail {
+  #passdb vpopmail {
  # [cache_key=key] - See cache_key in PAM for explanation.
  # [quota_template=template] - %q expands to Maildir++ quota
  #   (eg. quota_template=quota_rule=*:backend=%q)
  #args =
-args = webmail=127.0.0.1
-  }
+  #}

#
# User database specifies where mails are located and what 
user/group IDs

@@ -1083,9 +1073,8 @@
#}

# vpopmail doc/wiki/AuthDatabase.VPopMail.txt
-  userdb vpopmail {
-#args = quota_template=quota_rule=*:backend=%q
-  }
+  #userdb vpopmail {
+  #}

# User to use for the process. This user needs access to only 
user and
# password databases, nothing else. Only shadow and pam 
authentication

@@ -1101,7 +1090,7 @@
#chroot =

# Number of authentication processes to create
-  count = 1
+  #count = 1

# Require a valid SSL client certificate or the authentication 
fails.

#ssl_require_client_cert = no
@@ 

[qmailtoaster] Re: Dovecot Issue

2012-08-22 Thread Eric Shubert

On 08/22/2012 10:11 AM, Domnick Eger wrote:

I noticed every 24 hours, dovecot doesn’t allow some users to login, I
have to manually restart the service. Ive checked the Dovecot Logs and I
get Jul 19 05:17:04 imap-login: Info: Disconnected (tried to use
disabled plaintext auth), but I have enabled plain text auth. As soon as
I restart everyone back to normal again.



3 things come to mind. First, dovecot should not allow passwords to be 
sent in clear text, so plaintext auth w/out TLS/SSL is not allowed. I 
don't recall off hand what the configuration parameter is which controls 
this, but I believe that it's set in the stock configuration.


Next, check to be sure that the time on the host is accurate and doesn't 
drift. This is particularly problematic on virtual QMT hosts.


Lastly, I experienced the same thing, and as a preventative measure did 
this (which starts dovecot if it's not running, every minute):


.) add the following to /etc/crontab:
# shubes 02/15/09 - restart dovecot if it stopped
*/1 * * * * root /usr/local/bin/monitor_dovecot

.) create executable script monitor_dovecot as follows:
#!/bin/sh
# check if dovecot's running, and start it if it's not
# shubes - 20090206 - created

service dovecot status /dev/null 21 || \
service dovecot start  /dev/null 21


--
-Eric 'shubes'




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



Re: [qmailtoaster] Re: Dovecot Issue

2012-08-22 Thread Domnick Eger
I am running this on XenServer I am betting it the time sync, Thanks for
the quick responce. Going to try your other solutions too.

On 8/22/12 4:49 PM, Eric Shubert e...@shubes.net wrote:

On 08/22/2012 10:11 AM, Domnick Eger wrote:
 I noticed every 24 hours, dovecot doesn¹t allow some users to login, I
 have to manually restart the service. Ive checked the Dovecot Logs and I
 get Jul 19 05:17:04 imap-login: Info: Disconnected (tried to use
 disabled plaintext auth), but I have enabled plain text auth. As soon as
 I restart everyone back to normal again.


3 things come to mind. First, dovecot should not allow passwords to be
sent in clear text, so plaintext auth w/out TLS/SSL is not allowed. I
don't recall off hand what the configuration parameter is which controls
this, but I believe that it's set in the stock configuration.

Next, check to be sure that the time on the host is accurate and doesn't
drift. This is particularly problematic on virtual QMT hosts.

Lastly, I experienced the same thing, and as a preventative measure did
this (which starts dovecot if it's not running, every minute):

.) add the following to /etc/crontab:
# shubes 02/15/09 - restart dovecot if it stopped
*/1 * * * * root /usr/local/bin/monitor_dovecot

.) create executable script monitor_dovecot as follows:
#!/bin/sh
# check if dovecot's running, and start it if it's not
# shubes - 20090206 - created

service dovecot status /dev/null 21 || \
service dovecot start  /dev/null 21


-- 
-Eric 'shubes'




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





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



Re: [qmailtoaster] Re: dovecot installation questions

2012-02-20 Thread Finn Buhelt

Hi Eric.

Just to wrap up my troubles regarding my 2 test/backupmailservers I've 
found the issue.


The password was missing/wrong in /home/vpopmail/etc/vpopmail.mysql
So after installing and re-installing many times - on 2 computers I am 
running Dovecot 2.0.18 just as fine as my production version 2.0.10.


Thanks,

Finn B

Den 14-02-2012 20:47, Eric Shubert skrev:

Just wanted to double check the versions against what I built dovecot
2.0.17 with, and it's 5.4.17 for vpopmail, so that's ok.

Thanks for the details. Everything sounds kosher to me.

Let's see what Rajesh comes up with, and we'll take it from there.

Thanks for testing!



-
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: dovecot installation questions

2012-02-20 Thread Eric Shubert

On 02/20/2012 03:40 PM, Finn Buhelt wrote:

Hi Eric.

Just to wrap up my troubles regarding my 2 test/backupmailservers I've
found the issue.

The password was missing/wrong in /home/vpopmail/etc/vpopmail.mysql
So after installing and re-installing many times - on 2 computers I am
running Dovecot 2.0.18 just as fine as my production version 2.0.10.



Thanks for the update, Finn. I presume that 2.0.17 is ok then as well.
Geeze, I can see it's going to be a little rough keeping up with dovecot 
releases. ;)


--
-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] Re: dovecot installation questions

2012-02-14 Thread Eric Shubert

Hey Finn,

Which versions are you running? (of vpopmail and dovecot in particular)

--
-Eric 'shubes'

On 02/14/2012 09:20 AM, Finn Buhelt wrote:

Hi Rajesh.

Just wonder if You managed to fix this issue ? I have same error
installing on a testsystem

Regards,
Finn B

Den 23-01-2012 16:38, Rajesh M skrev:

hi

i installed dovecot version 1 on one of my qmailtoaster boxes a few
months
ago and it worked successfully.

now i have a new box and tried to install dovecot version 2 using
qmailtoaster rpm

http://wiki.qmailtoaster.com/index.php/Replacing_Courier_IMAP_with_Dovecot_IMAP


i followed the instructions as per the above but with default
installation
i am a quite confused because there are so many config files

the config files are all different and i am not sure which options to use

i am getting error as such

telnet xxx.xxx.xxx.xxx 143 or port 110 gives error as below
[root@ns1 conf.d]# tail -f /var/log/dovecot.log
Jan 23 20:57:38 auth: Fatal: vpopmail: vauth_open() failed
Jan 23 20:57:38 master: Error: service(auth): command startup failed,
throttling

my questions

1) is there some place to get detailed instructions on the
installation or
if anybody is already using the standard installation successfully then
can you please post your config file and installation instructions

2) how better is dovecot pop3 and pop3 compared to normal pop3 of
qmailtoaster, are there any known issues ?

my qmail pop3 is working quite nicely but if dovecot is better then i
could try that.

thanks for all your help.

rajesh






-

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!




-
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: dovecot installation questions

2012-02-14 Thread Finn Buhelt

Hey Eric.

SORRY - for the lack of info's. (Dovcot 2.0.17  and Vpopmail-Toaster 5.4.17)

I have installed Qmailtoaster off the shelve from qmailtoaster.org 
(doing exactly as Jake in his video - just to be sure)- and Dovecot 
2.0.17 just like prescribed in the Wiki. Though I have been around some 
installations since the initial one  ranging from Dovecot-2.0.10 to 
2.2.x, - Rpm's, Yum's and compiling myself - same result whenever I try 
to connect to port 110 or 995 (error message as below in Rajesh' mail)  
- cannot start AUTH manually either.


As You may recall (:-) ) I answered Your email regarding Dovecot some 
time ago because I have been running Qmailtoaster and Dovecot quite some 
time now on my production system - back from Dovecot 1.0.7x and 
currently I'm running Dovecot-2.0.10 on Prod and it runs perfectly.


Now, as a test,  I have installed Centos 6.2 with KVM and installed 
Centos 5.7 in a Virtuel machine and it is in here I have the issue.


Mysql is running, I have used the Dovecot.conf from the Install and from 
my production system, I have qtp-restored all my settings from my 
current production system -  nothing  changes the error at all. 
(qmailtoaster runs fine)


Don't spend much of Your precious time on this now, but Your thoughts  
is appreciated

Cheers,
Finn



Den 14-02-2012 18:58, Eric Shubert skrev:

Hey Finn,

Which versions are you running? (of vpopmail and dovecot in particular)



On 02/14/2012 09:20 AM, Finn Buhelt wrote:
Hi Rajesh.

Just wonder if You managed to fix this issue ? I have same error
installing on a testsystem

Regards,
Finn B

Den 23-01-2012 16:38, Rajesh M skrev:
hi

i installed dovecot version 1 on one of my qmailtoaster boxes a few
months
ago and it worked successfully.

now i have a new box and tried to install dovecot version 2 using
qmailtoaster rpm

http://wiki.qmailtoaster.com/index.php/Replacing_Courier_IMAP_with_Dovecot_IMAP 




i followed the instructions as per the above but with default
installation
i am a quite confused because there are so many config files

the config files are all different and i am not sure which options to use

i am getting error as such

telnet xxx.xxx.xxx.xxx 143 or port 110 gives error as below
[root@ns1 conf.d]# tail -f /var/log/dovecot.log
Jan 23 20:57:38 auth: Fatal: vpopmail: vauth_open() failed
Jan 23 20:57:38 master: Error: service(auth): command startup failed,
throttling

my questions

1) is there some place to get detailed instructions on the
installation or
if anybody is already using the standard installation successfully then
can you please post your config file and installation instructions

2) how better is dovecot pop3 and pop3 compared to normal pop3 of
qmailtoaster, are there any known issues ?

my qmail pop3 is working quite nicely but if dovecot is better then i
could try that.

thanks for all your help.

rajesh






-
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: dovecot installation questions

2012-02-14 Thread Eric Shubert
Just wanted to double check the versions against what I built dovecot 
2.0.17 with, and it's 5.4.17 for vpopmail, so that's ok.


Thanks for the details. Everything sounds kosher to me.

Let's see what Rajesh comes up with, and we'll take it from there.

Thanks for testing!

--
-Eric 'shubes'


On 02/14/2012 12:31 PM, Finn Buhelt wrote:

Hey Eric.

SORRY - for the lack of info's. (Dovcot 2.0.17 and Vpopmail-Toaster 5.4.17)

I have installed Qmailtoaster off the shelve from qmailtoaster.org
(doing exactly as Jake in his video - just to be sure)- and Dovecot
2.0.17 just like prescribed in the Wiki. Though I have been around some
installations since the initial one ranging from Dovecot-2.0.10 to
2.2.x, - Rpm's, Yum's and compiling myself - same result whenever I try
to connect to port 110 or 995 (error message as below in Rajesh' mail) -
cannot start AUTH manually either.

As You may recall (:-) ) I answered Your email regarding Dovecot some
time ago because I have been running Qmailtoaster and Dovecot quite some
time now on my production system - back from Dovecot 1.0.7x and
currently I'm running Dovecot-2.0.10 on Prod and it runs perfectly.

Now, as a test, I have installed Centos 6.2 with KVM and installed
Centos 5.7 in a Virtuel machine and it is in here I have the issue.

Mysql is running, I have used the Dovecot.conf from the Install and from
my production system, I have qtp-restored all my settings from my
current production system - nothing changes the error at all.
(qmailtoaster runs fine)

Don't spend much of Your precious time on this now, but Your thoughts is
appreciated
Cheers,
Finn



Den 14-02-2012 18:58, Eric Shubert skrev:

Hey Finn,

Which versions are you running? (of vpopmail and dovecot in particular)



On 02/14/2012 09:20 AM, Finn Buhelt wrote:
Hi Rajesh.

Just wonder if You managed to fix this issue ? I have same error
installing on a testsystem

Regards,
Finn B

Den 23-01-2012 16:38, Rajesh M skrev:
hi

i installed dovecot version 1 on one of my qmailtoaster boxes a few
months
ago and it worked successfully.

now i have a new box and tried to install dovecot version 2 using
qmailtoaster rpm

http://wiki.qmailtoaster.com/index.php/Replacing_Courier_IMAP_with_Dovecot_IMAP



i followed the instructions as per the above but with default
installation
i am a quite confused because there are so many config files

the config files are all different and i am not sure which options to use

i am getting error as such

telnet xxx.xxx.xxx.xxx 143 or port 110 gives error as below
[root@ns1 conf.d]# tail -f /var/log/dovecot.log
Jan 23 20:57:38 auth: Fatal: vpopmail: vauth_open() failed
Jan 23 20:57:38 master: Error: service(auth): command startup failed,
throttling

my questions

1) is there some place to get detailed instructions on the
installation or
if anybody is already using the standard installation successfully then
can you please post your config file and installation instructions

2) how better is dovecot pop3 and pop3 compared to normal pop3 of
qmailtoaster, are there any known issues ?

my qmail pop3 is working quite nicely but if dovecot is better then i
could try that.

thanks for all your help.

rajesh


-

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!




-
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: Dovecot 2.0.x trouble

2012-02-06 Thread Eric Shubert

On 02/06/2012 12:06 AM, Martin Waschbüsch wrote:

Hi all,

in case anyone uses dovecot 2.0.16, the errata for the latest (2.0.17) say:

http://dovecot.org/releases/2.0/dovecot-2.0.17.tar.gz
http://dovecot.org/releases/2.0/dovecot-2.0.17.tar.gz.sig


Among other changes:

+ Proxying now supports sending SSL client certificate to server with
  ssl_client_cert/key settings.
+ doveadm dump: Added support for dumping dbox headers/metadata.
- Fixed memory leaks in login processes with SSL connections
- vpopmail support was broken in v2.0.16


Seeing as the last line concerns all of us - please update if you have any 
trouble!

Martin


I wonder if it became broken in 2.0.16, or if it was broken previous to 
that release. In any case, the memory leaks are a little unsettling.


I'll see if I can get 2.0.17 rolled into a QTP release soon.

Thanks Martin.

--
-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] Re: dovecot

2011-08-22 Thread Eric Shubert

On 08/22/2011 12:56 PM, mattias wrote:

i tried to install dovecot for qmail toaster on a centos 4 server
i not find it
i have the qmailtoaster-plus repo installed


I don't think we have a dovecot built for centos 4, only 5. You really 
should upgrade, as centos4's end of life is scheduled for 2/29/2012.


You might want to wait for QMT to be ready for centos 6 as long as 
you're upgrading. You should do a fresh install regardless of whether 
you upgrade to 5 or 6.


--
-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] Re: Dovecot installation

2011-07-19 Thread Eric Shubert

That's a mistake on my part. The pertinent directory is:
/var/qmail/supervise/
*not* /var/qmail/control/supervise/.

Would you care to make the correction on the wiki?
TIA.

--
-Eric 'shubes'

On 07/19/2011 07:20 AM, Jack Martin wrote:

I am building a new toaster and am opting for Dovecot.  I am using the
wiki for the directions.  I found this:
begin cut---
Dovecot POP3

In order to use dovecot for POP3 as well as IMAP, you need to stop the
qmail pop3 service, and configure dovecot to handle it.

# cd /var/qmail/control/supervise
# touch pop3/down pop3/log/down
# touch pop3-ssl/down pop3-ssl/log/down
# service qmail stop
# service qmail start

Then edit /etc/dovecot/toaster.conf, adding pop3 to the protocols parameter:

protocols = imap pop3

and restart dovecot:

# service dovecot restart

That should do it.

I haven't done this personally, so if someone can verify this, please
remove this line from the wiki once you've done so.

end cut---

The first step fails -  cd: /var/qmail/control/supervise: No such file or
directory.  My question is, where is the correct location, and should I
even change it to allow Dovecot to handle pop3?





-
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!




-
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: Dovecot installation

2011-07-19 Thread Jack Martin
Done - thank you!

 That's a mistake on my part. The pertinent directory is:
 /var/qmail/supervise/
 *not* /var/qmail/control/supervise/.

 Would you care to make the correction on the wiki?
 TIA.

 --
 -Eric 'shubes'

 On 07/19/2011 07:20 AM, Jack Martin wrote:
 I am building a new toaster and am opting for Dovecot.  I am using the
 wiki for the directions.  I found this:
 begin cut---
 Dovecot POP3

 In order to use dovecot for POP3 as well as IMAP, you need to stop the
 qmail pop3 service, and configure dovecot to handle it.

 # cd /var/qmail/control/supervise
 # touch pop3/down pop3/log/down
 # touch pop3-ssl/down pop3-ssl/log/down
 # service qmail stop
 # service qmail start

 Then edit /etc/dovecot/toaster.conf, adding pop3 to the protocols
 parameter:

 protocols = imap pop3

 and restart dovecot:

 # service dovecot restart

 That should do it.

 I haven't done this personally, so if someone can verify this, please
 remove this line from the wiki once you've done so.

 end cut---

 The first step fails -  cd: /var/qmail/control/supervise: No such file
 or
 directory.  My question is, where is the correct location, and should I
 even change it to allow Dovecot to handle pop3?





 -
 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!



 -
 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] Re: Dovecot allow_nets

2011-06-25 Thread Eric Shubert

On 06/24/2011 09:48 PM, Bharath Chari wrote:

Hi,

Has anyone used Dovecot allow_nets to restrict login by IP/subnet in
conjunction with QMT? Does qmail send IP information to Dovecot?

Bharath

-


I have not used this setting. I can't imagine why it wouldn't work with QMT.

I can say that dovecot operates pretty much independently of qmail. They 
could be run on separate hosts for the most part. The 'glue' that holds 
them together is vpopmail which is used for authentication, and also the 
data store (Maildirs). Other than that, dovecot doesn't really know 
anything about what else goes on.


HTH.

--
-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: Dovecot allow_nets

2011-06-25 Thread Bharath Chari

On 06/25/2011 07:10 PM, Eric Shubert wrote:

On 06/24/2011 09:48 PM, Bharath Chari wrote:

Hi,

Has anyone used Dovecot allow_nets to restrict login by IP/subnet in
conjunction with QMT? Does qmail send IP information to Dovecot?

Bharath

- 



I have not used this setting. I can't imagine why it wouldn't work 
with QMT.


I can say that dovecot operates pretty much independently of qmail. 
They could be run on separate hosts for the most part. The 'glue' that 
holds them together is vpopmail which is used for authentication, and 
also the data store (Maildirs). Other than that, dovecot doesn't 
really know anything about what else goes on.



Thanks Eric,

I meant vpopmail, sorry :). Was hoping someone else had already 
experimented. I'll take a look and report back.


Bharath


-
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: Dovecot Upgrade

2011-04-17 Thread Scott Hughes

On 4/16/11 12:15 PM, Scott Hughes wrote:

On 4/16/11 9:34 AM, Eric Shubert wrote:

On 04/16/2011 06:31 AM, Scott Hughes wrote:

Eric,

Are the manual Dovecot install instructions still available? I can't 
seem to locate them on the wiki.




Page History link in the left column of the page.

Okay - I have now configured a test VM with the latest QMT and the old 
manual dovecot 1.x.  I then upgraded the dovecot to the new RPM 
version of dovecot 2.0.  All went clean with no issues. I used the rpm 
stock dovecot.conf.  The only errors that I got (and they are minor) 
are upon start-up I get this:


Starting Dovecot Imap: doveconf: Warning: NOTE: You can get a new 
clean config file with: doveconf -n  dovecot-new.conf
doveconf: Warning: Obsolete setting in /etc/dovecot/toaster.conf:26: 
protocols=imaps is no longer necessary, remove it

Warning: Corrected permissions for login directory /var/run/dovecot/login

Tested by telneting to 143  993 and I was able to connect just fine.  
One thing I noticed is that when you telnet to 143 you get the dovecot 
banner.  When you telnet to 993 you do not.  Dovecot 1.x does the 
exact same thing.  Just something strange I noticed.


I have made some updates to the wiki (minor). Please check me on them 
and edit them if you see the need, or of course, a better way!


Thanks for your work Eric!

Thanks,
Scott

Okay - everyone stand back!  I'm getting ready to convert / upgrade my 
production server from the manual install of Dovecot 1.x to the latest 
and greatest RPM and Dovecot 2.x


*GULP!*

Scott



[qmailtoaster] Re: Dovecot Upgrade

2011-04-17 Thread Eric Shubert

On 04/17/2011 08:06 AM, Scott Hughes wrote:

On 4/17/11 9:32 AM, Scott Hughes wrote:


Okay - everyone stand back! I'm getting ready to convert / upgrade my
production server from the manual install of Dovecot 1.x to the latest
and greatest RPM and Dovecot 2.x

*GULP!*

Scott


I have now upgraded my production box to the RPM Dovecot (2.0.11)
version and all went smoothly. It actually seems faster on my client at
home (Thunderbird checking three mailboxes (different domains) on the
same server).

The conversion took about 5 minutes and the instructions on the wiki
were exactly on target.

Thanks,
Scott



Glad to hear this, Scott. Thanks.

--
-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: Dovecot Upgrade

2011-04-17 Thread Scott Hughes

On 4/17/11 10:09 AM, Eric Shubert wrote:

On 04/17/2011 08:06 AM, Scott Hughes wrote:

On 4/17/11 9:32 AM, Scott Hughes wrote:


Okay - everyone stand back! I'm getting ready to convert / upgrade my
production server from the manual install of Dovecot 1.x to the latest
and greatest RPM and Dovecot 2.x

*GULP!*

Scott


I have now upgraded my production box to the RPM Dovecot (2.0.11)
version and all went smoothly. It actually seems faster on my client at
home (Thunderbird checking three mailboxes (different domains) on the
same server).

The conversion took about 5 minutes and the instructions on the wiki
were exactly on target.

Thanks,
Scott



Glad to hear this, Scott. Thanks.

I figured you'd like a bit of feedback for all the work you put into the 
task.


My next step is to take the new machine (VM) I built yesterday and 
perform the replication (from Jake's video) so that we have two servers 
running about 10 minutes apart.  Nothing like a hot backup if one goes down!


I've tried this before and out of three times I've tried, only one has 
worked.  The bad news on that one time that worked is that the server 
and internet speed at the remote site was way too slow, so it caused 
issues and had to be terminiated.  The MySQL replication works perfectly 
every time.  It's the Unison part that failed the last two times.  Cross 
your fingers!


Thanks,
Scott



Re: [qmailtoaster] Re: Dovecot Upgrade

2011-04-16 Thread Scott Hughes
Eric,

Are the manual Dovecot install instructions still available? I can't seem to 
locate them on the wiki.

Thanks,
Scott



On Apr 14, 2011, at 7:27 PM, Eric Shubert e...@shubes.net wrote:

 On 04/14/2011 05:08 PM, Scott Hughes wrote:
 This message is intended for Eric and/or anyone that has upgraded from
 the manual install of Dovecot 1.x to the new install of Dovecot 2.x that
 Eric kindly worked out for us.
 
 My question is this: What are the chances of a blown upgrade following
 the new wiki instructions? Doing the make uninstall and them yum'ing the
 latest Dovecot version?
 
 I ask this because I just moved over a VERY important domain to our
 qmail server that has the Dovecot 1.x running on it right now.
 
 Thanks,
 Scott
 
 
 There's always a chance. I think it's pretty low though.
 
 Has anyone used those instructions yet?
 
 I think I'd install the rpm on a test host, copy the old configuration file 
 you used over there, run doveconf -n against it, and compare the result to 
 what the rpm is using. That should show you which configuration parameters 
 are different.
 
 Also read through the dovecot wiki page(s) regarding upgrades from the 
 version you're running to v2.x, and see if there's anything there that 
 applies to your installation.
 
 I think I didn't say anything explicitly about removing the supervise scripts 
 you created with the other install. You'll need to remove them as well.
 
 Oh, and you might want to update the wiki with anything you come across 
 that's missing or incorrect. ;)
 -- 
 -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] Re: Dovecot Upgrade

2011-04-16 Thread Eric Shubert

On 04/16/2011 06:31 AM, Scott Hughes wrote:

Eric,

Are the manual Dovecot install instructions still available? I can't seem to 
locate them on the wiki.



Page History link in the left column of the page.

--
-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: Dovecot Upgrade

2011-04-16 Thread Scott Hughes

On 4/16/11 9:34 AM, Eric Shubert wrote:

On 04/16/2011 06:31 AM, Scott Hughes wrote:

Eric,

Are the manual Dovecot install instructions still available? I can't 
seem to locate them on the wiki.




Page History link in the left column of the page.

Thanks Eric.  I have created a VM to test the upgrade from the manual 
Dovecot install to the newer yum install of Dovecot 2.x


Thanks,
Scott



Re: [qmailtoaster] Re: Dovecot Upgrade

2011-04-16 Thread Scott Hughes

On 4/16/11 9:34 AM, Eric Shubert wrote:

On 04/16/2011 06:31 AM, Scott Hughes wrote:

Eric,

Are the manual Dovecot install instructions still available? I can't 
seem to locate them on the wiki.




Page History link in the left column of the page.

Okay - I have now configured a test VM with the latest QMT and the old 
manual dovecot 1.x.  I then upgraded the dovecot to the new RPM version 
of dovecot 2.0.  All went clean with no issues. I used the rpm stock 
dovecot.conf.  The only errors that I got (and they are minor) are upon 
start-up I get this:


Starting Dovecot Imap: doveconf: Warning: NOTE: You can get a new clean 
config file with: doveconf -n  dovecot-new.conf
doveconf: Warning: Obsolete setting in /etc/dovecot/toaster.conf:26: 
protocols=imaps is no longer necessary, remove it

Warning: Corrected permissions for login directory /var/run/dovecot/login

Tested by telneting to 143  993 and I was able to connect just fine.  
One thing I noticed is that when you telnet to 143 you get the dovecot 
banner.  When you telnet to 993 you do not.  Dovecot 1.x does the exact 
same thing.  Just something strange I noticed.


I have made some updates to the wiki (minor). Please check me on them 
and edit them if you see the need, or of course, a better way!


Thanks for your work Eric!

Thanks,
Scott



[qmailtoaster] Re: Dovecot Upgrade

2011-04-16 Thread Eric Shubert

On 04/16/2011 10:15 AM, Scott Hughes wrote:

Okay - I have now configured a test VM with the latest QMT and the old
manual dovecot 1.x. I then upgraded the dovecot to the new RPM version
of dovecot 2.0. All went clean with no issues. I used the rpm stock
dovecot.conf. The only errors that I got (and they are minor) are upon
start-up I get this:

Starting Dovecot Imap: doveconf: Warning: NOTE: You can get a new clean
config file with: doveconf -n  dovecot-new.conf
doveconf: Warning: Obsolete setting in /etc/dovecot/toaster.conf:26:
protocols=imaps is no longer necessary, remove it


I don't have this in mine. I don't recall removing it, but perhaps I 
did. I'll try to look into this at some point. I don't think it's worth 
rolling a new rpm to fix though.



Warning: Corrected permissions for login directory /var/run/dovecot/login



Tested by telneting to 143  993 and I was able to connect just fine.
One thing I noticed is that when you telnet to 143 you get the dovecot
banner. When you telnet to 993 you do not. Dovecot 1.x does the exact
same thing. Just something strange I noticed.

I have made some updates to the wiki (minor). Please check me on them
and edit them if you see the need, or of course, a better way!


Looks fine. FWIW, if you touch down to create a file named down in the 
run directory for a service, then supervise will not start that service. 
Just another way to keep a supervise'd service from running.



Thanks for your work Eric!


Welcome. Thanks for the due diligence. :)


Thanks,
Scott




--
-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: Dovecot Upgrade

2011-04-16 Thread Scott Hughes

On 4/16/11 12:37 PM, Eric Shubert wrote:

On 04/16/2011 10:15 AM, Scott Hughes wrote:

Okay - I have now configured a test VM with the latest QMT and the old
manual dovecot 1.x. I then upgraded the dovecot to the new RPM version
of dovecot 2.0. All went clean with no issues. I used the rpm stock
dovecot.conf. The only errors that I got (and they are minor) are upon
start-up I get this:

Starting Dovecot Imap: doveconf: Warning: NOTE: You can get a new clean
config file with: doveconf -n  dovecot-new.conf
doveconf: Warning: Obsolete setting in /etc/dovecot/toaster.conf:26:
protocols=imaps is no longer necessary, remove it


I don't have this in mine. I don't recall removing it, but perhaps I 
did. I'll try to look into this at some point. I don't think it's 
worth rolling a new rpm to fix though.

The imaps line is in toaster.conf, line 26. It currently reads:

protocols = imap imaps

I agree that it is not worth re-rolling the RPM to take care of it.  
I've just removed it from mine. After that I restarted Dovecot and had 
no errors in the log file.


Warning: Corrected permissions for login directory 
/var/run/dovecot/login



Tested by telneting to 143  993 and I was able to connect just fine.
One thing I noticed is that when you telnet to 143 you get the dovecot
banner. When you telnet to 993 you do not. Dovecot 1.x does the exact
same thing. Just something strange I noticed.

I have made some updates to the wiki (minor). Please check me on them
and edit them if you see the need, or of course, a better way!


Looks fine. FWIW, if you touch down to create a file named down in 
the run directory for a service, then supervise will not start that 
service. Just another way to keep a supervise'd service from running.



Thanks for your work Eric!


Welcome. Thanks for the due diligence. :)


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] Re: Dovecot Upgrade

2011-04-14 Thread Eric Shubert

On 04/14/2011 05:08 PM, Scott Hughes wrote:

This message is intended for Eric and/or anyone that has upgraded from
the manual install of Dovecot 1.x to the new install of Dovecot 2.x that
Eric kindly worked out for us.

My question is this: What are the chances of a blown upgrade following
the new wiki instructions? Doing the make uninstall and them yum'ing the
latest Dovecot version?

I ask this because I just moved over a VERY important domain to our
qmail server that has the Dovecot 1.x running on it right now.

Thanks,
Scott



There's always a chance. I think it's pretty low though.

Has anyone used those instructions yet?

I think I'd install the rpm on a test host, copy the old configuration 
file you used over there, run doveconf -n against it, and compare the 
result to what the rpm is using. That should show you which 
configuration parameters are different.


Also read through the dovecot wiki page(s) regarding upgrades from the 
version you're running to v2.x, and see if there's anything there that 
applies to your installation.


I think I didn't say anything explicitly about removing the supervise 
scripts you created with the other install. You'll need to remove them 
as well.


Oh, and you might want to update the wiki with anything you come across 
that's missing or incorrect. ;)

--
-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] Re: Dovecot

2011-04-13 Thread Eric Shubert

What do you have in your dovecot configuration?
(post doveconf -n result)

You should have the following for your inbox namespace
namespace {
  inbox = yes
  location =
  prefix =
  separator = .
  type = private
}

The prefix parameter is the key here, and should be blank.

You also need to have your client configured accordingly. In TBird, 
you'll find this under Server Settings-Advanced in Account 
Configuration. For SquirrelMail, you should have this in your 
config_local.php:

$default_folder_prefix= '';

Similar setting for other clients.

That should do it for you.

--
-Eric 'shubes'

On 04/13/2011 11:18 AM, Jens Galsgaard wrote:

Hi Scott,

Maybe this can help: http://www.dovecot.org/list/dovecot/2010-March/047954.html
Talks about dovecot namespace and migration from courier.

//Jens

-Original Message-
From: Scott Hughes [mailto:sc...@renshawauto.net]
Sent: 13. april 2011 20:14
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Dovecot

Is there a way to change the way that Dovecot handles the folders? Currently 
all folders are children of the Inbox. I want them to be equals of the Inbox.

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 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!




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

2011-04-13 Thread Scott Hughes
I do not have a doveconf on my system. I am still on the old 1.x version
of Dovecot.

Thanks,
Scott

-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Wednesday, April 13, 2011 1:36 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot

What do you have in your dovecot configuration?
(post doveconf -n result)

You should have the following for your inbox namespace
namespace {
   inbox = yes
   location =
   prefix =
   separator = .
   type = private
}

The prefix parameter is the key here, and should be blank.

You also need to have your client configured accordingly. In TBird, 
you'll find this under Server Settings-Advanced in Account 
Configuration. For SquirrelMail, you should have this in your 
config_local.php:
$default_folder_prefix= '';

Similar setting for other clients.

That should do it for you.

-- 
-Eric 'shubes'

On 04/13/2011 11:18 AM, Jens Galsgaard wrote:
 Hi Scott,

 Maybe this can help:
http://www.dovecot.org/list/dovecot/2010-March/047954.html
 Talks about dovecot namespace and migration from courier.

 //Jens

 -Original Message-
 From: Scott Hughes [mailto:sc...@renshawauto.net]
 Sent: 13. april 2011 20:14
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Dovecot

 Is there a way to change the way that Dovecot handles the folders?
Currently all folders are children of the Inbox. I want them to be equals of
the Inbox.

 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 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!




-
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] Re: Dovecot

2011-04-13 Thread Eric Shubert

The rest all applies to v1.x as well.
--
-Eric 'shubes'

On 04/13/2011 12:10 PM, Scott Hughes wrote:

I do not have a doveconf on my system. I am still on the old 1.x version
of Dovecot.

Thanks,
Scott

-Original Message-
From: Eric Shubert [mailto:e...@shubes.net]
Sent: Wednesday, April 13, 2011 1:36 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot

What do you have in your dovecot configuration?
(post doveconf -n result)

You should have the following for your inbox namespace
namespace {
inbox = yes
location =
prefix =
separator = .
type = private
}

The prefix parameter is the key here, and should be blank.

You also need to have your client configured accordingly. In TBird,
you'll find this under Server Settings-Advanced in Account
Configuration. For SquirrelMail, you should have this in your
config_local.php:
$default_folder_prefix= '';

Similar setting for other clients.

That should do it for you.





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

2011-04-13 Thread Scott Hughes
Here is a bit from my dovecot.conf file. If I understand correctly I should
REMOVE the prefix = INBOX and just leave prefix =.  Correct?


##
## Mailbox locations and namespaces
##
mail_location = maildir:~/Maildir
namespace private {

separator = .
prefix = INBOX.
inbox = yes

}


Thanks,
Scott


-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Wednesday, April 13, 2011 2:21 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot

The rest all applies to v1.x as well.
-- 
-Eric 'shubes'

On 04/13/2011 12:10 PM, Scott Hughes wrote:
 I do not have a doveconf on my system. I am still on the old 1.x version
 of Dovecot.

 Thanks,
 Scott

 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net]
 Sent: Wednesday, April 13, 2011 1:36 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: Dovecot

 What do you have in your dovecot configuration?
 (post doveconf -n result)

 You should have the following for your inbox namespace
 namespace {
 inbox = yes
 location =
 prefix =
 separator = .
 type = private
 }

 The prefix parameter is the key here, and should be blank.

 You also need to have your client configured accordingly. In TBird,
 you'll find this under Server Settings-Advanced in Account
 Configuration. For SquirrelMail, you should have this in your
 config_local.php:
 $default_folder_prefix= '';

 Similar setting for other clients.

 That should do it for you.





-
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] Re: Dovecot

2011-04-13 Thread Eric Shubert

On 04/13/2011 12:28 PM, Scott Hughes wrote:

Here is a bit from my dovecot.conf file. If I understand correctly I should
REMOVE the prefix = INBOX and just leave prefix =.  Correct?


##
## Mailbox locations and namespaces
##
mail_location = maildir:~/Maildir
namespace private {

 separator = .
 prefix = INBOX.
 inbox = yes

}


Thanks,
Scott


-Original Message-
From: Eric Shubert [mailto:e...@shubes.net]
Sent: Wednesday, April 13, 2011 2:21 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot

The rest all applies to v1.x as well.


Right.

You may need to adjust your client programs as well, depending on how 
they're configured already.


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

2011-04-13 Thread Scott Hughes
Thanks Eric. That seems to have helped the issue.

Thanks,
Scott


-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Wednesday, April 13, 2011 2:32 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot

On 04/13/2011 12:28 PM, Scott Hughes wrote:
 Here is a bit from my dovecot.conf file. If I understand correctly I
should
 REMOVE the prefix = INBOX and just leave prefix =.  Correct?


 ##
 ## Mailbox locations and namespaces
 ##
 mail_location = maildir:~/Maildir
 namespace private {

  separator = .
  prefix = INBOX.
  inbox = yes

 }


 Thanks,
 Scott


 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net]
 Sent: Wednesday, April 13, 2011 2:21 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: Dovecot

 The rest all applies to v1.x as well.

Right.

You may need to adjust your client programs as well, depending on how 
they're configured already.

-- 
-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] Re: Dovecot 2.0.11 rpms for QMT available

2011-03-29 Thread Eric Shubert
Thanks, Michael. I've added a reference to this on the QTP wiki under 
the Utilities section.


Just so people know, fetchmail supports IMAP as well, and can be used to 
do several of the things these scripts do. Fetchmail is pretty versatile.


--
-Eric 'shubes'

On 03/28/2011 05:20 PM, Michael J. Colvin wrote:

Just the one I recommended to Scott...  I've used it a couple times to
migrate users from one server to another, usually from a server I don't
control to one I do...when acquiring new users from another ISP...

But, it's also good for migrating from non-qmail servers where filesystems,
etc are different...

There's one other that I use that does single accounts. I use this when
someone moves to our service and wants to pull their existing mail from
another provider and maintain the folder structure...

Since both of these work by basically logging in via IMAP and pulling the
mail, it seems to work pretty reliably, although it's been a while since
I've needed to use them for moving people.  Seems most people don't use
their ISP mail anymore, preferring to use Gmail or something.  But, I do
find it useful for pulling hosting customer's mail...

But, if you look through that page, you might find some that you can think
of that may be useful for other people/other implementations of QMT.  There
are scripts to sync accounts, moving from maildir and Mbox to IMAP,
etc...Although I've never used them.  The creator of the scripts is/was very
helpful.  I had an issue with one of the scritps, e-mailed him, and we went
back/forth for a few day with him making changes, and me testing until it
worked...  I was kind of surprised.  :-)

http://www.athensfbc.com/imap_tools

Mike


-Original Message-
From: Eric Shubert [mailto:e...@shubes.net]
Sent: Monday, March 28, 2011 4:59 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

On 03/28/2011 04:51 PM, Michael J. Colvin wrote:

No problem.  Let me know.  I like to keep track of scripts that I use to

see

if they work for others too.

Mike


Mike,

Are there any you have of know of which would be appropriate additions
to QTP?





-
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: Dovecot 2.0.11 rpms for QMT available

2011-03-28 Thread Michael J. Colvin
So Scott...  Did you use any of these scripts?  Did they work?

Mike

-Original Message-
From: Scott Hughes [mailto:sonicscott9...@gmail.com] 
Sent: Wednesday, March 23, 2011 9:10 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

Thanks!!




On Mar 23, 2011, at 10:37 AM, Michael J. Colvin mcol...@norcalisp.com
wrote:

 Take a look at migrateIMAP.pl.  You can find it here:
 http://www.athensfbc.com/imap_tools/, not to mention a lot of other IMAP
 tools.
 
 I've used this specific script to migrate users from a competitors mail
 servers to mine when moving a virtual ISP.  Worked like a charm.  That
time,
 I ran it on my server and pulled the mail, folders and read status over.
 The customer's never knew they moved...
 
 I've used it to move from one server to another on the same network too.
 
 Mike
 
 -Original Message-
 From: Scott Hughes [mailto:sonicscott9...@gmail.com] 
 Sent: Wednesday, March 23, 2011 4:07 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available
 
 Yes, they both support imap.
 
 
 
 
 On Mar 22, 2011, at 8:07 PM, Michael J. Colvin mcol...@norcalisp.com
 wrote:
 
 Scott:
 
 I may have missed what you are trying to do, but I think you're trying to
 move actual mail folder content from one server to another, one being a
 QMT
 and one Modus.  Is that right?
 
 If so, do they both support IMAP?
 
 Mike
 
 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net] 
 Sent: Tuesday, March 22, 2011 4:48 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available
 
 To run rsync on windoze, you can install cygwin, and then rsync for 
 cygwin. This would only work with maildir mailboxes.
 
 No telling what dovecot would do with that junk once it got into the 
 maildirs on QMT. You might still have a problem there.
 
 I'd lean toward fetchmail. Fetchmail will retrieve messages via pop3 or 
 imap, and pass them on to qmail-smtpd for scanning and delivery. It's 
 really pretty easy to set up.
 
 Here's a sample /root/.fetchmailrc (config) file:
 [root@tacs-wan ~]# cat .fetchmailrc
 # These are global options
 set no bouncemail
 set postmaster postmas...@mydomain.com
 set syslog
 
 # These are server/user options
 poll remote.domain.com \
  protocol pop3 \
  timeout 120
 username myuser there \
  is myu...@mydomain.com here \
  antispam 554 \
  fetchall \
  password mypass \
  smtphost localhost \
  ssl \
  sslcertck
 
 We should have a wiki page on using fetchmail, if we don't already. It's 
 really pretty versatile.
 -- 
 -Eric 'shubes'
 
 On 03/22/2011 02:43 PM, Scott Hughes wrote:
 My old email is a windows based server called ModusMail by a company
 called
 Vircom.  In looking at rsync, I'm not sure if it would work or not.
 
 I can't seem to find and RFCs on the IMAP flags. Strange.
 
 Thanks,
 Scott
 
 
 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net]
 Sent: Tuesday, March 22, 2011 4:33 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available
 
 rsync would probably be simplest if your old server was using maildir
 format. Good for doing preliminary runs too before cutting over, so
 there's not much mail to migrate after the change.
 
 Otherwise, I think I'd try fetchmail.
 
 
 
 
 


 -
 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 is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need

Re: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

2011-03-28 Thread Scott Hughes
The HDD on my laptop died an ugly death mid last week, so I've had to take care 
of that first. I hope to be back into this by mid to late this week. Thanks for 
again for the link and for checking back!

Scott



On Mar 28, 2011, at 4:44 PM, Michael J. Colvin mcol...@norcalisp.com wrote:

 So Scott...  Did you use any of these scripts?  Did they work?
 
 Mike
 
 -Original Message-
 From: Scott Hughes [mailto:sonicscott9...@gmail.com] 
 Sent: Wednesday, March 23, 2011 9:10 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available
 
 Thanks!!
 
 
 
 
 On Mar 23, 2011, at 10:37 AM, Michael J. Colvin mcol...@norcalisp.com
 wrote:
 
 Take a look at migrateIMAP.pl.  You can find it here:
 http://www.athensfbc.com/imap_tools/, not to mention a lot of other IMAP
 tools.
 
 I've used this specific script to migrate users from a competitors mail
 servers to mine when moving a virtual ISP.  Worked like a charm.  That
 time,
 I ran it on my server and pulled the mail, folders and read status over.
 The customer's never knew they moved...
 
 I've used it to move from one server to another on the same network too.
 
 Mike
 
 -Original Message-
 From: Scott Hughes [mailto:sonicscott9...@gmail.com] 
 Sent: Wednesday, March 23, 2011 4:07 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available
 
 Yes, they both support imap.
 
 
 
 
 On Mar 22, 2011, at 8:07 PM, Michael J. Colvin mcol...@norcalisp.com
 wrote:
 
 Scott:
 
 I may have missed what you are trying to do, but I think you're trying to
 move actual mail folder content from one server to another, one being a
 QMT
 and one Modus.  Is that right?
 
 If so, do they both support IMAP?
 
 Mike
 
 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net] 
 Sent: Tuesday, March 22, 2011 4:48 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available
 
 To run rsync on windoze, you can install cygwin, and then rsync for 
 cygwin. This would only work with maildir mailboxes.
 
 No telling what dovecot would do with that junk once it got into the 
 maildirs on QMT. You might still have a problem there.
 
 I'd lean toward fetchmail. Fetchmail will retrieve messages via pop3 or 
 imap, and pass them on to qmail-smtpd for scanning and delivery. It's 
 really pretty easy to set up.
 
 Here's a sample /root/.fetchmailrc (config) file:
 [root@tacs-wan ~]# cat .fetchmailrc
 # These are global options
 set no bouncemail
 set postmaster postmas...@mydomain.com
 set syslog
 
 # These are server/user options
 poll remote.domain.com \
 protocol pop3 \
 timeout 120
 username myuser there \
 is myu...@mydomain.com here \
 antispam 554 \
 fetchall \
 password mypass \
 smtphost localhost \
 ssl \
 sslcertck
 
 We should have a wiki page on using fetchmail, if we don't already. It's 
 really pretty versatile.
 -- 
 -Eric 'shubes'
 
 On 03/22/2011 02:43 PM, Scott Hughes wrote:
 My old email is a windows based server called ModusMail by a company
 called
 Vircom.  In looking at rsync, I'm not sure if it would work or not.
 
 I can't seem to find and RFCs on the IMAP flags. Strange.
 
 Thanks,
 Scott
 
 
 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net]
 Sent: Tuesday, March 22, 2011 4:33 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available
 
 rsync would probably be simplest if your old server was using maildir
 format. Good for doing preliminary runs too before cutting over, so
 there's not much mail to migrate after the change.
 
 Otherwise, I think I'd try fetchmail.
 
 
 
 
 
 
 
 -
 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

RE: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

2011-03-28 Thread Michael J. Colvin
No problem.  Let me know.  I like to keep track of scripts that I use to see
if they work for others too.

Mike

-Original Message-
From: Scott Hughes [mailto:sonicscott9...@gmail.com] 
Sent: Monday, March 28, 2011 4:28 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

The HDD on my laptop died an ugly death mid last week, so I've had to take
care of that first. I hope to be back into this by mid to late this week.
Thanks for again for the link and for checking back!

Scott



On Mar 28, 2011, at 4:44 PM, Michael J. Colvin mcol...@norcalisp.com
wrote:

 So Scott...  Did you use any of these scripts?  Did they work?
 
 Mike
 
 -Original Message-
 From: Scott Hughes [mailto:sonicscott9...@gmail.com] 
 Sent: Wednesday, March 23, 2011 9:10 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available
 
 Thanks!!
 
 
 
 
 On Mar 23, 2011, at 10:37 AM, Michael J. Colvin mcol...@norcalisp.com
 wrote:
 
 Take a look at migrateIMAP.pl.  You can find it here:
 http://www.athensfbc.com/imap_tools/, not to mention a lot of other IMAP
 tools.
 
 I've used this specific script to migrate users from a competitors mail
 servers to mine when moving a virtual ISP.  Worked like a charm.  That
 time,
 I ran it on my server and pulled the mail, folders and read status
over.
 The customer's never knew they moved...
 
 I've used it to move from one server to another on the same network too.
 
 Mike
 
 -Original Message-
 From: Scott Hughes [mailto:sonicscott9...@gmail.com] 
 Sent: Wednesday, March 23, 2011 4:07 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available
 
 Yes, they both support imap.
 
 
 
 
 On Mar 22, 2011, at 8:07 PM, Michael J. Colvin mcol...@norcalisp.com
 wrote:
 
 Scott:
 
 I may have missed what you are trying to do, but I think you're trying
to
 move actual mail folder content from one server to another, one being a
 QMT
 and one Modus.  Is that right?
 
 If so, do they both support IMAP?
 
 Mike
 
 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net] 
 Sent: Tuesday, March 22, 2011 4:48 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available
 
 To run rsync on windoze, you can install cygwin, and then rsync for 
 cygwin. This would only work with maildir mailboxes.
 
 No telling what dovecot would do with that junk once it got into the 
 maildirs on QMT. You might still have a problem there.
 
 I'd lean toward fetchmail. Fetchmail will retrieve messages via pop3 or 
 imap, and pass them on to qmail-smtpd for scanning and delivery. It's 
 really pretty easy to set up.
 
 Here's a sample /root/.fetchmailrc (config) file:
 [root@tacs-wan ~]# cat .fetchmailrc
 # These are global options
 set no bouncemail
 set postmaster postmas...@mydomain.com
 set syslog
 
 # These are server/user options
 poll remote.domain.com \
 protocol pop3 \
 timeout 120
 username myuser there \
 is myu...@mydomain.com here \
 antispam 554 \
 fetchall \
 password mypass \
 smtphost localhost \
 ssl \
 sslcertck
 
 We should have a wiki page on using fetchmail, if we don't already. It's

 really pretty versatile.
 -- 
 -Eric 'shubes'
 
 On 03/22/2011 02:43 PM, Scott Hughes wrote:
 My old email is a windows based server called ModusMail by a company
 called
 Vircom.  In looking at rsync, I'm not sure if it would work or not.
 
 I can't seem to find and RFCs on the IMAP flags. Strange.
 
 Thanks,
 Scott
 
 
 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net]
 Sent: Tuesday, March 22, 2011 4:33 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available
 
 rsync would probably be simplest if your old server was using maildir
 format. Good for doing preliminary runs too before cutting over, so
 there's not much mail to migrate after the change.
 
 Otherwise, I think I'd try fetchmail.
 
 
 
 
 
 


 -
 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

[qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

2011-03-28 Thread Eric Shubert

On 03/28/2011 04:51 PM, Michael J. Colvin wrote:

No problem.  Let me know.  I like to keep track of scripts that I use to see
if they work for others too.

Mike


Mike,

Are there any you have of know of which would be appropriate additions 
to QTP?


--
-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] Re: Dovecot 2.0.11 rpms for QMT available

2011-03-28 Thread Eric Shubert

On 03/28/2011 04:27 PM, Scott Hughes wrote:

The HDD on my laptop died an ugly death mid last week, so I've had to take care 
of that first. I hope to be back into this by mid to late this week. Thanks for 
again for the link and for checking back!

Scott




When will they ever put 2 drives (for SW raid-1) on laptops?
A: perhaps never. :(
(Ok, I'm ready for someone to chime in with an example of one)
Raid-1 is one of the advantages of a desktop computer I suppose, but I'm 
not switching from my laptop/dock. ;)

--
-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: Dovecot 2.0.11 rpms for QMT available

2011-03-28 Thread Michael J. Colvin
Just the one I recommended to Scott...  I've used it a couple times to
migrate users from one server to another, usually from a server I don't
control to one I do...when acquiring new users from another ISP...

But, it's also good for migrating from non-qmail servers where filesystems,
etc are different...  

There's one other that I use that does single accounts. I use this when
someone moves to our service and wants to pull their existing mail from
another provider and maintain the folder structure...

Since both of these work by basically logging in via IMAP and pulling the
mail, it seems to work pretty reliably, although it's been a while since
I've needed to use them for moving people.  Seems most people don't use
their ISP mail anymore, preferring to use Gmail or something.  But, I do
find it useful for pulling hosting customer's mail...

But, if you look through that page, you might find some that you can think
of that may be useful for other people/other implementations of QMT.  There
are scripts to sync accounts, moving from maildir and Mbox to IMAP,
etc...Although I've never used them.  The creator of the scripts is/was very
helpful.  I had an issue with one of the scritps, e-mailed him, and we went
back/forth for a few day with him making changes, and me testing until it
worked...  I was kind of surprised.  :-)

http://www.athensfbc.com/imap_tools

Mike


-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Monday, March 28, 2011 4:59 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

On 03/28/2011 04:51 PM, Michael J. Colvin wrote:
 No problem.  Let me know.  I like to keep track of scripts that I use to
see
 if they work for others too.

 Mike

Mike,

Are there any you have of know of which would be appropriate additions 
to QTP?

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




Re: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

2011-03-23 Thread Scott Hughes
Yes, they both support imap.




On Mar 22, 2011, at 8:07 PM, Michael J. Colvin mcol...@norcalisp.com wrote:

 Scott:
 
 I may have missed what you are trying to do, but I think you're trying to
 move actual mail folder content from one server to another, one being a QMT
 and one Modus.  Is that right?
 
 If so, do they both support IMAP?
 
 Mike
 
 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net] 
 Sent: Tuesday, March 22, 2011 4:48 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available
 
 To run rsync on windoze, you can install cygwin, and then rsync for 
 cygwin. This would only work with maildir mailboxes.
 
 No telling what dovecot would do with that junk once it got into the 
 maildirs on QMT. You might still have a problem there.
 
 I'd lean toward fetchmail. Fetchmail will retrieve messages via pop3 or 
 imap, and pass them on to qmail-smtpd for scanning and delivery. It's 
 really pretty easy to set up.
 
 Here's a sample /root/.fetchmailrc (config) file:
 [root@tacs-wan ~]# cat .fetchmailrc
 # These are global options
 set no bouncemail
 set postmaster postmas...@mydomain.com
 set syslog
 
 # These are server/user options
 poll remote.domain.com \
   protocol pop3 \
   timeout 120
 username myuser there \
   is myu...@mydomain.com here \
   antispam 554 \
   fetchall \
   password mypass \
   smtphost localhost \
   ssl \
   sslcertck
 
 We should have a wiki page on using fetchmail, if we don't already. It's 
 really pretty versatile.
 -- 
 -Eric 'shubes'
 
 On 03/22/2011 02:43 PM, Scott Hughes wrote:
 My old email is a windows based server called ModusMail by a company
 called
 Vircom.  In looking at rsync, I'm not sure if it would work or not.
 
 I can't seem to find and RFCs on the IMAP flags. Strange.
 
 Thanks,
 Scott
 
 
 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net]
 Sent: Tuesday, March 22, 2011 4:33 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available
 
 rsync would probably be simplest if your old server was using maildir
 format. Good for doing preliminary runs too before cutting over, so
 there's not much mail to migrate after the change.
 
 Otherwise, I think I'd try fetchmail.
 
 
 
 
 
 -
 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 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: Dovecot 2.0.11 rpms for QMT available

2011-03-23 Thread Michael J. Colvin
Take a look at migrateIMAP.pl.  You can find it here:
http://www.athensfbc.com/imap_tools/, not to mention a lot of other IMAP
tools.

I've used this specific script to migrate users from a competitors mail
servers to mine when moving a virtual ISP.  Worked like a charm.  That time,
I ran it on my server and pulled the mail, folders and read status over.
The customer's never knew they moved...

I've used it to move from one server to another on the same network too.

Mike

-Original Message-
From: Scott Hughes [mailto:sonicscott9...@gmail.com] 
Sent: Wednesday, March 23, 2011 4:07 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

Yes, they both support imap.




On Mar 22, 2011, at 8:07 PM, Michael J. Colvin mcol...@norcalisp.com
wrote:

 Scott:
 
 I may have missed what you are trying to do, but I think you're trying to
 move actual mail folder content from one server to another, one being a
QMT
 and one Modus.  Is that right?
 
 If so, do they both support IMAP?
 
 Mike
 
 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net] 
 Sent: Tuesday, March 22, 2011 4:48 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available
 
 To run rsync on windoze, you can install cygwin, and then rsync for 
 cygwin. This would only work with maildir mailboxes.
 
 No telling what dovecot would do with that junk once it got into the 
 maildirs on QMT. You might still have a problem there.
 
 I'd lean toward fetchmail. Fetchmail will retrieve messages via pop3 or 
 imap, and pass them on to qmail-smtpd for scanning and delivery. It's 
 really pretty easy to set up.
 
 Here's a sample /root/.fetchmailrc (config) file:
 [root@tacs-wan ~]# cat .fetchmailrc
 # These are global options
 set no bouncemail
 set postmaster postmas...@mydomain.com
 set syslog
 
 # These are server/user options
 poll remote.domain.com \
   protocol pop3 \
   timeout 120
 username myuser there \
   is myu...@mydomain.com here \
   antispam 554 \
   fetchall \
   password mypass \
   smtphost localhost \
   ssl \
   sslcertck
 
 We should have a wiki page on using fetchmail, if we don't already. It's 
 really pretty versatile.
 -- 
 -Eric 'shubes'
 
 On 03/22/2011 02:43 PM, Scott Hughes wrote:
 My old email is a windows based server called ModusMail by a company
 called
 Vircom.  In looking at rsync, I'm not sure if it would work or not.
 
 I can't seem to find and RFCs on the IMAP flags. Strange.
 
 Thanks,
 Scott
 
 
 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net]
 Sent: Tuesday, March 22, 2011 4:33 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available
 
 rsync would probably be simplest if your old server was using maildir
 format. Good for doing preliminary runs too before cutting over, so
 there's not much mail to migrate after the change.
 
 Otherwise, I think I'd try fetchmail.
 
 
 
 


 -
 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 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: Dovecot 2.0.11 rpms for QMT available

2011-03-23 Thread Scott Hughes
Thanks!!




On Mar 23, 2011, at 10:37 AM, Michael J. Colvin mcol...@norcalisp.com wrote:

 Take a look at migrateIMAP.pl.  You can find it here:
 http://www.athensfbc.com/imap_tools/, not to mention a lot of other IMAP
 tools.
 
 I've used this specific script to migrate users from a competitors mail
 servers to mine when moving a virtual ISP.  Worked like a charm.  That time,
 I ran it on my server and pulled the mail, folders and read status over.
 The customer's never knew they moved...
 
 I've used it to move from one server to another on the same network too.
 
 Mike
 
 -Original Message-
 From: Scott Hughes [mailto:sonicscott9...@gmail.com] 
 Sent: Wednesday, March 23, 2011 4:07 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available
 
 Yes, they both support imap.
 
 
 
 
 On Mar 22, 2011, at 8:07 PM, Michael J. Colvin mcol...@norcalisp.com
 wrote:
 
 Scott:
 
 I may have missed what you are trying to do, but I think you're trying to
 move actual mail folder content from one server to another, one being a
 QMT
 and one Modus.  Is that right?
 
 If so, do they both support IMAP?
 
 Mike
 
 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net] 
 Sent: Tuesday, March 22, 2011 4:48 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available
 
 To run rsync on windoze, you can install cygwin, and then rsync for 
 cygwin. This would only work with maildir mailboxes.
 
 No telling what dovecot would do with that junk once it got into the 
 maildirs on QMT. You might still have a problem there.
 
 I'd lean toward fetchmail. Fetchmail will retrieve messages via pop3 or 
 imap, and pass them on to qmail-smtpd for scanning and delivery. It's 
 really pretty easy to set up.
 
 Here's a sample /root/.fetchmailrc (config) file:
 [root@tacs-wan ~]# cat .fetchmailrc
 # These are global options
 set no bouncemail
 set postmaster postmas...@mydomain.com
 set syslog
 
 # These are server/user options
 poll remote.domain.com \
  protocol pop3 \
  timeout 120
 username myuser there \
  is myu...@mydomain.com here \
  antispam 554 \
  fetchall \
  password mypass \
  smtphost localhost \
  ssl \
  sslcertck
 
 We should have a wiki page on using fetchmail, if we don't already. It's 
 really pretty versatile.
 -- 
 -Eric 'shubes'
 
 On 03/22/2011 02:43 PM, Scott Hughes wrote:
 My old email is a windows based server called ModusMail by a company
 called
 Vircom.  In looking at rsync, I'm not sure if it would work or not.
 
 I can't seem to find and RFCs on the IMAP flags. Strange.
 
 Thanks,
 Scott
 
 
 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net]
 Sent: Tuesday, March 22, 2011 4:33 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available
 
 rsync would probably be simplest if your old server was using maildir
 format. Good for doing preliminary runs too before cutting over, so
 there's not much mail to migrate after the change.
 
 Otherwise, I think I'd try fetchmail.
 
 
 
 
 
 
 -
 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 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

[qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

2011-03-22 Thread Eric Shubert

On 03/22/2011 06:44 AM, Peter Peltonen wrote:

On Mon, Mar 21, 2011 at 4:01 AM, Eric Shuberte...@shubes.net  wrote:

These are available now in the QTP repo.


Is there any security reason to upgrade Dovecot?

I am running dovecot-1.0.10-1.3.1 without any problems.

And if ain't broken, then...

Best,
Peter

-


No security issue that I'm aware of. I upgraded from 1.0.10 primarily 
for better NFS support. Shared folders with ACLs is a bonus.


--
-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] Re: Dovecot 2.0.11 rpms for QMT available

2011-03-22 Thread Eric Shubert

On 03/22/2011 06:44 AM, Peter Peltonen wrote:

On Mon, Mar 21, 2011 at 4:01 AM, Eric Shuberte...@shubes.net  wrote:

These are available now in the QTP repo.


Is there any security reason to upgrade Dovecot?

I am running dovecot-1.0.10-1.3.1 without any problems.

And if ain't broken, then...

Best,
Peter

-


I should say, though, that upgrading is pretty easy, just a matter of a 
couple minutes. Much easier than migrating from Courier.


--
-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: Dovecot 2.0.11 rpms for QMT available

2011-03-22 Thread Scott Hughes
I upgraded my test server and it was a breeze. Took less than 10 minutes!

The bad news is that the new version of Dovecot did not solve my issue
regarding the FORWARD flag. Bummer!

Thanks,
Scott


-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Tuesday, March 22, 2011 12:44 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

On 03/22/2011 06:44 AM, Peter Peltonen wrote:
 On Mon, Mar 21, 2011 at 4:01 AM, Eric Shuberte...@shubes.net  wrote:
 These are available now in the QTP repo.

 Is there any security reason to upgrade Dovecot?

 I am running dovecot-1.0.10-1.3.1 without any problems.

 And if ain't broken, then...

 Best,
 Peter



-

I should say, though, that upgrading is pretty easy, just a matter of a 
couple minutes. Much easier than migrating from Courier.

-- 
-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] Re: Dovecot 2.0.11 rpms for QMT available

2011-03-22 Thread Eric Shubert
I saw your post on the dovecot list. It'll be interesting to see what 
they say. Have you googled the FORWARD flag? I know nothing about it.

--
-Eric 'shubes'

On 03/22/2011 01:36 PM, Scott Hughes wrote:

I upgraded my test server and it was a breeze. Took less than 10 minutes!

The bad news is that the new version of Dovecot did not solve my issue
regarding the FORWARD flag. Bummer!

Thanks,
Scott


-Original Message-
From: Eric Shubert [mailto:e...@shubes.net]
Sent: Tuesday, March 22, 2011 12:44 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

On 03/22/2011 06:44 AM, Peter Peltonen wrote:

On Mon, Mar 21, 2011 at 4:01 AM, Eric Shuberte...@shubes.net   wrote:

These are available now in the QTP repo.


Is there any security reason to upgrade Dovecot?

I am running dovecot-1.0.10-1.3.1 without any problems.

And if ain't broken, then...

Best,
Peter




-

I should say, though, that upgrading is pretty easy, just a matter of a
couple minutes. Much easier than migrating from Courier.





-
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: Dovecot 2.0.11 rpms for QMT available

2011-03-22 Thread Scott Hughes
Yes, I did Google it. Some comments on different issues involving the
FORWARD flag, but that is about it. My first post to the Dovecot list went
unanswered, so I don't hold much hope for this second one. ;o)

Thanks,
Scott

-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Tuesday, March 22, 2011 3:48 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

I saw your post on the dovecot list. It'll be interesting to see what 
they say. Have you googled the FORWARD flag? I know nothing about it.
-- 
-Eric 'shubes'

On 03/22/2011 01:36 PM, Scott Hughes wrote:
 I upgraded my test server and it was a breeze. Took less than 10 minutes!

 The bad news is that the new version of Dovecot did not solve my issue
 regarding the FORWARD flag. Bummer!

 Thanks,
 Scott


 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net]
 Sent: Tuesday, March 22, 2011 12:44 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

 On 03/22/2011 06:44 AM, Peter Peltonen wrote:
 On Mon, Mar 21, 2011 at 4:01 AM, Eric Shuberte...@shubes.net   wrote:
 These are available now in the QTP repo.

 Is there any security reason to upgrade Dovecot?

 I am running dovecot-1.0.10-1.3.1 without any problems.

 And if ain't broken, then...

 Best,
 Peter




 -

 I should say, though, that upgrading is pretty easy, just a matter of a
 couple minutes. Much easier than migrating from Courier.





-
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] Re: Dovecot 2.0.11 rpms for QMT available

2011-03-22 Thread Eric Shubert

Is it something per RFC, or something unique to your old mail system?

How is the email stored on the old server? Perhaps use rsync or 
fetchmail instead of imapsync? (Never heard of imapsync myself)

--
-Eric 'shubes'

On 03/22/2011 01:52 PM, Scott Hughes wrote:

Yes, I did Google it. Some comments on different issues involving the
FORWARD flag, but that is about it. My first post to the Dovecot list went
unanswered, so I don't hold much hope for this second one. ;o)

Thanks,
Scott

-Original Message-
From: Eric Shubert [mailto:e...@shubes.net]
Sent: Tuesday, March 22, 2011 3:48 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

I saw your post on the dovecot list. It'll be interesting to see what
they say. Have you googled the FORWARD flag? I know nothing about it.




-
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: Dovecot 2.0.11 rpms for QMT available

2011-03-22 Thread Scott Hughes
I think that the FORWARD flag is something normal (RFC-wise). I am seeing
quite a bit about it.  I will check into fetchmail and rsync (those two are
new to me).

Thanks,
Scott
 

-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Tuesday, March 22, 2011 4:00 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

Is it something per RFC, or something unique to your old mail system?

How is the email stored on the old server? Perhaps use rsync or 
fetchmail instead of imapsync? (Never heard of imapsync myself)
-- 
-Eric 'shubes'

On 03/22/2011 01:52 PM, Scott Hughes wrote:
 Yes, I did Google it. Some comments on different issues involving the
 FORWARD flag, but that is about it. My first post to the Dovecot list went
 unanswered, so I don't hold much hope for this second one. ;o)

 Thanks,
 Scott

 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net]
 Sent: Tuesday, March 22, 2011 3:48 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

 I saw your post on the dovecot list. It'll be interesting to see what
 they say. Have you googled the FORWARD flag? I know nothing about it.




-
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] Re: Dovecot 2.0.11 rpms for QMT available

2011-03-22 Thread Eric Shubert
rsync would probably be simplest if your old server was using maildir 
format. Good for doing preliminary runs too before cutting over, so 
there's not much mail to migrate after the change.


Otherwise, I think I'd try fetchmail.

--
-Eric 'shubes'

On 03/22/2011 02:17 PM, Scott Hughes wrote:

I think that the FORWARD flag is something normal (RFC-wise). I am seeing
quite a bit about it.  I will check into fetchmail and rsync (those two are
new to me).

Thanks,
Scott


-Original Message-
From: Eric Shubert [mailto:e...@shubes.net]
Sent: Tuesday, March 22, 2011 4:00 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

Is it something per RFC, or something unique to your old mail system?

How is the email stored on the old server? Perhaps use rsync or
fetchmail instead of imapsync? (Never heard of imapsync myself)




-
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: Dovecot 2.0.11 rpms for QMT available

2011-03-22 Thread Scott Hughes
My old email is a windows based server called ModusMail by a company called
Vircom.  In looking at rsync, I'm not sure if it would work or not.

I can't seem to find and RFCs on the IMAP flags. Strange.

Thanks,
Scott
 

-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Tuesday, March 22, 2011 4:33 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

rsync would probably be simplest if your old server was using maildir 
format. Good for doing preliminary runs too before cutting over, so 
there's not much mail to migrate after the change.

Otherwise, I think I'd try fetchmail.

-- 
-Eric 'shubes'

On 03/22/2011 02:17 PM, Scott Hughes wrote:
 I think that the FORWARD flag is something normal (RFC-wise). I am seeing
 quite a bit about it.  I will check into fetchmail and rsync (those two
are
 new to me).

 Thanks,
 Scott


 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net]
 Sent: Tuesday, March 22, 2011 4:00 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

 Is it something per RFC, or something unique to your old mail system?

 How is the email stored on the old server? Perhaps use rsync or
 fetchmail instead of imapsync? (Never heard of imapsync myself)




-
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] Re: Dovecot 2.0.11 rpms for QMT available

2011-03-22 Thread Eric Shubert
To run rsync on windoze, you can install cygwin, and then rsync for 
cygwin. This would only work with maildir mailboxes.


No telling what dovecot would do with that junk once it got into the 
maildirs on QMT. You might still have a problem there.


I'd lean toward fetchmail. Fetchmail will retrieve messages via pop3 or 
imap, and pass them on to qmail-smtpd for scanning and delivery. It's 
really pretty easy to set up.


Here's a sample /root/.fetchmailrc (config) file:
[root@tacs-wan ~]# cat .fetchmailrc
# These are global options
set no bouncemail
set postmaster postmas...@mydomain.com
set syslog

# These are server/user options
poll remote.domain.com \
  protocol pop3 \
  timeout 120
username myuser there \
  is myu...@mydomain.com here \
  antispam 554 \
  fetchall \
  password mypass \
  smtphost localhost \
  ssl \
  sslcertck

We should have a wiki page on using fetchmail, if we don't already. It's 
really pretty versatile.

--
-Eric 'shubes'

On 03/22/2011 02:43 PM, Scott Hughes wrote:

My old email is a windows based server called ModusMail by a company called
Vircom.  In looking at rsync, I'm not sure if it would work or not.

I can't seem to find and RFCs on the IMAP flags. Strange.

Thanks,
Scott


-Original Message-
From: Eric Shubert [mailto:e...@shubes.net]
Sent: Tuesday, March 22, 2011 4:33 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

rsync would probably be simplest if your old server was using maildir
format. Good for doing preliminary runs too before cutting over, so
there's not much mail to migrate after the change.

Otherwise, I think I'd try fetchmail.





-
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: Dovecot 2.0.11 rpms for QMT available

2011-03-22 Thread Michael J. Colvin
Scott:

I may have missed what you are trying to do, but I think you're trying to
move actual mail folder content from one server to another, one being a QMT
and one Modus.  Is that right?

If so, do they both support IMAP?

Mike

-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Tuesday, March 22, 2011 4:48 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

To run rsync on windoze, you can install cygwin, and then rsync for 
cygwin. This would only work with maildir mailboxes.

No telling what dovecot would do with that junk once it got into the 
maildirs on QMT. You might still have a problem there.

I'd lean toward fetchmail. Fetchmail will retrieve messages via pop3 or 
imap, and pass them on to qmail-smtpd for scanning and delivery. It's 
really pretty easy to set up.

Here's a sample /root/.fetchmailrc (config) file:
[root@tacs-wan ~]# cat .fetchmailrc
# These are global options
set no bouncemail
set postmaster postmas...@mydomain.com
set syslog

# These are server/user options
poll remote.domain.com \
   protocol pop3 \
   timeout 120
username myuser there \
   is myu...@mydomain.com here \
   antispam 554 \
   fetchall \
   password mypass \
   smtphost localhost \
   ssl \
   sslcertck

We should have a wiki page on using fetchmail, if we don't already. It's 
really pretty versatile.
-- 
-Eric 'shubes'

On 03/22/2011 02:43 PM, Scott Hughes wrote:
 My old email is a windows based server called ModusMail by a company
called
 Vircom.  In looking at rsync, I'm not sure if it would work or not.

 I can't seem to find and RFCs on the IMAP flags. Strange.

 Thanks,
 Scott


 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net]
 Sent: Tuesday, March 22, 2011 4:33 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

 rsync would probably be simplest if your old server was using maildir
 format. Good for doing preliminary runs too before cutting over, so
 there's not much mail to migrate after the change.

 Otherwise, I think I'd try fetchmail.





-
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] Re: Dovecot 2.0.11 rpms for QMT available

2011-03-22 Thread Bharath Chari

On 03/23/2011 02:29 AM, Eric Shubert wrote:

Is it something per RFC, or something unique to your old mail system?

How is the email stored on the old server? Perhaps use rsync or 
fetchmail instead of imapsync? (Never heard of imapsync myself)
I've used imapsync before. It's a perl script that preserves read, 
unread and delete flags


http://freshmeat.net/projects/imapsync/

Bharath

-
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: Dovecot 2.0.11 rpms for QMT available

2011-03-21 Thread Eric Shubert

Yes, with a few configuration changes. They're documented on the wiki.

On 03/20/2011 08:03 PM, Carlos Herrera Polo wrote:

Thanks Eric. !
Squirelmail works with dovecot too ?


2011/3/20, Eli Edwin Casimeroecasim...@gmail.com:

Wow wow wow.

Thanks.  Will try this out.

Best wishes,
Edwin

On Mon, Mar 21, 2011 at 10:01 AM, Eric Shuberte...@shubes.net  wrote:


These are available now in the QTP repo.

Documentation on the wiki has been updated:

http://wiki.qmailtoaster.com/index.php/Replacing_Courier_IMAP_with_Dovecot_IMAP

Thanks to everyone who helped in getting this going (you know who you
are).

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










--
-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] Re: Dovecot 2.0.11 rpms for QMT available

2011-03-21 Thread Eric Shubert

I didn't forget you, Scott. There already is! (near the end) :)
--
-Eric 'shubes'

On 03/20/2011 08:25 PM, Scott Hughes wrote:

Thanks Eric!  Is there going to be a section on upgrading from the 1.2.3 
version of dovecot to this new one?

Scott




On Mar 20, 2011, at 9:01 PM, Eric Shuberte...@shubes.net  wrote:


These are available now in the QTP repo.

Documentation on the wiki has been updated:
http://wiki.qmailtoaster.com/index.php/Replacing_Courier_IMAP_with_Dovecot_IMAP

Thanks to everyone who helped in getting this going (you know who you are).

--
-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: Dovecot 2.0.11 rpms for QMT available

2011-03-21 Thread mattias
I could not find dovecot in the repo

mail m...@mjw.se
telefon 0104906298
 

-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Monday, March 21, 2011 1:08 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available


I didn't forget you, Scott. There already is! (near the end) :)
-- 
-Eric 'shubes'

On 03/20/2011 08:25 PM, Scott Hughes wrote:
 Thanks Eric!  Is there going to be a section on upgrading from the 
 1.2.3 version of dovecot to this new one?

 Scott




 On Mar 20, 2011, at 9:01 PM, Eric Shuberte...@shubes.net  wrote:

 These are available now in the QTP repo.

 Documentation on the wiki has been updated: 
 http://wiki.qmailtoaster.com/index.php/Replacing_Courier_IMAP_with_Do
 vecot_IMAP

 Thanks to everyone who helped in getting this going (you know who you 
 are).

 --
 -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] Re: Dovecot 2.0.11 rpms for QMT available

2011-03-21 Thread Eric Shubert

Which distro/version are you running?

You need to use the --enable-repo=qtp-CentOS option with yum, as this 
repo isn't enabled by default.


--
-Eric 'shubes'

On 03/21/2011 05:26 AM, mattias wrote:

I could not find dovecot in the repo

mail m...@mjw.se
telefon 0104906298


-Original Message-
From: Eric Shubert [mailto:e...@shubes.net]
Sent: Monday, March 21, 2011 1:08 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available


I didn't forget you, Scott. There already is! (near the end) :)




-
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: Dovecot 2.0.11 rpms for QMT available

2011-03-21 Thread Scott Hughes
Thanks Eric. I was trying to read the page on my iPhone and missed it.

You mentioned that we who are upgrading should disable the services (dovecot 
1.2.3  logging) from running. How does one go about that with these types of 
services?

Thanks again for the write-up! I've built a test server and am going to do a 
mock change-over tomorrow.

Scott



On Mar 21, 2011, at 7:07 AM, Eric Shubert e...@shubes.net wrote:

 I didn't forget you, Scott. There already is! (near the end) :)
 -- 
 -Eric 'shubes'
 
 On 03/20/2011 08:25 PM, Scott Hughes wrote:
 Thanks Eric!  Is there going to be a section on upgrading from the 1.2.3 
 version of dovecot to this new one?
 
 Scott
 
 
 
 
 On Mar 20, 2011, at 9:01 PM, Eric Shuberte...@shubes.net  wrote:
 
 These are available now in the QTP repo.
 
 Documentation on the wiki has been updated:
 http://wiki.qmailtoaster.com/index.php/Replacing_Courier_IMAP_with_Dovecot_IMAP
 
 Thanks to everyone who helped in getting this going (you know who you are).
 
 --
 -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




Re: [qmailtoaster] Re: Dovecot 2.0.11 rpms for QMT available

2011-03-21 Thread Scott Hughes
I understand now.

Thanks,
Scott



On Mar 21, 2011, at 8:19 PM, Eric Shubert e...@shubes.net wrote:

 Same way as you would disable courier imap, as in the wiki page.
 If you created supervise directory trees with run files, you need to put a 
 down file (an empty file, literally named down) next to the run files for 
 the service and the log. This keeps the supervise daemon from starting the 
 service. See examples in the wiki.
 
 On 03/21/2011 06:01 PM, Scott Hughes wrote:
 Thanks Eric. I was trying to read the page on my iPhone and missed it.
 
 You mentioned that we who are upgrading should disable the services (dovecot 
 1.2.3  logging) from running. How does one go about that with these types 
 of services?
 
 Thanks again for the write-up! I've built a test server and am going to do a 
 mock change-over tomorrow.
 
 Scott
 
 
 
 On Mar 21, 2011, at 7:07 AM, Eric Shuberte...@shubes.net  wrote:
 
 I didn't forget you, Scott. There already is! (near the end) :)
 --
 -Eric 'shubes'
 
 On 03/20/2011 08:25 PM, Scott Hughes wrote:
 Thanks Eric!  Is there going to be a section on upgrading from the 1.2.3 
 version of dovecot to this new one?
 
 Scott
 
 
 
 
 On Mar 20, 2011, at 9:01 PM, Eric Shuberte...@shubes.net   wrote:
 
 These are available now in the QTP repo.
 
 Documentation on the wiki has been updated:
 http://wiki.qmailtoaster.com/index.php/Replacing_Courier_IMAP_with_Dovecot_IMAP
 
 Thanks to everyone who helped in getting this going (you know who you 
 are).
 
 --
 -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!
 
 
 -- 
 -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] Re: dovecot

2011-03-12 Thread Eric Shubert

On 03/11/2011 10:59 PM, Eric Broch wrote:

  Hello list,

When I have 'prefix =' rather than 'prefix = INBOX.' set in the 'private
namespace' my folders, which were previously subfolders of 'INBOX.,' do
not show up in squirrelmail. Does anyone know the solution to this issue.

Eric

-


I believe you'll need to (re)subscribe to them. I'm not sure if SM can 
do that automatically or not. TB appears to.


Also double check that you have:
$default_folder_prefix= '';
in your /etc/squirrelmail/config_local.php file.

There are other SM configuration parameters that you should use with 
dovecot as well. Here what I'm using:


[root@tacs-web squirrelmail]# cat config_local.php
?php

# Local configuration for Qmail Toaster
# configure to suit your requirements

# these are in toaster config,
# changed/removed for stock dovecot (w/out courier compat config)
# $imap_server_type = 'courier';
# $optional_delimiter = '.';
# $default_folder_prefix = 'INBOX.';
# $delete_folder = true;
# $show_contain_subfolders_option = false;

# these should be added to the toaster config (imho)
$org_name= QmailToaster;
# $org_logo= SM_PATH . 'images/sm_logo.png';
# $org_logo_width  = '308';
# $org_logo_height = '111';
# $org_title   = SquirrelMail $version;
$provider_uri   = 'http://www.qmailtoaster.org/';
$provider_name  = 'QmailToaster';

# these were added so SM authenticates,
# and 127. can be removed from tcp.smtp file.
$smtpServerAddress  = 'localhost';
$smtpPort   = 587;
$smtp_auth_mech = 'login';

# these were added/changed for dovecot imap
$imapServerAddress  = 'localhost';
$imap_server_type   = 'dovecot';
$default_folder_prefix  = '';
# squirrelmail doesn't support starttls until v5,
# so we'll use cram-md5 until then
#$use_imap_tls  = true;
$imap_auth_mech = 'cram-md5';

# these are what's left from stock QMT configuration
$useSendmail  = false;
$optional_delimiter   = 'detect';
$show_prefix_option   = false;
$force_username_lowercase = true;
$hide_sm_attributions = true;
$plugins[] = 'calendar';
$plugins[] = 'notes';
$plugins[] = 'filters';
$plugins[] = 'quota_usage';
$plugins[] = 'unsafe_image_rules';
$plugins[] = 'qmailadmin_login';

?
[root@tacs-web squirrelmail]#

That should get you going.

--
-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] Re: dovecot upgrade

2011-03-07 Thread Eric Shubert
The wiki instructions were done in a way that's more djb-like, using 
daemontools. The service script is more *nix-like (System-V init 
scripts), which is much more commonly used.


The Linux community is presently moving away from both of these methods, 
and using the Upstart software instead. This is a big improvement, and 
has been embraced by both RHEL (v6) and Debian (and possibly others). I 
expect that Upstart will become the standard linux way of doing boot and 
runlevel processing across all distros.


--
-Eric 'shubes'

On 03/06/2011 08:25 PM, Pak Ogah wrote:

how come the service script is differs from
http://wiki.qmailtoaster.com/index.php/Replacing_Courier_IMAP_with_Dovecot_IMAP#Building_the_services

just curious??
On 04-Mar-11 23:41, Eric Broch wrote:

Nigel,

Here are the 'cat' of dovecot and dovecot loggin I use...

for dovecot...

/var/qmail/supervise/dovecot/run

[root@poweredgeT105 dovecot]# cat run
#!/bin/sh
#
# service-dovecot-run
# John Simpson j...@jms1.net 2008-05-13
#
# 2009-02-12 jms1 - added code to find and check pidfile. if it exists but
# doesn't point to a running dovecot process, delete it before running
# dovecot itself. (i actually did this back in 2008-06 but forgot to
put it
# on the web site, thanks to Ventyslav Vassilev for reminding me about
it.)
#
###
#
# Copyright (C) 2008,2009 John Simpson.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 3, as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.
#
###

# note: DO NOT FORGET to add the -F option to the end of the command!
CMD=/usr/local/sbin/dovecot -F

# may need to be removed
PIDFILE=/usr/local/var/run/dovecot/master.pid

if [ -f $PIDFILE ]
then
PID=`cat $PIDFILE`
if ps -p $PID -o comm= | grep -q dovecot
then
echo ERROR: dovecot[$PID] is already running
sleep 5
exit 1
else
rm -v $PIDFILE
fi
fi

echo command line: $CMD
exec env - PATH=/usr/bin:/bin $CMD 21
echo exec failed
sleep 5




And, for dovecot logging

/var/qmail/supervise/dovecot/log/run

[root@poweredgeT1052 log]# cat run
#!/bin/sh
LOGSIZE=`cat /var/qmail/control/logsize`
LOGCOUNT=`cat /var/qmail/control/logcount`
exec /usr/bin/setuidgid qmaill /usr/bin/multilog t s$LOGSIZE
n$LOGCOUNT /var/log/qmail/dovecot 21


Eric







-
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: Dovecot?

2011-03-07 Thread Eric Shubert

On 03/07/2011 02:14 AM, mattias wrote:

Are qmail not using courier?



Courier no longer supports vpopmail, so QMT v2 will be using dovecot.

Dovecot is far superior to Courier in many ways, especially performance. 
Users with many/large imap mailboxes have found it necessary to use 
dovecot for performance reasons alone.


Some of us are getting dovecot set up on our QMT hosts ahead of the 
QMTv2 schedule. This gets us the benefits of dovecot sooner, and helps 
to get it ready for QMTv2.


On the devel list, we're presently working on getting the latest dovecot 
(v2.0.11) ready for use with QMTv1.3.x. When it's ready for general use, 
we'll let folks know here. In the meantime, if you're interested, hop on 
over to the devel list. :)


--
-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: dovecot upgrade

2011-03-07 Thread Finn Buhelt (kirstineslund)

Hi Eric S.

Sorry ;-) but dovecot 2.0.11 was released yesterday - (I  know you're 
doing 2.0.10)


BTW there's a nice nix startup script on the Dovecot wiki2 - works fine 
with 2.0.11 (and all 2.x.x)


Regards,
Finn

On 07-03-2011 15:37, Eric Shubert wrote:
The wiki instructions were done in a way that's more djb-like, using 
daemontools. The service script is more *nix-like (System-V init 
scripts), which is much more commonly used.


The Linux community is presently moving away from both of these 
methods, and using the Upstart software instead. This is a big 
improvement, and has been embraced by both RHEL (v6) and Debian (and 
possibly others). I expect that Upstart will become the standard linux 
way of doing boot and runlevel processing across all distros.




-
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: Dovecot?

2011-03-07 Thread mattias
Qmt v2? Sound intrested
Hope ezml will be replaced with mailman
I meen
Mailman have webinterface with archive
Ezml not have a webinterface with archive

-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Monday, March 07, 2011 3:47 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Dovecot?


On 03/07/2011 02:14 AM, mattias wrote:
 Are qmail not using courier?


Courier no longer supports vpopmail, so QMT v2 will be using dovecot.

Dovecot is far superior to Courier in many ways, especially performance. 
Users with many/large imap mailboxes have found it necessary to use 
dovecot for performance reasons alone.

Some of us are getting dovecot set up on our QMT hosts ahead of the 
QMTv2 schedule. This gets us the benefits of dovecot sooner, and helps 
to get it ready for QMTv2.

On the devel list, we're presently working on getting the latest dovecot 
(v2.0.11) ready for use with QMTv1.3.x. When it's ready for general use, 
we'll let folks know here. In the meantime, if you're interested, hop on 
over to the devel list. :)

-- 
-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] Re: dovecot upgrade

2011-03-07 Thread Eric Shubert

On 03/07/2011 08:14 AM, Finn Buhelt (kirstineslund) wrote:

Hi Eric S.

Sorry ;-) but dovecot 2.0.11 was released yesterday - (I know you're
doing 2.0.10)


Yeah, thanks. :( And 2.0.10 just came out 3 days ago!
There's nothing changed that comes into play for a stock QMT though.

I have a few tweaks to do to the configuration files, so I'll be doing 
those changes with 2.0.11, and should have rpms ready for general use by 
the end of the week, and hopefully in a day or two.



BTW there's a nice nix startup script on the Dovecot wiki2 - works fine
with 2.0.11 (and all 2.x.x)


That's a pretty general-purpose script, and would probably be better 
suited for Nigel/Mandriva than the script that's included in the rpm, 
which came from fedora14.


--
-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: dovecot upgrade

2011-03-07 Thread Nigel Reed
When you do, can you add mdr2010 to save me doing it? ;)



- Original Message 
From: Eric Shubert e...@shubes.net
To: qmailtoaster-list@qmailtoaster.com
Sent: Mon, March 7, 2011 9:46:27 AM
Subject: [qmailtoaster] Re: dovecot upgrade

On 03/07/2011 08:14 AM, Finn Buhelt (kirstineslund) wrote:
 Hi Eric S.
 
 Sorry ;-) but dovecot 2.0.11 was released yesterday - (I know you're
 doing 2.0.10)

Yeah, thanks. :( And 2.0.10 just came out 3 days ago!
There's nothing changed that comes into play for a stock QMT though.

I have a few tweaks to do to the configuration files, so I'll be doing those 
changes with 2.0.11, and should have rpms ready for general use by the end of 
the week, and hopefully in a day or two.

 BTW there's a nice nix startup script on the Dovecot wiki2 - works fine
 with 2.0.11 (and all 2.x.x)

That's a pretty general-purpose script, and would probably be better suited for 
Nigel/Mandriva than the script that's included in the rpm, which came from 
fedora14.

-- -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] Re: dovecot upgrade

2011-03-07 Thread Eric Shubert
I don't have any mandriva hosts to build with, and I simply don't have 
the time to set that up. Sorry.

--
-Eric 'shubes'

On 03/07/2011 09:07 AM, Nigel Reed wrote:

When you do, can you add mdr2010 to save me doing it? ;)

- Original Message 
From: Eric Shuberte...@shubes.net
To: qmailtoaster-list@qmailtoaster.com
Sent: Mon, March 7, 2011 9:46:27 AM
Subject: [qmailtoaster] Re: dovecot upgrade

On 03/07/2011 08:14 AM, Finn Buhelt (kirstineslund) wrote:

Hi Eric S.

Sorry ;-) but dovecot 2.0.11 was released yesterday - (I know you're
doing 2.0.10)


Yeah, thanks. :( And 2.0.10 just came out 3 days ago!
There's nothing changed that comes into play for a stock QMT though.

I have a few tweaks to do to the configuration files, so I'll be doing those
changes with 2.0.11, and should have rpms ready for general use by the end of
the week, and hopefully in a day or two.


BTW there's a nice nix startup script on the Dovecot wiki2 - works fine
with 2.0.11 (and all 2.x.x)


That's a pretty general-purpose script, and would probably be better suited for
Nigel/Mandriva than the script that's included in the rpm, which came from
fedora14.

-- -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!




-
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: dovecot upgrade

2011-03-07 Thread Nigel Reed
Let me know when you're done and let me at the src.rpm and I'll see if I can 
get 
it going on Mandriva 2010.2 before you throw it out there.




- Original Message 
From: Eric Shubert e...@shubes.net
To: qmailtoaster-list@qmailtoaster.com
Sent: Mon, March 7, 2011 10:21:46 AM
Subject: [qmailtoaster] Re: dovecot upgrade

I don't have any mandriva hosts to build with, and I simply don't have 
the time to set that up. Sorry.
-- 
-Eric 'shubes'

On 03/07/2011 09:07 AM, Nigel Reed wrote:
 When you do, can you add mdr2010 to save me doing it? ;)

 - Original Message 
 From: Eric Shuberte...@shubes.net
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Mon, March 7, 2011 9:46:27 AM
 Subject: [qmailtoaster] Re: dovecot upgrade

 On 03/07/2011 08:14 AM, Finn Buhelt (kirstineslund) wrote:
 Hi Eric S.

 Sorry ;-) but dovecot 2.0.11 was released yesterday - (I know you're
 doing 2.0.10)

 Yeah, thanks. :( And 2.0.10 just came out 3 days ago!
 There's nothing changed that comes into play for a stock QMT though.

 I have a few tweaks to do to the configuration files, so I'll be doing those
 changes with 2.0.11, and should have rpms ready for general use by the end of
 the week, and hopefully in a day or two.

 BTW there's a nice nix startup script on the Dovecot wiki2 - works fine
 with 2.0.11 (and all 2.x.x)

 That's a pretty general-purpose script, and would probably be better suited 
for
 Nigel/Mandriva than the script that's included in the rpm, which came from
 fedora14.

 -- -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!



-

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] Re: dovecot upgrade

2011-03-07 Thread Eric Shubert
You can grab the src rpm right now. It's not going to change much. Only 
upgrade to 2.0.11 and a few tweaks to the conf files.

http://qtp.qmailtoaster.com/repos/SRPMS/dovecot-2.0.10-2.qtp.src.rpm
--
-Eric 'shubes'

On 03/07/2011 09:47 AM, Nigel Reed wrote:

Let me know when you're done and let me at the src.rpm and I'll see if I can get
it going on Mandriva 2010.2 before you throw it out there.

- Original Message 
From: Eric Shuberte...@shubes.net
To: qmailtoaster-list@qmailtoaster.com
Sent: Mon, March 7, 2011 10:21:46 AM
Subject: [qmailtoaster] Re: dovecot upgrade

I don't have any mandriva hosts to build with, and I simply don't have
the time to set that up. Sorry.




-
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




  1   2   >