[imp] Persistent IMAP connections?

2008-06-19 Thread Mark Bishop
Is it possible to have persistent imap connections? In every operation in IMP I see a login and then a logout in my log files. If this is a stupid question, my apologies. This message was sent using IMP, the Internet Messaging

Re: [imp] Changing the url of the defualt login

2008-06-13 Thread Mark Bishop
That's your virtual host not being configured correctly in apache. Nothing to do with horde/imp. Quoting "Eric A. Bonney" <[EMAIL PROTECTED]>: > Nope I get an HTTP 440 error when I change that. > > Thanks though... > > -Eric > > Quoting Mark Bish

Re: [imp] Changing the url of the defualt login

2008-06-13 Thread Mark Bishop
Look at config/conf.php:$conf['cookie']['path'] = '/webmail'; Quoting "Eric A. Bonney" <[EMAIL PROTECTED]>: > Currently I have an Alias that points to my horde setup and it is set > up as such: > > Alias /horde "/usr/share/horde" > > AllowOverride None > Options ExecCGI -MultiView +SymLinksIfO

Re: [imp] IMP & Spamassassin (spamassassin uses ~www-data/.spamassassin)

2008-05-30 Thread Mark Bishop
Quoting Michael Rubinsky <[EMAIL PROTECTED]>: > Quoting Mark Bishop <[EMAIL PROTECTED]>: > >> When I "Report as Spam" in IMP, how can I get IMP to tell spamassassin >> to use the correct user instead of always using the apache daemon >> owner (www-d

[imp] IMP & Spamassassin (spamassassin uses ~www-data/.spamassassin)

2008-05-28 Thread Mark Bishop
When I "Report as Spam" in IMP, how can I get IMP to tell spamassassin to use the correct user instead of always using the apache daemon owner (www-data)? I don't want to have a global site bayesian filter. I want a per user one. --