• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

How do I disable Courier IMAP IDLE

Pagemakers

Silver Pleskian
How do I disable IDLE here… (/etc/courier-imap/imapd)

IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA AUTH=CRAM-MD5 AUTH=CRAM-SHA1 AUTH=CRAM-SHA256 AUTH=PLAIN IDLE"
 
Hi Pagemakers,

to remove this "IDLE" setting, just leave out the part and restart COURIER-IMAP:

Before:
Code:
IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA AUTH=CRAM-MD5 AUTH=CRAM-SHA1 AUTH=CRAM-SHA256 AUTH=PLAIN IDLE"

After:
Code:
IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA AUTH=CRAM-MD5 AUTH=CRAM-SHA1 AUTH=CRAM-SHA256 AUTH=PLAIN"


Be informed, that you could as well raise the "MAXDAEMONS" setting in "../courier-imap/imapd", even if that might increase your server load a bit
( I think that you want to change your IDLE - settings, because you might experience COURIER-IMAP running out of daemons, due to several all-time connected clients?! )
 
I now this appears in 2 places…
##NAME: IMAP_CAPABILITY:2
##NAME: IMAP_CAPABILITY_ORIG:2

I’ve changed it in both
 
Hi Pagemakers,

to check you network connections, you might use "lsof" for example. Usage is : lsof -i [protocol][:service|port] ( Please read the manual for more informations for "lsof" ). A standard command would be for example:

lsof -i TCP:993

Be aware, that we don't know, HOW you configured your server, so we don't know, WHICH ports are used for which service on your server.
 
HI,

awesome Thread here, helped me alot but today IDLE Command was set again. Only reason could be: Update.
So how can i take out this IDLE for sure and without getting override again, by Update?
 
Back
Top