Displaying 20 results from an estimated 200 matches similar to: "Outlook 2013 - mounting folders with XLIST"
2015 Jun 09
0
special_use \Archive not working with some foldernames
Hello list,
i use dovecot 2.2.18 compiled on my own and want to report an odd
behaviour when using a folder for special_use \Archive. In my case it is
not working when using some special foldernames (mbox). I compared to
version 2.2.15 which i found pre-packaged on launchpad.net, same
behaviour. All other special_use Folder work like expected.
My situation:
We authenticate users using
2010 Nov 01
1
auth child abort - "Requested NTLM scheme, but we have only SSHA256"
Hi!
I noticed these messages in my logs. It seems that the user checked the
"encrypted password" in her outlook or something, and wants NTLM auth.
I'm storing all the passwords as SSHA256, and when the user tries to
auth, this happens:
=> dovecot.info
auth: Info: password(<username>,<user_ip>): Requested NTLM scheme, but
we have only SSHA256
auth: Debug:
2013 May 21
0
Outlook 2013 - mounting folders with XLIST
Hello,
>> i do some tests with dovecot 2.1.7 and activated a default special-use
>> config. To get it work with outlook 2013, i also added XLIST to imap
>> capability string. basically this is working.
>>
>> is somebody also using special-use folders successful with outlook 2013?
> yes, testet a few times, works fine, without Junk folder , cause
> outlook
2017 Apr 21
1
LDAP schema ?
On Friday 21 April 2017 08:36:47 Steffen Kaiser wrote:
> On Tue, 18 Apr 2017, Dave Dodd wrote:
> > I am trying to determine the correct LDAP schema I need to use to have
> > either mailLocation or mailboxPath available ?
> >
> > Should I be just adding this to one of my own custom objectClasses ?
>
> Surprisingly, lots of installations seem to work with standard
2013 May 08
1
Xlist in userdb, Foldernames with whitespace?
Hello,
i use dovecot 2.1.7 and exported all my XLIST FolderSettings to userdb
Whole Story is here:
http://dovecot.org/list/dovecot/2013-March/089209.html
This is all successful, but there is one problem left.
I use lines like this to realize individual XLIST Foldernames in usedb:
namespace/inbox/mailbox=Sent namespace/inbox/mailbox/Sent/name=Sent
namespace/inbox/mailbox/Sent/auto=subscribe
2016 Feb 11
2
Multiple quota rules from LDAP userdb?
Hello,
I'm just asking myself, how I get multiple quota rules into the LDAP
userdb.
Dovecot is 2.2.9
userdb_attrs = ? fooQuotaRule=quota_rule=%$
which allows me to have an user db entry as
fooQuotaRule: *:storage=1000:messages=50
fooQuotaRule: Trash:storage=500
But, if I'd like to have another quota rule for a submailbox of that
user?
doveadm user returns the first
2017 Apr 18
4
LDAP schema ?
Hi,
I am trying to determine the correct LDAP schema I need to use to have either
mailLocation or mailboxPath available ?
Should I be just adding this to one of my own custom objectClasses ?
-- Dave
2013 Nov 25
4
v2.2.9 released
http://dovecot.org/releases/2.2/dovecot-2.2.9.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.9.tar.gz.sig
+ Full text search indexing can now be done automatically after
saving/copying mails by setting plugin { fts_autoindex=yes }
+ replicator: Added replication_dsync_parameters setting to pass
"doveadm sync" parameters (for controlling what to
2013 Nov 25
4
v2.2.9 released
http://dovecot.org/releases/2.2/dovecot-2.2.9.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.9.tar.gz.sig
+ Full text search indexing can now be done automatically after
saving/copying mails by setting plugin { fts_autoindex=yes }
+ replicator: Added replication_dsync_parameters setting to pass
"doveadm sync" parameters (for controlling what to
2015 Jun 17
4
dsync selectively
On 16/06/15 14:27, lejeczek wrote:
> On 16/06/15 14:16, lejeczek wrote:
>> On 16/06/15 13:14, B wrote:
>>> P,
>>>
>>> On Tue, Jun 16, 2015 at 01:07:52PM +0100, lejeczek wrote:
>>>
>>>> I've barely started reading on dsync and I wonder..
>>>> would you know if it is possible to sync/replicate only
>>>> specific
2017 Apr 21
0
LDAP schema ?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 18 Apr 2017, Dave Dodd wrote:
> I am trying to determine the correct LDAP schema I need to use to have either
> mailLocation or mailboxPath available ?
>
> Should I be just adding this to one of my own custom objectClasses ?
Surprisingly, lots of installations seem to work with standard schemas -
if you believe internet search
2014 Aug 01
1
autocreate mailboxes
Hello,
I just upgraded to Dovecot 2.2.13 from the 2.0 version branch- so far
everything is working great.
I wanted to take advantage of the mailbox option to auto create and auto
subscribe users to a Sent and Trash folder (using the support for the
special use flags), but ideally, I only want to do this for new mailboxes,
and not for all the mailboxes that already exist on the system.
2014 Apr 09
2
Override maildir for just a few users
Hi all,
Currently, I have mail_location = maildir:~/Maildir set and all passdb
and userdb lookups are SQL based (doveconf -n pasted below).
However, I want to override the users maildir location - and *only* the
maildir location - for just a few users.
I was thinking the easiest way would be to add a simple flat file based
userdb that is checked before the SQL based one, where I can define a
2015 Nov 11
0
Dovecot+AD
Hello.
I have a iRedmail server integrated with AD.
I make it following theese instructions
http://www.iredmail.org/docs/active.directory.html
In my AD i have a user
attributes:
sAMAccountName = user1
userPrincipalName = csi at int.mdom.com
proxyAddresses = mail1 at out.lor.com
i need login with user user1 without domain and then have an address
mail1 at out.lor.com
i user it in
2015 Nov 11
0
Active directory
Hello.
I have a iRedmail server integrated with AD.
I make it following theese instructions
http://www.iredmail.org/docs/active.directory.html
In my AD i have a user
attributes:
sAMAccountName = user1
userPrincipalName = csi at int.mdom.com
proxyAddresses = mail1 at out.lor.com
i need login with user user1 without domain and then have an address
mail1 at out.lor.com
i user
2012 Aug 06
1
more efficient way to parallel
Dear All,
Suppose I have a program as below: Outside is a loop for simulation (with
random generated data), inside there are several sapply()'s (10~100) over
the data and something else, but these sapply's have to be sequential. And
each sapply do not involve very intensive calculation (a few seconds only).
So the outside loop takes minutes to finish one iteration.
I guess the better way
2011 Mar 17
1
assigning to list element within target environment
I would like to assign an value to an element of a list contained in an
environment. The list will contain vectors and matrices. Here's a simple
example:
# create toy environment
testEnv = new.env(parent = emptyenv())
# create list that will be in the environment, then assign() it
x = list(a=1,b=2)
assign("xList",x,testEnv)
# create new element, to be inserted into xList
c = 5:7
2018 May 29
2
auth: Error - Request timed out
Hello,
Am 29.05.2018 um 09:22 schrieb Aki Tuomi:
>
> On 29.05.2018 09:54, Hajo Locke wrote:
>> Hello List,
>>
>> i use dovecot 2.2.22 and have the same problem described here:
>> https://dovecot.org/pipermail/dovecot/2017-November/110020.html
>>
>> I can confirm that sometimes there is a problem with connection to
>> mysql-db, but sometimes not.
2005 Feb 12
3
data.frame into list by columns; merge and row.names
Hi
a)
I want to make a list out of a data.frame, where each element of the
list is a column of the data.frame.
I looked in the archives and saw a lot of postings but surprsingly
none elucidated me. I also tried the split, aggregate help files and
counldn't see any easy way to do this. I wouldn't be surprised if
it's there, but I really didn't see it.
I solved the problem
2013 Oct 30
1
Configuring SPECIAL-USE Dovecot 2.0.9
Hi All,
I'm trying to configure Dovecot 2.0.9 to support Outlook 2013.
As I understand it, I need to configure XLIST. I have added
imap_capability = +XLIST
to 20-imap.conf
When I try to query the IMAP folders I get an error "An IMAP command
Failed". Looking at the logs I get XLIST Command not found.
I can only assume that I'm missing something in the