Timo Sirainen wrote:
> On Apr 3, 2009, at 4:31 AM, Jiri Novosad wrote:
>
>> #0 0x003d5e60d6fc in ?? () from /lib64/libselinux.so.1
>> #1 0x003d5e60d86b in matchpathcon () from /lib64/libselinux.so.1
>> #2 0x003d64203d3b in ?? () from /usr/lib64/libkrb5support.so.0
>> #3 0x003d6
We run around 5 dovecot (debian etch 1.0.rc15) POP/IMAP 'nodes' using
the LVS load balancer and an NFS based SAN. it works pretty well. I love
the robustness of load balancing POP/IMAP. We do a reasonable amount of
throughput through these especially at peak times pushing our SAN to
around 1.5
It's my code of message creation:
chunks = t_new(struct istream *, max_chunks);
chunks[cnt++] = header_filter(stream, &ra_mail->exclude_headers,
exclude_cnt); /* calls i_stream_header_filter */
#if 0
if (include_cnt) { /* calls i_stream_create_from_data for my
headers */
we are trying to figure out how and email box is not empty.
All we did was
/mail/user1
/mail/user2
/mail/shared
ln -s /mail/shared /mail/user1/shared
ln -s /mail/shared /mail/user2/shared
Perms are fine and people where dropping emails in here fine.
We added a third one and the user also right c
Dear all,
You & every mail-man saw Big Picture of qmail.
I assumed qmail is black box.I want to extend big picture, i use qmail
admin ,Devocot & vpopmail.
I draw a few relation.Can you tell me whether i draw correct?Also i need
to if i didn't draw relation tell me that i will draw that.
Yours,
Mohs
Hello !
Is it possible to configure dovecot so it can use SQL authentication
for set of domains, and ntlm authentication for one domain? In other
words, I would like to authenticate all users (with u...@domain.com as
login) in SQL server, and if not found, then strip @windomain.com from
login and
O/H neil έγραψε:
We run around 5 dovecot (debian etch 1.0.rc15) POP/IMAP 'nodes' using
the LVS load balancer and an NFS based SAN. it works pretty well. I
love the robustness of load balancing POP/IMAP. We do a reasonable
amount of throughput through these especially at peak times pushing
our
Hi All!!!
I'm configure mail server with Postix+Mysql+Dovecot.
How can I'm using to work sieve plugins?
My dovecot.conf
/protocol lda {
mail_plugin_dir = /usr/lib/dovecot/lda
#sendmail_path = /usr/sbin/postfix
#auth_socket_path = /var/run/dovecot/auth-master
mail_plugins = cmusieve
#global_script_
On 4/6/2009, neil (neil.towns...@switchmedia.co.uk) wrote:
> We run around 5 dovecot (debian etch 1.0.rc15) POP/IMAP 'nodes' using
> the LVS load balancer and an NFS based SAN. it works pretty well. I
> love the robustness of load balancing POP/IMAP. We do a reasonable
> amount of throughput throu
Zitat von fl...@pbartels.info:
Hello list,
I'm using dovecot 1.1.11 and I'm going to prohibit users to remove
their INBOX and some other directories in the mailbox root.
There is no problem with the inbox. Users can't delete the inbox it
looked like they could because my MUA unsubscribed t
Am Freitag, 3. April 2009 00:16:51 schrieb Timo Sirainen:
> On Wed, 2009-03-04 at 17:12 +0100, Sascha Wilde wrote:
> > 1) "user/A at example.com" really should be accessible to user B.
>
> Do you still want that this would point to user's INBOX?
IIRC this is Cyrus' behaviour and it is sane,
so I
I was hoping to finally get shared libdovecot.so and
libdovecot-storage.so libraries for v1.3, so Sieve (and maybe others)
could link against them. But I'm running into trouble getting it to
compile in Solaris 10. Could you non-Linux users test if this compiles
with you?
http://dovecot.org/tmp/dov
Thank you for your response, Mr. Bosch.
> James Butler schreef:
>> Hmmm. I'm having difficulty finding a good place for a global Sieve
>> script.
> First of all, you should start a new thread (i.e. don't reply on an
> existing message) if you have a completely new question. Otherwise, some
> peopl
On Apr 6, 2009, at 2:08 PM, Timo Sirainen wrote:
I was hoping to finally get shared libdovecot.so and
libdovecot-storage.so libraries for v1.3, so Sieve (and maybe others)
could link against them. But I'm running into trouble getting it to
compile in Solaris 10. Could you non-Linux users test if
On Mon, 6 Apr 2009, Timo Sirainen wrote:
I was hoping to finally get shared libdovecot.so and
libdovecot-storage.so libraries for v1.3, so Sieve (and maybe others)
could link against them. But I'm running into trouble getting it to
compile in Solaris 10. Could you non-Linux users test if this co
On Mon, 2009-04-06 at 14:30 -0400, Dave McGuire wrote:
> > ../lib-dovecot/.libs/libdovecot.so: undefined reference to
> > `dler...@sunw_1.22'
> > ../lib-dovecot/.libs/libdovecot.so: undefined reference to
> > `dlo...@sunw_1.22'
> > ../lib-dovecot/.libs/libdovecot.so: undefined reference to
>
On Mon, 2009-04-06 at 15:01 -0400, jsie...@psu.edu wrote:
> On AIX 5.3, I do get compile errors for all-settings.c[1]. libdovecot.so
> looks great[2]!
http://hg.dovecot.org/dovecot-1.3/rev/385eaa5013fa should fix them.
> I don't have a Solaris 10 box. I found this link:
> http://forums-beta.sun.
I'm compiling using IBM's C for AIX Enterprise compiler (with its crappy
partial POSIX support) V9.
My compile craps out with this:
source='cmd-search.c' object='cmd-search.o' libtool=no DEPDIR=.deps
depmode=aix /bin/sh ../../depcomp /usr/lo
cal/dovecot/dovecot-cc -DHAVE_CONFIG_H -I.
On Mon, 2009-04-06 at 16:05 -0400, Stewart Dean wrote:
> I'm compiling using IBM's C for AIX Enterprise compiler (with its crappy
> partial POSIX support) V9.
>
> > "imap-search.h", line 36.16: 1506-007 (S) "struct timeval" is undefined.
> > make: 1254-004 The error code from the last command is
Runs to completion now error free. BTW, this compile includes plugin
support
Timo Sirainen wrote:
On Mon, 2009-04-06 at 16:05 -0400, Stewart Dean wrote:
I'm compiling using IBM's C for AIX Enterprise compiler (with its crappy
partial POSIX support) V9.
"imap-search.h", line 36.16:
Mon, Apr 06, 2009 at 02:08:45PM -0400, Timo Sirainen wrote:
> I was hoping to finally get shared libdovecot.so and
> libdovecot-storage.so libraries for v1.3, so Sieve (and maybe others)
> could link against them. But I'm running into trouble getting it to
> compile in Solaris 10. Could you non-Lin
Timo Sirainen wrote:
> Could you non-Linux users test if this compiles with you?
>
> http://dovecot.org/tmp/dovecot-1.3.UNSTABLE.tar.gz
During 'make' on FreeBSD 6, I get:
/usr/local/bin/bash ../../libtool --tag=CC--mode=compile gcc
-DHAVE_CONFIG_H -I. -I../..-I/usr/local/include -std=
On Mon, 2009-04-06 at 23:03 +0200, Marcin Rzepecki wrote:
> > http://dovecot.org/tmp/dovecot-1.3.UNSTABLE.tar.gz
>
> Hi Timo,
> on FreeBSD i'm getting:
I updated the above URL, does it work now?
signature.asc
Description: This is a digitally signed message part
On Mon, 2009-04-06 at 17:12 -0400, Alan Ferrency wrote:
> lib-signals.c: In function `lib_signal_code_to_str':
> lib-signals.c:47: error: `SEGV_MAPERR' undeclared (first use in this function)
> lib-signals.c:47: error: (Each undeclared identifier is reported only once
> lib-signals.c:47: error: for
* Timo Sirainen :
> On Wed, 2009-04-01 at 11:28 +0200, Ralf Hildebrandt wrote:
> > Two of my users are reporting that their quota is not being
> > recalculated ALTHOUGH they deleted lots and lots of mails.
>
> Does maildirsize file show any such deletions? Like lots of lines /
> large numbers in l
On Mon, 2009-04-06 at 17:14 -0400, Timo Sirainen wrote:
> On Mon, 2009-04-06 at 17:12 -0400, Alan Ferrency wrote:
> > lib-signals.c: In function `lib_signal_code_to_str':
> > lib-signals.c:47: error: `SEGV_MAPERR' undeclared (first use in this
> > function)
> > lib-signals.c:47: error: (Each undec
On Mon, 6 Apr 2009, Timo Sirainen wrote:
> On Mon, 2009-04-06 at 17:12 -0400, Alan Ferrency wrote:
> > lib-signals.c: In function `lib_signal_code_to_str':
> > lib-signals.c:47: error: `SEGV_MAPERR' undeclared (first use in this
> > function)
>
> Can you find these anywhere? Like:
>
> grep -r SEG
Mon, Apr 06, 2009 at 05:12:56PM -0400, Timo Sirainen wrote:
> On Mon, 2009-04-06 at 23:03 +0200, Marcin Rzepecki wrote:
> > > http://dovecot.org/tmp/dovecot-1.3.UNSTABLE.tar.gz
> >
> > Hi Timo,
> > on FreeBSD i'm getting:
>
> I updated the above URL, does it work now?
>
Unfortunately, i'm gett
On Mon, 2009-04-06 at 23:15 +0200, Ralf Hildebrandt wrote:
> * Timo Sirainen :
> > On Wed, 2009-04-01 at 11:28 +0200, Ralf Hildebrandt wrote:
> > > Two of my users are reporting that their quota is not being
> > > recalculated ALTHOUGH they deleted lots and lots of mails.
> >
> > Does maildirsize
On Mon, 2009-04-06 at 23:23 +0200, Marcin Rzepecki wrote:
> Mon, Apr 06, 2009 at 05:12:56PM -0400, Timo Sirainen wrote:
> > On Mon, 2009-04-06 at 23:03 +0200, Marcin Rzepecki wrote:
> > > > http://dovecot.org/tmp/dovecot-1.3.UNSTABLE.tar.gz
> Unfortunately, i'm getting the same error.
> ../lib-dov
On Mon, 6 Apr 2009, Timo Sirainen wrote:
> Can you find these anywhere? Like:
>
> grep -r SEGV_MAPERR /usr/include
>
> Probably not. So this should help:
> http://hg.dovecot.org/dovecot-1.3/rev/286ff5114588
That fixed the compilation error. Now I have a link time error for libiconv:
libtool: li
On 2009-04-06, at 0836, Mohsen Pahlevanzadeh wrote:
You & every mail-man saw Big Picture of qmail.
I assumed qmail is black box.I want to extend big picture, i use qmail
admin ,Devocot & vpopmail.
I draw a few relation.Can you tell me whether i draw correct?Also i
need
to if i didn't draw rel
Mon, Apr 06, 2009 at 05:25:02PM -0400, Timo Sirainen wrote:
> > > On Mon, 2009-04-06 at 23:03 +0200, Marcin Rzepecki wrote:
> > > > > http://dovecot.org/tmp/dovecot-1.3.UNSTABLE.tar.gz
>
> > Unfortunately, i'm getting the same error.
> > ../lib-dovecot/.libs/libdovecot.so: undefined reference to `
Ralf Hildebrandt schrieb:
> * Timo Sirainen :
>> On Wed, 2009-04-01 at 11:28 +0200, Ralf Hildebrandt wrote:
>>> Two of my users are reporting that their quota is not being
>>> recalculated ALTHOUGH they deleted lots and lots of mails.
>> Does maildirsize file show any such deletions? Like lots of l
Hi Timo,
http://dovecot.org/tmp/dovecot-1.3.UNSTABLE.tar.gz
There is no error on Mac OS X 10.5.6 (Darwin Kernel Version 9.6.0).
Regards,
--
Guillaume de Lafond
Aqua Ray
On Mon, 2009-04-06 at 23:40 +0200, Marcin Rzepecki wrote:
> Mon, Apr 06, 2009 at 05:25:02PM -0400, Timo Sirainen wrote:
> > > > On Mon, 2009-04-06 at 23:03 +0200, Marcin Rzepecki wrote:
> > > > > > http://dovecot.org/tmp/dovecot-1.3.UNSTABLE.tar.gz
> >
> > > Unfortunately, i'm getting the same err
Timo Sirainen wrote:
I was hoping to finally get shared libdovecot.so and
libdovecot-storage.so libraries for v1.3, so Sieve (and maybe others)
could link against them. But I'm running into trouble getting it to
compile in Solaris 10. Could you non-Linux users test if this compiles
with you?
htt
I have no idea if this is of interest to anyone but it might save you
some work ..
I created a script that will install Dovecot 1.2-rc2 (currently) to a
CentOS5.2 installation complete with Stephan Bosch's Managesieve,
postfix, virtual users, LDAP, and LDAP personal address books. Oh
right! .. an
On 2009-04-06, at 1730, John Simpson wrote:
i made some diagrams a few years ago, which document the first two
parts of the process.
http://qmail.jms1.net/qmail-1-incoming.pdf
http://qmail.jms1.net/qmail-2-delivery.pdf
i've been meaning to re-do them as a single multi-page PDF file, and
i
Hi,
I'm using dovecot 1.2rc2 and I have the following issues with the virtual
folder:
1. The virtual folders are flagged with \Noselect and at least thunderbird
does not offer to select them. Adding them to the subscriptions file works
fine and the folder can be used after that.
2. Two bas
40 matches
Mail list logo