Dhaval Thakar | 1 Mar 2008 07:00
Picon

dovecot + vpopmail

dear list,

dovecot performs better for mailbox sized in GBs,

i am trying to use dovecot with vpopmail.
I am using vpasswd.cdb.
vpopmail version 5.4.24.
Installed dovecot 1.0.10.

it performed better then courier.

the only problem i am facing with dovecot is its not updating vpasswd.cdb.
"last auth" is not updated.
& there is no quota indication on squirrelmail.

kindly suggest if anyone is aware of solution for the above problem.

thanks & regards
dhaval

!DSPAM:47c8f125120501494432258!

Steve | 1 Mar 2008 08:57
Picon
Favicon

Re: Courier-Authlib Enhancement Requested

Tom Collins wrote:
>
>
> Can't guarantee that it will fit all of your needs, but I'm very 
> pleased with the performance improvement of replacing courier-imap 
> with dovecot.  Especially for some of my clients with 1GB+ mailboxes.
>
> Well worth the time spent upgrading.
>
> -Tom
>
I did the changeover, and, works fine. No issues that I am aware of. 
Using vpopmail + MySQL, STARTTLS

!DSPAM:47c90c6e120501759011949!

Shane Chrisp | 1 Mar 2008 09:00
Picon
Favicon

Re: dovecot + vpopmail

On Sat, 2008-03-01 at 11:30 +0530, Dhaval Thakar wrote:
> dear list,
> 
> 
> dovecot performs better for mailbox sized in GBs,
> 
> i am trying to use dovecot with vpopmail.
> I am using vpasswd.cdb.
> vpopmail version 5.4.24.
> Installed dovecot 1.0.10.
> 
> it performed better then courier.
> 
> the only problem i am facing with dovecot is its not updating vpasswd.cdb.
> "last auth" is not updated.
> & there is no quota indication on squirrelmail.

This sounds like you dont have the quota modules loaded. I use
squirrelmail and it displays the quota fine.

I have the following in my dovecot.conf

protocol imap {
mail_plugins = imap_quota quota trash

and

plugin {
quota = maildir

(Continue reading)

Dhaval Thakar | 1 Mar 2008 10:29
Picon

Re: dovecot + vpopmail


Shane Chrisp wrote:
> On Sat, 2008-03-01 at 11:30 +0530, Dhaval Thakar wrote:
>   
>> dear list,
>>
>>
>> dovecot performs better for mailbox sized in GBs,
>>
>> i am trying to use dovecot with vpopmail.
>> I am using vpasswd.cdb.
>> vpopmail version 5.4.24.
>> Installed dovecot 1.0.10.
>>
>> it performed better then courier.
>>
>> the only problem i am facing with dovecot is its not updating vpasswd.cdb.
>> "last auth" is not updated.
>> & there is no quota indication on squirrelmail.
>>     
>
> This sounds like you dont have the quota modules loaded. I use
> squirrelmail and it displays the quota fine.
>
> I have the following in my dovecot.conf
>
> protocol imap {
> mail_plugins = imap_quota quota trash
>
> and
(Continue reading)

Rick Macdougall | 1 Mar 2008 13:56

Re: dovecot + vpopmail

Dhaval Thakar wrote:
> 
> 
> can anyone please guide me with vpasswd.cdb not getting modified while 
> using dovecot,
> whereas its working proper with courier-authlib.
> i have recompiled vpopmail also.
> 

Why would vpasswd.cdb get modified by a pop or imap process ?

Regards,

Rick

!DSPAM:47c95278120504298468128!

Jeff Koch | 2 Mar 2008 22:26

commands in .qmail files


Anybody know how many command lines can be in a .qmail file? I'd like to 
see if we can a maildrop filter to a .qmail forward file. Would be used to 
allow user controlled spam preferences for .qmail forwards.

Best Regards,

Jeff Koch, Intersessions 

!DSPAM:47cb1d43120501050031336!

Christian Lerrahn | 3 Mar 2008 02:00

Re: Bogus quota warnings

Hi Rick,
> >>>> I'm using vpopmail 5.4.16. However, I already upgraded to this
> >>>> version
> >>> Sorry, this has to be 5.4.25.
> >>>
> >>> Cheers,
> >>> Christian
> >>>
> >>>
> >>>
> >> I believe there is a quota bug in 5.4.25, I'd back down to 5.4.24
> > 
> > I've downgraded to 5.4.24 a while ago but I'm being told that people
> > still get these bogus warnings. Unfortunately I can't downgrade too
> > far because I need the onchange patch but I might still try a
> > couple of lower versions.
> > 
> 
> Are you using maildrop or some other final delivery method that
> doesn't support maildir++ quotas ?

Yes, maildrop is used on the server. However, maildrop is only used to
send copies to some other email address and the like. The delivery rule
invokes vpopmail.

> What has access to the users Maildir ?
> 
> pop
> imap
> delivery
(Continue reading)

Dhaval Thakar | 3 Mar 2008 06:28
Picon

Re: dovecot + vpopmail


Rick Macdougall wrote:
> Dhaval Thakar wrote:
>>
>>
>> can anyone please guide me with vpasswd.cdb not getting modified 
>> while using dovecot,
>> whereas its working proper with courier-authlib.
>> i have recompiled vpopmail also.
>>
>
> Why would vpasswd.cdb get modified by a pop or imap process ?
>
> Regards,
>
> Rick

> whenever user logonto mail server,
"last auth" gets updated if i am using courier-authlib.
for me it us required to find user login information & to disable if 
he/she not logged in for 60 days.
this info is not getting updated when i am using dovecot.

!DSPAM:47cb8c81120501788339861!

Steve | 3 Mar 2008 06:32
Picon
Favicon

Re: dovecot + vpopmail

Dhaval Thakar wrote:
>
>
> "last auth" gets updated if i am using courier-authlib.
> for me it us required to find user login information & to disable if 
> he/she not logged in for 60 days.
> this info is not getting updated when i am using dovecot.
>
>
I am using dovecot and vpopmail, it DOES get updated for me, I am using 
vpopmail +mysql though, and, am using vchkpw. This sounds like it is 
different than what you are doing.

You can try using vchkpw if you are not.

!DSPAM:47cb8d87120502055818020!

Remo Mattei | 3 Mar 2008 06:34

Re: dovecot + vpopmail

it does update mine as well using mysql backend.

Ciao,
Remo

Steve wrote:
> Dhaval Thakar wrote:
>>
>>
>> "last auth" gets updated if i am using courier-authlib.
>> for me it us required to find user login information & to disable if 
>> he/she not logged in for 60 days.
>> this info is not getting updated when i am using dovecot.
>>
>>
> I am using dovecot and vpopmail, it DOES get updated for me, I am using 
> vpopmail +mysql though, and, am using vchkpw. This sounds like it is 
> different than what you are doing.
> 
> You can try using vchkpw if you are not.
> 
> 
> 
> 
> 
> 
> 

!DSPAM:47cb8dde120505809854392!

(Continue reading)


Gmane