That was my first guess and I tried that before but I was not able to login.
I just looked at it again and it turns out that I was using a wrong
password. gr
Sorry, my bad. All up and running like it should be!
Thanks!
Quoting Oscar del Rio :
On 05/23/14 09:56 AM, ro...@cryptob.in wro
Yes, a mean a new email account.
There is only one user an he is the admin.
$conf[auth][driver] is set to "Let a Horde application hadle auth"
$conf[auth][params][app] is set to "imp"
I can go to the user config when logged in but is tells me:
"Your authentication backend does not support addin
Hi,
Hopefully someone can give me a hint on how to add a new user to my
IMP authentication.
I installed a fresh version of Horde 5.1.4 on Ubuntu 12.04. I used
pear to install and I ran webmail-install after that. During the
webmail-install, I setup mysql and user Bob. All is working well, no
iss
Martin Hochreiter a écrit :
Am 04.12.2011 11:58 schrieb Ronan SALMON:
Martin Hochreiter a écrit :
Hi!
After the update to 5.0.15 Dimp can't load my folder view any more
(in other mailbox it is working, and imp/traditional can load it)
No hint in horde-debug and imap-debug logs (Co
e.org/ticket/10802
Ronan.
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Quoting francis picabia :
On Tue, Nov 8, 2011 at 9:22 AM, Ronan SALMON wrote:
francis picabia a écrit :
On Tue, Nov 8, 2011 at 1:45 AM, Michael M Slusarz
wrote:
Quoting francis picabia :
At our site, we've had dynamic mail with IMP active for roughly 3 weeks.
Today we hav
es it have a way to automatically delete from trash after XX
number of days?
You can configure (and maybe lock) a trash login task in imp/config/prefs.php
Ronan.
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org
27;] = true;
enable hooks using the provided examples for those 3 prefs and remove
the actual values in your prefs backend.
Still doesn't work. I have verified that 'localsql' value really
comes from $GLOBALS['registry']->call('contacts/getDefaultShare');
in a hook by adding "test" string in front of the call and get
'testlocalsql'. So the hook is working but doesn't return correct
value of the share id.
Actually, I though this was working here, but I doesn't :-(
I don't get the localsql error when I send a message, but the email
address is not automatically added to my personal address book.
Ronan
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org
lue'] = '';
$_prefs['search_fields']['locked'] = true;
$_prefs['search_fields']['hook'] = true;
$_prefs['add_source']['value'] = '';
$_prefs['add_source']['locked'] = true;
$_prefs['add_source']['hook'] = true;
enable hooks using the provided examples for those 3 prefs and remove
the actual values in your prefs backend.
Ronan.
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org
to go to the preferences and create
stationery just for that.
I agree with Jan and Jochen. IMP/DIMP should honor IMP's
auto_delete_drafts pref.
Ronan.
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Jan Schneider a écrit :
Zitat von Michael M Slusarz :
>
>> Quoting Jochen Roderburg :
>>
>>> Another issue upon which I stumbled again when I made my tests for
>>> the cache problem:
>>>
>>> The IMP behaviour regarding "drafts" that I know from IMP3 is:
>>> I can click on a draf
MAP folder subscriptions' ? If yes, then
subscribe to other folders to see them automatically.
Ronan.
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Ronan SALMON
MBP--- Begin Message ---
Ronan SALMON wrote:
Tornoci Laszlo a écrit :
Hi,
I have a Horde/IMP system that behaves strangely since I upgraded from
3.1.5/4.1.5 to 3.3.4/4.3.4. I have about 400 users with 50-70
concurrent sessions usually. The IMAP mailstore (Cyrus) and the
27;t see any unusual network or process activity. There is no
obvious correlation with the number of concurrent users either.
Any ideas, anyone?
Do you have any hook enabled ?
Ronan.
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://h
ested? (Then
it's IMP's fault).
By the way, I have installed the fileinfo PECL thing, as suggested.
test.php returns:
# MIME Magic Support (fileinfo): Yes
# MIME Magic Support (mime_magic): Yes
What is causing the problem?
Remove file "mimeTypes.rdf" in Firefox's pro
n user's profile folder, start firefox and try again.
Sometimes for whatever reason, firefox doesn't detect the right mime
type and tells IMP that the attachement/uploaded file is a text file.
Ronan.
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Qu
Ticket 6116
Ronan
Alfonso Marín Marín <[EMAIL PROTECTED]> a écrit :
Hi,
I have noticed that iTip viewer hide invitation actions
(accept-import, deny, ...) when we are not in IMP mode, so there is
no way to accept/deny an invitation from DIMP.
Is it planned to incorporat
008, but the Sent folder wasn't created on the
server. We had the same error messages. I had to create the Sent
folder manually on the server for each user.
I thought it was because we had $conf['server']['cache_folders'] =
true, but setting it to false, I wasn
>
>
> - Weitergeleitete Nachricht von [EMAIL PROTECTED] -
> Datum: Fri, 18 Jul 2008 22:06:40 -0700 (PDT)
>Von: [EMAIL PROTECTED]
>Betreff: Re: [imp] Reply-Forward of HTML inline emails
> An: Jan Schneider <[EMAIL PROTECTED]>
>
> Is there a pointer somewhere to the
:
'imap_lsub', array($imp_imap->stream(), $this->_server, '*'));
+ $newboxes = call_user_func_array($showunsub ? 'imap_list' :
'imap_lsub', array($imp_imap->stream(), $this->_server, '#shared.*'));
But doing this, I can't see my fol
Quoting Ronan SALMON <[EMAIL PROTECTED]>:
Hi all,
in the file imp/lib/IMAP/Tree.php,line 485, function init(), I'm
wondering what is the variable $name set to ? where is it set ?
$this->_tree[$name] &= ~IMPTREE_ELT_NOSHOW;
Fixed.
It's worth now. When I login,
Hi all,
in the file imp/lib/IMAP/Tree.php,line 485, function init(), I'm
wondering what is the variable $name set to ? where is it set ?
$this->_tree[$name] &= ~IMPTREE_ELT_NOSHOW;
Thanks,
Ronan
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Freq
fig' option, IMP doesn't show shared folders.
With the option enable, IMP and DIMP do show shared folders but
folders aren't displayed as expected.
eg of folder tree : using DIMP and imap_config disabled
- INBOX
- Sent
- Trash
- Calendar
- Address Book
- New Folder
and the user's folders
eg of folder tree : using DIMP and imap_config enabled
- INBOX
|-- user's folders
- Sent
- Trash
- Calendar
- Address Book
- New Folder
- user share
|-- user shared folder
Has anyone got IMP/DIMP working properly with courier-imap and shared
folders (cvs version) ?
Thanks,
Ronan
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]
Hi,
You have to make sure that the folder does exist and it has to match
the 'sent_mail_folder' value in imp/config/prefs.php
Ronan
- Message from [EMAIL PROTECTED] -
Date: Fri, 23 May 2008 18:34:07 +0200
From: Hans-Peter Straub <[EMAIL PROTECTED]>
Su
able
>>
>> Can it be a problem with php?
>> My version is 4.3.10
Try to remove you browse's profile. I had a similar problem with one
user. We're using Firefox. Removing firefox's profile fixed the problem.
Ronan.
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]
Quoting Michael M Slusarz <[EMAIL PROTECTED]>:
Quoting Ronan SALMON <[EMAIL PROTECTED]>:
Folders should *not* be appearing under the INBOX folder.
Sorry, I don't understand you're answer:-(
On the left side of the window, I do have folders (like in IMP):
INBOX
|->
Michael M Slusarz <[EMAIL PROTECTED]> a écrit :
> Quoting Ronan SALMON <[EMAIL PROTECTED]>:
>
>> Hi all,
>>
>> I'm using the CVS HEAD version.
>>
>> When consulting emails, I can see/use the message list scroll bar and
>> the message view
not on the folder panel, but on the main
window.
I use firefox 2.0.0.10 linux/2.0.0.12 windows.
As anyone got the folder panel scoll bar appearing/working ?
Thanks,
Ronan.
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To u
Have you set $mime_drivers['imp']['html'] -> inline to true in
imp/config/mime_drivers.php
Ronan
Quoting Andrea Soracchi <[EMAIL PROTECTED]>:
> HI,
>
> I have the same problem with IMP 4.2-RC2
> Def. Quota chris nicaise <[EMAIL PROTECTED]>:
&g
Hi,
I had weird problems as well with only 2-3 users. I deleted all
IMP/horde cache files and everything worked fine after that. If you're
using horde default settings, cache files are probable in /tmp.
Ronan
Quoting Nicolas Camacho <[EMAIL PROTECTED]>:
> My users have a
Hi,
I don't know if what you're looking for exist within Horde, but it
sounds like 'sympa' is what you need (www.sympa.org). It can do pretty
anything about mailing list.
Hope this helps,
Ronan.
Quoting Peter Paul Elfferich <[EMAIL PROTECTED]>:
> Hi,
>
&
31 matches
Mail list logo