Disabling the POP3 request time limit

2007-06-29 Thread Johannes Luber
Hello!

I'm trying to find an option regarding the POP3 time limit. The default
is that one can't request again to look for new emails within 60 seconds
counting from the last request. I need to disable this or to reduce it
to a few seconds at best. Who can help me?

Thanks in advance,
Johannes Luber

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Disabling the POP3 request time limit

2007-06-29 Thread Rudy Gevaert
Johannes Luber wrote:
> Hello!
> 
> I'm trying to find an option regarding the POP3 time limit. The default
> is that one can't request again to look for new emails within 60 seconds
> counting from the last request. I need to disable this or to reduce it
> to a few seconds at best. Who can help me?
>

man imapd.conf:

popminpoll: 0
 Set  the  minimum  amount  of time the server forces users 
to wait
 between successive POP logins, in minutes.




> Thanks in advance,
> Johannes Luber
> 
> Cyrus Home Page: http://cyrusimap.web.cmu.edu/
> Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
> List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


-- 
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Rudy Gevaert  [EMAIL PROTECTED]  tel:+32 9 264 4734
Directie ICT, afd. Infrastructuur ICT Department, Infrastructure office
Groep SystemenSystems group
Universiteit Gent Ghent University
Krijgslaan 281, gebouw S9, 9000 Gent, Belgie   www.UGent.be
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Disabling the POP3 request time limit

2007-06-29 Thread c . grill
Hi,

> I'm trying to find an option regarding the POP3 time limit. The default
> is that one can't request again to look for new emails within 60 seconds
> counting from the last request. I need to disable this or to reduce it
> to a few seconds at best. Who can help me?

Put this into your imapd.conf:

# Minimum time between POP mail fetches in minutes
popminpoll: 0

See also: man imapd.conf

Regards,

Claus

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Disabling the POP3 request time limit

2007-06-29 Thread Johannes Luber
[EMAIL PROTECTED] wrote:
> Hi,
> 
>> I'm trying to find an option regarding the POP3 time limit. The default
>> is that one can't request again to look for new emails within 60 seconds
>> counting from the last request. I need to disable this or to reduce it
>> to a few seconds at best. Who can help me?
> 
> Put this into your imapd.conf:
> 
> # Minimum time between POP mail fetches in minutes
> popminpoll: 0
> 
> See also: man imapd.conf

It works as advertised. Thanks to you and Rudy Gevaert (who answered my
question on another mail)!

Best regards,
Johannes Luber

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html