Displaying 20 results from an estimated 3000 matches similar to: "Per user mail quota via LDAP"
2008 Oct 16
3
Multiple "mail" field in one LDAP account
Hello all!
#pkg_info | grep dovecot
dovecot-1.1.3_1
dovecot-managesieve-0.10.3
dovecot-sieve-1.1.5_1
Im trying to do this:
Im have a LDAP account with multiple "mail" field like this(many strings
cuted):
dn: uid=k.proskurin,ou=Users,dc=Moscow,dc=CAS
uid: k.proskurin
userPassword: {CRYPT}$1$ETadxf6G$O2bNUQVSHxksUp08V/iY2.
mail: sysadmin at domain.off
mail: proskurin-kv at domain.off
2008 Sep 08
3
LDAP filters
Hello all.
I'm have this problem:
I'm want auth users by "uid" filed but this filed uniq only in one LDAP
container. So im what to tell dovecot were to look some "uid" by "mail"
filed of this user.
Can im do this:
pass_filter = (&(objectClass=mailUser)(mail=*@%d)(uid=%n))
Will this construction work?
--
Best regards,
Proskurin Kirill
2009 Dec 08
2
After upgrading to 1.2 - absolute path questions
Hello.
I have this:
/usr/local/etc/dovecot.conf:
mail_location = maildir:/var/spool/dovecot/domains/%d/%n
/usr/local/etc/dovecot-ldap.conf:
user_attrs = mailQuotaSize=quota_rule=*:storage=%$M
,=uid=1002,=gid=1002,=home=/var/spool/dovecot/domains/%d/%n
Two absolute paths seems to it is not right(but it works good...)
Right way will be:
mail_location = maildir:%d/%n
2008 Jul 08
2
Dovecot CRAM-MD5 & DIGEST-MD5
Hello all.
Im try to make a SMTP Auth using Docecot SASL.
Im use swaks for tests.
Im store users in LDAP.
As im understand for CRAM & DIGEST MD5 we need to store pass in a clear
text?... Ok.
mail: admin3 at domain.off
userPassword: 123 <- Clear text
What im do
%swaks -a CRAM-MD5 -au admin3 at domain.off -ap 123
To: admin3 at domain.off
=== Trying mx.domain.off:25...
=== Connected to
2008 Sep 11
2
Dovecot Ldap Logs
Hello all!
One question about ldap.
In my logs im see this:
Info: auth(default): ldap(sysadmin at domain.off,172.16.1.80): user search:
base=dc=CAS scope=subtree
filter=(&(objectClass=mailUser)(mail=sysadmin at domain.off)) fields=(all)
Info: auth(default): ldap(sysadmin at domain.off,172.16.1.80): result:
accountStatus(?unknown?)= cn(?unknown?)= givenName(?unknown?)=
2009 Oct 21
2
Maildir autocreation
Hello.
Today i found what maildir autocreation stop work.
May be after upgrade to 1.2. Here logs:
Oct 21 11:01:25 deliver(shershov-oa at fxclub.org): Info: Loading modules
from directory: /usr/local/lib/dovecot/lda
Oct 21 11:01:25 deliver(shershov-oa at fxclub.org): Info: Module loaded:
/usr/local/lib/dovecot/lda/lib10_quota_plugin.so
Oct 21 11:01:25 deliver(shershov-oa at fxclub.org): Info:
2009 Jan 20
3
Dovecot optimisation
Hello all.
We start to use Dovecot at our email production but it runs not such
fast as we expect.
We use Dell 2950 with 4GbRAM at FreeBSD-7.0-p9 - load avarage never
upper a 0.5
We have about 500 clients most of it use Outlook 2007 via IMAP.
We run in this problems:
1) Sync of imap folder is really slow(I think it is Outlook problem)
2) Time after time we got Sync error from outlook
3) Time
2008 Oct 16
2
quota-warning.sh mail from
Hello all
How Dovecot 1.1.3 quota script understand to who send a mail?
In try to do this:
In conf:
quota_warning = storage=80%% /usr/local/bin/quota-warning.sh 80 %u@%d
In logs:
IQuota warning: bytes=168611020 (80%) messages=0 (0%)
command=/usr/local/bin/quota-warning.sh 80 dump-capability@
*what is dump-capability@ ? OS related user?...*
#cat quota-warning.sh
#!/bin/sh
PERCENT=$1
TO=$2
2009 Apr 24
3
1 Dovecot proxy to 2 real IMAP servers
Hello all.
I have 2 Dovecot IMAP servers with different mailboxes. What serves
different email domains.
I want to add one Dovecot Proxy server and make him understand based on
user domain - were it need to transfer a connection.
I use LDAP auth based on "mail" attribute.
It is possible?
P.S. Proxy documentation at dovecot.org not help at all and seems to not
complited. :-(
--
2010 Mar 22
4
Dovecot-1.2 + Sieve + Managesieve on Debian
Hello!
I think about migrate from FreeBSD to Linux because I need DRBD for
clustering.
I want to use Debian Lenny but run on some problems.
I want near latest Dovecot packages. Native repos are too old. Backports
seems to don`t have a Sieve&Managesieve support and we need it(am I
wrong?). Stephan Bosch auto packeges is not for production.
How could I solve this without make own
2011 Jun 27
7
[btrfs-delalloc-]
Hello all.
What we have:
SL6 - kernel 2.6.32-131.2.1.el6.x86_64
btrfs on mdadm RAID5 with 8 HDD - 27T partition.
I see this at top:
1182 root 20 0 0 0 0 R 100.0 0.0 16:39.73
[btrfs-delalloc-]
And LA is grow. What is this and how can I fix it?
--
Best regards,
Proskurin Kirill
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of
2011 Jul 01
2
Re: [btrfs-transacti] & btrfs-endio-wri] - WAS: Re: [btrfs-delalloc-]
On 06/30/2011 09:13 PM, Josef Bacik wrote:
> On 06/30/2011 10:12 AM, Proskurin Kirill wrote:
>> On 06/29/2011 08:14 PM, Josef Bacik wrote:
>>>> Ok - I upgrade to 2.6.39-2 but it is seems to all things get worse.
>>>> Now I see [btrfs-transacti]& btrfs-endio-wri] 80-100% all the
time and
>>>> io performance looks like lower then before.
2009 Apr 01
2
Email stress test
Hello all.
May be not in right list but...
I have a email system based on:
Exim-4.69 + Dovecot-1.1.11 on FreeBSD-7.1
I need to make a stress test on it.
Something like a 1000 concurrent conection to IMAP and SMTP.
What tool can help me?
--
Best regards,
Proskurin Kirill
2007 Nov 26
2
Some dovecot conf parameters
Hello all!
First of all - sorry for my english. :-)
Im working now on migration from cyrus to dovecot(v1.07). Everything
work`s fine for now, but some parameters at dovecot conf a mystical for
me. :-)
dovecot-ldap.conf:
user_attrs = mail
#,homeDirectory,,,,
user_filter = (&(objectClass=qmailUser)(mail=%u))
pass_attrs = mail,userPassword=password
pass_filter =
2010 May 30
4
OCFS2 performance - disk random access time problem
Hello.
I plan to use OCFS2 + DRBD for email server.
Problem:
I use "seeker" for testing
http://www.linuxinsight.com/how_fast_is_your_disk.html
And get this:
Results: 65 seeks/second, 15.23 ms random access time
Then I do rm of many files - it fals to 10 seeks/second and performance
is terrible.
What can I do to increase it? What`s wrong?
Below is many info.
What we have:
Debian
2008 Oct 22
9
Released v1.1.5 and v1.2.alpha3
http://dovecot.org/releases/1.1/dovecot-1.1.5.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.5.tar.gz.sig
http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha3.tar.gz
http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha3.tar.gz.sig
A combined release announcement for a change. :)
Largest changes since v1.1.4:
* Dovecot prints an informational message about authentication problems
2008 Oct 22
9
Released v1.1.5 and v1.2.alpha3
http://dovecot.org/releases/1.1/dovecot-1.1.5.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.5.tar.gz.sig
http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha3.tar.gz
http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha3.tar.gz.sig
A combined release announcement for a change. :)
Largest changes since v1.1.4:
* Dovecot prints an informational message about authentication problems
2009 May 04
2
New messages notification - (IMAP PUSH?)
Hello all.
I have strange problem.
As I understand IMAP use server2client command to tell what new email is
arrived.
So - all was good, but few weeks ago I notice what my thunderbird not
show new messages. I think it was local problem(I switch distro what
day) but soon my email clients what uses mostly Outlook-2007-SP1 start
to confirm this problem.
What can it be and how can I fix it?
I
2010 Apr 07
2
ImapTest build problem
Hello.
My system is:
Debian Lenny 2.6.26-2-amd64
I try to build Imaptest and follow
http://www.imapwiki.org/ImapTest/Installation
But get this:
./configure --with-dovecot=../dovecot-2.0.beta4 && make
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking
2008 Nov 28
2
Autocreate plugin for 1.1 - trying to patch under FreeBSD
Hello all.
I try to add Autocreate plugin patch to my FreeBSD host.
I think I make all wrong. Could you tell me how to patch it?
What I do:
cd /usr/ports/mail/dovecot
make extract
cd cd work/dovecot-1.1.6/src/
fetch http://www.dovecot.org/patches/1.1/autocreate-plugin.c
sh -x /tmp/patch.sh
+ export DOVECOT=~/usr/ports/mail/dovecot/work/dovecot-1.1.6/src
+ gcc -fPIC -shared -g -Wall