[Dovecot] Gnus and dovecot time out

2008-01-31 Thread Richard G Riley
Could someone suggest what the solution here is? Dovecot is terminating the connection to Gnus after a certain period of activity. It's my own mail server so no need to worry about hogging resources. Should/could Dovecot be configured to keep the connection alive, or should Gnus be programmed to

Re: [Dovecot] Dovecot-imap, tls, gnus

2008-01-11 Thread Richard G Riley
Timo Sirainen [EMAIL PROTECTED] writes: On Thu, 2008-01-10 at 17:21 +0100, Richard G Riley wrote: I have a connection to my dovecot server from gnus: , | (add-to-list 'gnus-secondary-select-methods | '(nnimap hermes | (nnimap-stream starttls

Re: [Dovecot] Dovecot-imap, tls, gnus

2008-01-11 Thread Richard G Riley
Greg Troxel [EMAIL PROTECTED] writes: [dovecot closing connections to gnus, making gnus fail to exit group] I use gnus and I think that the closed connection happens to me once in a while. gnus just reopens it - I'm running the head of Gnus CVS. So this feels like a gnus bug. I don't

[Dovecot] Switch from courier to dovecot

2008-01-10 Thread Richard G Riley
I have an courier IMAP server running. To get sib dirs working I had to rename them all to begin with a period .. e.g Maildir Maildir/{cur,new,tmp} Maildir/.account1/{cur,new,tmp} Maildir/.account2/{cur,new,tmp} Maildir/.account3/{cur,new,tmp} etc If I uninstall Courier and install dovecot,

[Dovecot] Dovecot-imap, tls, gnus

2008-01-10 Thread Richard G Riley
I have a connection to my dovecot server from gnus: , | (add-to-list 'gnus-secondary-select-methods |'(nnimap hermes | (nnimap-stream starttls) | (nnimap-address hermes) | (nnimap-authinfo-file ~/.authinfo))) ` If I