Displaying 20 results from an estimated 7000 matches similar to: "per user quota with lda"
2004 Jul 15
2
Samba LDAP Problem
Dear Lists,
I try to configure Samba as PDC LDAP backend with Linux-Suse-9.1 and smbldap-tools form www.idealx.org,
I follow guide from SMB-3 by Example book.
Step by step installation and configuration came with no error.
except i couldnt join w2k workstation to the new domain with administrator account.
# /var/lib/samba/sbin/smbldap-usershow administrator
dn:
2005 Jul 14
3
Very slow select() command on large mailboxes
Hi,
I'm trying to decide if I could use you mail server in our enviroment which
has about 10k users and mailboxes size about ~1GB.
So I made a few tests and it all worked quite fast, except that select
command on large mailboxes. The first time I select a mailbox which has 10k
messages it takes about 4s to process. I am deliberately trying this on a
Celeron 850Mhz, 512 MB memory and some
2005 Jul 14
2
Few questions
Is there a way to list all keywords a mailbox uses? I fetch flags for all
messages and then gorup them, but this is a very nasty solution.
What's the situation with full text search? Will it ever be implemented? Is
it already? Text search on my 0.99.14 is quite slow. Don't understand why no
IMAP server wants to implement this feature.
Does Dovecot support plugins?
Thank you,
Sebastjan
2005 Jul 23
1
Plugin development
Hi,
I have a few questions regarding copy and save_finish methods.
How can I get a filename or processing mail from the parameters you get in
that methods? How could I use the logger you use for dovecot inside my
plugin?
Thanks, Sebastjan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Nov 18
1
How to disable keywords?
Hi,
is there a quick way to disable keyword feature in dovecot?
Thanks, Sebastjan
2005 Dec 15
1
Variable '%r' doesn't transfomr in Postgres query
Hi,
i'm using postgres for authorization. When I switched from a4 to a5
authorization stoped working.
Query in conf file for postgres looks like this:
password_query = select password from auth('%u','%r');
But in logs, the transformed query looks like this:
Performing query: select password from auth('test','%r');
Looks like you don't transform that
2005 Jul 22
2
Update notifier
Hi,
I'm trying to add a code in dovecot that will notify my services when a
message is updated/added/moved/copied. I checked dovecot code a bit and
mail-storage.c seems to be a nice place for tracking but I'm not sure if I
can track all changes there.
Does anyone have any experience with this topic or ideas?
Thanks,
Sebastjan
-------------- next part --------------
An HTML
2005 Aug 14
1
Authentication based on client host
Hi,
I am wondering if it's possible to authenticate users that come from
specific IP differently then other users.
I will be authenticating them by postgresql so something like this
would be very useful:
password_query = SELECT password from get_user('%username','%host')
Is that possible? Can it be done any other way?
Thanks,
Sebastjan
2005 Apr 14
1
maildir creation
Hi all,
this is my first post to the list and sorry for my english.
I have a mail server based on qmail+dovecot+ldap with virtualdomains and
maildir stored in /var/vmail/<DOMAIN>/<USERNAME>/Maildir.
When I create a user on LDAP I don't create maildir too.
So if I log-in with dovecot (143,110) I hope dovecot creates maildir for
users but this is not I get: maildir are not
2005 Aug 06
1
Copying keyworded messages kills IMAP process(test78)
Hi,
when I try to copy/move messages with keywords, IMAP process dies:
dovecot: Jul 24 23:49:47 Info: imap-login: Login: user=<seba>, method=PLAIN,
rip=192.168.0.192 <http://192.168.0.192>,
lip=192.168.0.188<http://192.168.0.188>
dovecot: Jul 24 23:49:47 Info: IMAP(seba): Effective uid=1000, gid=100
dovecot: Jul 24 23:49:47 Info: IMAP(seba): maildir: data=/home/seba/Maildir
2005 Aug 20
1
Authentication with encrypted passwords
Hello,
I have a postgresql database which contains users that will access
dovecot, but their passwords are hashed and I don't have them in plain
text.
I was reading documentation that you can add tell dovecot which
password scheme should it use.
For example:
password_query = "select '{MD5}'||password from users where userid=%u"
Which would mean that dovecot will hash the
2005 Sep 14
1
Local authentication without password
Hi,
is it possible to configure dovecot so that users from a specific IP
(let's say 127.0.0.1) don't have to send password? They would be
authenticated no matter if passwords match or not.
Thanks, Sebastjan
2006 Jan 14
1
[BUG] Thread command
Hi,
while implementing thread support in our mail application I found a bug
which kills IMAP(alpha5, SUSE 10) process...
These are the commands:
x OK Logged in.
x select INBOX
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft NonJunk Junk $Forwarded
Spam)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft NonJunk Junk
$Forwarded Spam \*)] Flags permitted.
* 2280 EXISTS
* 1 RECENT
*
2010 Sep 23
3
execvp /usr/local/libexec/dovecot/dovecot-lda: Permission denied
I'm trying to follow the instructions for configuring Dovecot LMTP with
postfix for virtual domains but whenever mail arrives, in /var/log/maillog,
I see
Sep 23 16:01:20 mybox postfix/pipe[572]: 999C83206C6: to=<
user at mytest.domain.com>, relay=dovecot, delay=0.08, delays=0.04/0.01/0/0.03,
dsn=4.3.0, status=deferred (temporary failure. Command output: pipe: fatal:
pipe_command: execvp
2008 Mar 05
3
cluster with 2 nodes - heartbeat problem fencing
Hi to all, this is My first time on this mailinglist.
I have a problem with Ocfs2 on Debian etch 4.0
I'd like when a node go down or freeze without unmount the ocfs2 partition
the heartbeat not fence the server that work well ( kernel panic ).
I'd like disable or heartbeat or fencing. So we can work also with only 1
node.
Thanks
2006 May 10
4
LDA not being called by postfix?
Hello,
I'm using Postfix with virtual domains (MySQL), Dovecot 1.0beta7 and CVS
LDA. I've set up postfix to use the LDA for maildir delivery and defined
a global sieve script.
-- master.cf --
...
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/local/libexec/dovecot/deliver -d
${recipient}
...
-- main.cf --
smtpd_banner =
2009 May 18
5
LDA and postfix with recipient delimiter: documentation
Just a comment about the documentation for postfix integration when
using receipient delimiter and delivery of user+foo at domain.ext to
user at domain:
http://wiki.dovecot.org/LDA/Postfix
I had some issues to get this working, so thought I'd share my
experience. Dovecot version 1.2.rc3. Postfix version
postfix-2.7-20090511.
I have no local (unix) mailboxes, everything is delivered to
2009 May 20
5
using postfix+dovecot+squirrell+amavisd and spam folder per user
Hi All,
As I say in the subject I use postfix, dovecot with squirrellmail as webmail
and amavisd as spam control,
My problem is that all the spam I catch is send to /var/lib/amavis/virus but
I want to send this mails to the spam folder of each user.
This way the user can see the mails and determine if they are really spam or
false positive.
I dont know exactly what element of the system is the
2009 Jul 01
4
dovecot lda and postfix
I do not know if this is a help request to solve a problem but
to understand what is going on. I am going to start with the problem
description as I see it and we will go from there.
I have postfix setup to use dovecot for tls/sasl in addition to its
normal imap/pop3 functions. Postfix is also setup to do virtual
domains, getting its information from the files valias, vmaps, and
vhosts which are
2005 Jun 06
1
maildirmake
It is possibile to call maildirmake at login-time?
My final goal is to create maildir at login time (like courier-imapd) or
at least to create .INBOX.Trash, .INBOX.Drafts, .INBOX.Sent dir for
virtual user
/home/vmail/domains/$virtual_domain/$virtual_user/ .... with already
exsistant Maildir (created by postfix)
Thanks in advance