Displaying 20 results from an estimated 2000 matches similar to: "dovecot and libnss-ldap"
2007 Aug 11
1
"pipe" plugin
Hi,
Long ago (more than 2 month ago), I told about a "pipe" plugin I had
written to perform some spam/ham learning (see the attached message).
I'm now proud to say that I can make it available for use by anyone.
You can get it from
http://nicolas.boullis.free.fr/pipe.tar.gz
Note that this is a temporary location. If someone had a good place to
host it, feel free to do (and
2007 Dec 05
6
"pipe" plugin - is anyone interested (or using it)?
Hi,
A few months ago, I sent a message to this list asking if people would
be interested by a "pipe" plugin (see
http://dovecot.org/pipermail/dovecot/2007-May/023005.html ). I received
a few answers of people who told they were intersted.
A few months later, I sent a new message announcing the availability of
my work (see
http://dovecot.org/pipermail/dovecot/2007-August/024805.html ).
2007 Jan 15
1
Bug#406973: logtail misses lines in rotated file
Package: logtail
Version: 1.2.52
Severity: normal
Tags: patch
Hi,
When a logfile is rotated, logtail misses the lines logged between the
last logtail run and the logfile rotation.
The attached patch allows to set an alternate logfile that logtail tries
to use as the old logfile if the inode has changed.
It can be used as:
logtail -f /var/log/syslog -a /var/log/syslog.1
(Please note that this
2007 Feb 14
3
quota warning
Hi,
Is there a way with dovecot to warn users who are close to reach their
quota?
Although I never used it, I think cyrus supports something like that by
droping a warning message into the INBOX when delivering a message that
brings the total size over a certain percentage.
Would it be feasible to implement something like that with an extra
plugin or by changing the quota plugin?
Cheers,
2007 Mar 31
4
quota warning - take 2
Hi,
About one month ago, I sent a patch to this list to implement warnings
when a user is close to reach his quota.
I tried to follow Timo's advice to improve my code, and here (at last)
is a new patch. Things I did not fix:
- This patch is still for dovecot 1.0, as I will need warnings with
dovecot 1.0. I may rewrite it for CVS HEAD in the future but can't
promise.
-
2007 May 23
3
How about a "pipe" plugin?
Hi,
I have written a plugin so that each time a message is added to a
specific box, a program is run and the message is piped into it. Note
that the message is also really added to the box.
I've been using it for nearly 3 month, for spam/ham learning, and have
not had any problem with it. I guess it could also be used to
implement an out box (I remember seeing someone asking for such
2006 Jun 21
1
quotas on shared folders
Hi,
After using dovecot 0.99.14 on a production server with full
satisfaction, I'm now giving a try to 1.0beta8 (I know beta9 is out, but
it's not yet available within Debian). The new features are great.
Maildir++ quotas seem to work fine, and shared folders look promising
(despite a few issues).
My problem is that I could not fire out how to set quotas on shared
folders. Is it
2007 Feb 08
1
Compiler warnings
Hi,
I'm trying to install Dovecot 1.0RC22 on an old Trustix 1.5 box and am
getting the compiler warnings:
quota-storage.c:275: warning: pointer of type `void *' used in
arithmetic
convert-storage.c:50: warning: pointer of type `void *' used in
arithmetic
acl-backend-vfile.c:212: warning: pointer of type `void *' used in
arithmetic
There are many more of these pointer warnings
2011 May 14
4
Libnss-mdns problem
Hi there!
I've got a problem with running wine under Debian.
When i try to start a download following comes :
root:~# wine ~/.wine/drive_c/Program\ Files/Valve/HLServer/HldsUpdateTool.exe -command update -game brink ~/server/brink
It appears that libnss-mdns is installed on your system,
but lib32nss-mdns is not. Please note that Wine will not be
able to access the Internet unless you either
2010 Jun 15
0
[OT] OpenLDAP dynamic groups with samba/libnss
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Hi,
I know this is off-topic for this list but I'm
trying to find somebody with an OpenLDAP dyngroup setup
that is actually working and could help me with some
examples. :)
I'm using Debian Lenny with samba 3.4.7 (from
Debian backports), and although my 'getent group GRP' is
working perfect, 'id user' and samba are not
2001 Nov 03
5
libnss-ldap vs winbind?
I set up winbind on one box successfully. Now a friend told me
that it might be better to use ActiveDirectoriy (the PDC and all
other servers are win2000). What is the difference in both
approaches? which is 'better'?
I feel that ldap is the more general and cleaner solution. Is
that true? My windows-admins will get rid of wins soon. does
winbind rely on wins? can libnss-ldap also create
2002 Nov 27
4
libnss on solaris
hi,
i am trying to make solaris resolve windows names via nsswitch.conf
using broadcasts and/or wins server.
i have compiled samba and nsswitch/libnss_wins.so.
i added wins to hosts section in nsswitch.conf and
copied libnss_wins.so as /lib/nss_wins.so.1
and it does not work. am i missing something?
please help,
terry
2003 Apr 17
0
rsync - windows how should I compile the code any clues -Thanks !
Hi Donovan,
Thank you for the insight. I will keep you posted on this.
Best Regards
Naveen A.
>From: Donovan Baarda <abo@minkirri.apana.org.au>
>To: Naveen Athresh <naveenathresh@hotmail.com>
>CC: rsync@samba.org,librsync developers list
><librsync-devel@lists.sourceforge.net>
>Subject: Re: rsync - windows how should I compile the code any clues
>-Thanks
2007 Feb 10
3
Reproducible duplicate messages bug with Mail.app+Dovecot
Hey guys,
I am not sure if this is a Mail.app bug or a dovecot bug. I can
reproduce it 100% of the time using dovecot and Mail.app. I cannot
reproduce it with other imap clients, which at first made me think it
was Mail.app, but then I tried Mail.app with other imap servers and
couldn't reproduce it either, so it's definitely the combination of
the two. So I thought
2016 Sep 08
2
smbd to authenticate via pam modules
On 09/08/2016 05:10 PM, Volker Lendecke wrote:
> On Thu, Sep 08, 2016 at 04:59:14PM +0200, David Komanek via samba wrote:
>> and there is nothing logged by pam libraries, so I suppose they are not
>> called at all (other services are using it successfully and logging
>> without problems). But as long as I am using plaintext passwords, it
>> should be going to pam
2007 Mar 02
1
Doing %var-substitutions in a plugin...
Hi,
I'm trying to write a plugin that need to do some %var-substitution. Is
there a way to get the var_expand_table used by the process?
If not, I guess I could use getenv("USER") (for %u, %n and %d) and
getenv("HOME") (for %h); but what for the other ones?
Cheers,
Nicolas
2007 May 25
1
Quota warning not generated
I am testing out the unofficial quota warning patch with Dovecot 1.0.0,
and no matter what values I use for the storage or messages values, the
warning script is never executed.
My plugin settings are:
plugin {
quota = maildir:storage=20480
quota_warning = storage=80%:messages=10 /usr/local/bin/quota-warning.sh
}
I've tried the following quota_warning lines without any luck:
2007 Jul 06
3
modules/imap/lib02_imap_quota_plugin.so: undefined symbol: quota_set
Hi,
I wanted to enable FS quota support in dovecot, and have configured the
following directives:
protocol imap {
mail_plugins = imap_quota
}
plugin {
quota = fs
}
With this additional settings, my normally working dovecot.conf doesn't start
anymore:
Starting mail server:
dovecotEdlopen(/usr/lib/dovecot/modules/imap/lib02_imap_quota_plugin.so)
failed:
2007 Feb 12
5
dead bodies stacking up in Drafts folder
Hi,
Setup : Apple Mail 2.1.1 (752.3) on Intel MacBook Pro and Dovecot
1.0rc22 on Solaris 9/SPARC. I use IMAP/TLS.
Problem : mails are stacking up in the Drafts folder.
When I start writing a mail, it appears in the drafts folder, and
usually disappear as desired when I hit "Send". It then appear in the
"Sent" folder.
Sometimes, a draft versions stays in
2004 Feb 18
0
Signatures in Samba with windows XP
Hi all,
I repost the message about the signatur because I've not had any response.
This time I hopefuly to get some ideas.
When we put the parameter "server signing = auto or Yes" in smb.conf, the
Windows XP clients can no longer connect to the samba (3.0.2), the
"net use \\server\ipc$ /u:user password" return error 64. If I disabled
the "server signing" the