Jonathan Nichols | 11 Apr 2009 02:09

mailman, mysql, and maildrop

(I sent this to mailman-users as well... fishing for help here as well.)

Greetings!
I must preface this by noting that I have in fact Googled for this but have not found any solutions that work. I have an Ubuntu box (Hardy) and have a mysql/postfix setup as documented in the Flurdy howto found at http://flurdy.com/docs/postfix/ ... but I also have maildrop in the mix. It seems to work ok, except with mailman. I added mailman last night and now I'm getting the following error when I try to send to list addresses.

status=bounced (user unknown. Command output: ERR: authdaemon: s_connect() failed: Permission denied Invalid user specified. )

Now, I realize what the error is telling me. It's having problems finding the user. I have the users in a mysql db, and the structure looks like the following:

http://www.pbp.net/~jnichols/images/sql_output.png

Should I put something for the mailman addresses in there as well? I can do that, since I don't have that many lists.
If not, is there another way around this? I did try just telling postfix to look at another transport map, but maildrop is still involved and it's looking at the mysql db.

(otherwise, everything else seems to be working.. it's just this part that I'm getting hung up on!)

cheers,
--
jon
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Courier-maildrop mailing list
Courier-maildrop <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/courier-maildrop
Sam Varshavchik | 11 Apr 2009 03:42
Gravatar

Re: mailman, mysql, and maildrop

Jonathan Nichols writes:

> Greetings!
> I must preface this by noting that I have in fact Googled for this but 
> have not found any solutions that work. I have an Ubuntu box (Hardy) and 
> have a mysql/postfix setup as documented in the Flurdy howto found 
> at <URL:http://flurdy.com/docs/postfix/>http://flurdy.com/docs/postfix/ ... 
> but I also have maildrop in the mix. It seems to work ok, except with 
> mailman. I added mailman last night and now I'm getting the following 
> error when I try to send to list addresses.
> 
> status=bounced (user unknown. Command output: ERR: authdaemon: s_connect() 
> failed: Permission denied Invalid user specified. )
> 
> Now, I realize what the error is telling me. It's having problems finding 
> the user.

No, that's not what this error message is telling you. It's telling you that 
the connection to the authdaemon socket has failed due to insufficient 
permissions.

The "NOTE" on the first page of maildrop's INSTALL file gives you three 
options for properly configuring your security policy so that maildrop has 
the necessary permissions to connect to authdaemon's socket and validate the 
userid.

It seems that for these recipients, your mail server invokes maildrop using 
a userid that does not have the sufficient privileges, and the correct 
security policy for your system, as described in INSTALL, has not been 
properly set up.

> <URL:http://www.pbp.net/~jnichols/images/sql_output.png>http://www.pbp.net/ 
> ~jnichols/images/sql_output.png
> 
> Should I put something for the mailman addresses in there as well? I can 
> do that, since I don't have that many lists.

Your account database must have a matching entry for whatever parameter gets 
passed to maildrop using it's -d option.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Courier-maildrop mailing list
Courier-maildrop <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/courier-maildrop
mr.maX | 23 Apr 2009 01:28
Favicon

Dovecot Authentication extension for maildrop (PATCH)

Hi,

recently I was in a process of modifying my mail server setup, and after a 
lot of thought ended up using maildrop as a MDA in a Postfix/Dovecot mail 
server combo. I decided to use Dovecot because I needed smtp authentication 
in Postfix and for me it was much easier to use its sasl implementation with 
Postfix. Anyway, to cut the long story short, only thing that was missing 
from this picture was the fact that maildrop couldn't perform user lookups 
against a user database that was being served by Dovecot in order to easily 
determinate proper mailbox location and home directory of my "virtual" 
users. I know that I probably could have configured Courier Authlib to 
authenticate against the same data, however I wanted to avoid having a 
separate daemon running on my server and to avoid having to maintain two 
separate configurations regarding user database.

As a result of this, I ended up writing an extension for maildrop, that 
would allow it to do user lookups against Dovecot in a similar way how they 
are done now against Courier Authlib. And as a token of my appreciation, I'm 
releasing my code to the public. For everyone that may be interested in this 
extension, a patch against maildrop version 2.0.4 can be downloaded from the 
following location: 
http://www.max.rs/ozone/maildrop-2.0.4-dovecotauth.patch.txt The socket 
communication code was based on code from Courier Authlib, while the rest of 
the code that implements actual communication protocol is written with 
simplicity in mind and tries to follow the coding style of the rest of 
maildrop's source. The source code itself should be easy to comprehend if 
someone would want to look at it in a more detail.

When this patch is applied, maildrop will be extended with another command 
line option "-t", which can be used to specify the location of Dovecot's 
master auth socket that would be used when performing user lookups. This 
extension can coexist with Courier Authlib compiled at the same time, when 
option "-t" is not specified maildrop would behave as usual. There's a 
readme file (README.dovecotauth) together with patch with a little bit more 
information regarding the use of this extension.

I hope that some of you may find my extension useful and that it may even 
get included together with maildrop in the future.

--
Best Regards,
Marko Njezic - mr.maX  <at>  MAX Interactive corp.
Personal: http://www.markonjezic.com/
MAX's Empire: http://www.maxempire.com/
MAX's HTML Beauty++ 2004: http://www.htmlbeauty.com/ 

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
algodas | 24 Apr 2009 20:49
Picon

maildrop + Ldap , maildirsize don't update


Hi guys,

I'm sorry about my poor english, 

 I use LDAP to storage my e-mail users, with qmail-schema. It's ok. I
 use postfix-ldap, and it's ok, qmail create files (maildirsize and others),
 normally.

 Actually, i need install maildrop, to control TMDA.. i compile
 maildrop with options:

--enable-maildropldap
 --with-ldapconfig=/etc/maildrop/maildropldap.config
 --with-etcdir=/etc/maildrop --enable-maildirquota  --with-authlib
--sysconfdir=/etc --enable-syslog=1 --enable-maildirquota
--enable-maildrop-uid=1003 --enable-maildrop-gid=8

and simply:

 --enable-maildirquota  --with-authlib --sysconfdir=/etc --enable-syslog=1
--enable-maildirquota --enable-maildrop-uid=1003 --enable-maildrop-gid=8

 I'm using authlibdaemon and my authldaprc, i have:

 quota_attr              quota

When i execute: 
 authtest tiago.pereira <at> domain.com.br passwd
Authentication succeeded.

    Authenticated: tiago.pereira <at> domain.com.br  (uid 1003, gid 8)
    Home Directory: /mailhome/domain.com.br/tiago.pereira
    Maildir: /mailhome/domain.com.br/tiago.pereira/Maildir/
    Quota: 2S
   Encrypted Password: {MD5}xy/Z2teUX1fNw==
   Cleartext Password: passwd
    Options: (none)

 and set in deliveryProgramPath "/usr/local/bin/maildrop /etc/maildroprc".
 It's ok, maildrop run and configure tmda on it.

 Maildrop update file maildirsize when new messages is coming.
 But, when a new e-mail user as created, maildrop don't create file
 maildirsize. And, when i change mailQuota value, 25000000S (example),
 maildrop don't update maildirsize file for new quota value.  Can you Help
me ?
--

-- 
View this message in context: http://www.nabble.com/maildrop-%2B-Ldap-%2C-maildirsize-don%27t-update-tp23143213p23143213.html
Sent from the courier-maildrop mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
Sam Varshavchik | 25 Apr 2009 00:55
Gravatar

Re: maildrop + Ldap , maildirsize don't update

algodas writes:
> 
>  and set in deliveryProgramPath "/usr/local/bin/maildrop /etc/maildroprc".
>  It's ok, maildrop run and configure tmda on it.
> 
>  Maildrop update file maildirsize when new messages is coming.

Correct.

>  But, when a new e-mail user as created, maildrop don't create file
>  maildirsize.

That's because maildrop is not used when a new account gets created. 
maildrop only gets invoked when the first message gets delivered to the 
account.

>               And, when i change mailQuota value, 25000000S (example),
>  maildrop don't update maildirsize file for new quota value.  Can you Help
> me ?

Did you verify that the new quota setting was properly set, using authtest?

------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Courier-maildrop mailing list
Courier-maildrop <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/courier-maildrop
algodas | 26 Apr 2009 00:07
Picon

Re: maildrop + Ldap , maildirsize don't update


Hello sam, thanks for responding.

Even the new accounts do not have the file maildirsize updated, then one out
of authtest, Thanks

hord:~ # authtest tiago.pereira <at> grupoatarde.com.br XXXX
Authentication succeeded.

     Authenticated: tiago.pira <at> grupo.com.br  (uid 1003, gid 8)
    Home Directory: /mailhome/grupo.com.br/tiago.pira
           Maildir: /mailhome/grupo.com.br/tiago.pira/Maildir/
             Quota: 0S
Encrypted Password: {MD5}xM3465Ivxwy/Z2teUX1fNw==
Cleartext Password: XXXXXXXXX
           Options: (none)

hrd:~ # maildrop -v
maildrop 2.0.4 Copyright 1998-2005 Double Precision, Inc.
GDBM extensions enabled.
Courier Authentication Library extension enabled.
Maildir quota extension enabled.
This program is distributed under the terms of the GNU General Public
License. See COPYING for additional information.
You have new mail in /var/spool/mail/root

But the maildirsizer  dont't update to 0S

algodas wrote:
> 
> Hi guys,
> 
> I'm sorry about my poor english, 
> 
>  I use LDAP to storage my e-mail users, with qmail-schema. It's ok. I
>  use postfix-ldap, and it's ok, qmail create files (maildirsize and
> others),
>  normally.
> 
>  Actually, i need install maildrop, to control TMDA.. i compile
>  maildrop with options:
> 
> --enable-maildropldap
>  --with-ldapconfig=/etc/maildrop/maildropldap.config
>  --with-etcdir=/etc/maildrop --enable-maildirquota  --with-authlib
> --sysconfdir=/etc --enable-syslog=1 --enable-maildirquota
> --enable-maildrop-uid=1003 --enable-maildrop-gid=8
> 
> and simply:
> 
>  --enable-maildirquota  --with-authlib --sysconfdir=/etc --enable-syslog=1
> --enable-maildirquota --enable-maildrop-uid=1003 --enable-maildrop-gid=8
> 
>  I'm using authlibdaemon and my authldaprc, i have:
> 
>  quota_attr              quota
> 
> When i execute: 
>  authtest tiago.pereira <at> domain.com.br passwd
> Authentication succeeded.
> 
>     Authenticated: tiago.pereira <at> domain.com.br  (uid 1003, gid 8)
>     Home Directory: /mailhome/domain.com.br/tiago.pereira
>     Maildir: /mailhome/domain.com.br/tiago.pereira/Maildir/
>     Quota: 2S
>    Encrypted Password: {MD5}xy/Z2teUX1fNw==
>    Cleartext Password: passwd
>     Options: (none)
> 
> 
>  and set in deliveryProgramPath "/usr/local/bin/maildrop /etc/maildroprc".
>  It's ok, maildrop run and configure tmda on it.
> 
>  Maildrop update file maildirsize when new messages is coming.
>  But, when a new e-mail user as created, maildrop don't create file
>  maildirsize. And, when i change mailQuota value, 25000000S (example),
>  maildrop don't update maildirsize file for new quota value.  Can you Help
> me ?
> 

--

-- 
View this message in context: http://www.nabble.com/maildrop-%2B-Ldap-%2C-maildirsize-don%27t-update-tp23143213p23236986.html
Sent from the courier-maildrop mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
Sam Varshavchik | 26 Apr 2009 00:43
Gravatar

Re: maildrop + Ldap , maildirsize don't update

algodas writes:

> 
> Hello sam, thanks for responding.
> 
> Even the new accounts do not have the file maildirsize updated, then one out
> of authtest, Thanks
> 
> 
> hord:~ # authtest tiago.pereira <at> grupoatarde.com.br XXXX
> Authentication succeeded.
> 
>      Authenticated: tiago.pira <at> grupo.com.br  (uid 1003, gid 8)
>     Home Directory: /mailhome/grupo.com.br/tiago.pira
>            Maildir: /mailhome/grupo.com.br/tiago.pira/Maildir/
>              Quota: 0S
> Encrypted Password: {MD5}xM3465Ivxwy/Z2teUX1fNw==
> Cleartext Password: XXXXXXXXX
>            Options: (none)
> 
> hrd:~ # maildrop -v
> maildrop 2.0.4 Copyright 1998-2005 Double Precision, Inc.
> GDBM extensions enabled.
> Courier Authentication Library extension enabled.
> Maildir quota extension enabled.
> This program is distributed under the terms of the GNU General Public
> License. See COPYING for additional information.
> You have new mail in /var/spool/mail/root
> 
> But the maildirsizer  dont't update to 0S

I think that "0S" gets interpreted as "no quota". Try using a reasonable 
quota setting.

Additionally, maildrop's INSTALL file lists three options to choose from, in 
the NOTE section near its beginning, for a required manual configuration 
steps that's required in order to have maildrop work properly with 
courier-authlib. Which option did you choose?

------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Courier-maildrop mailing list
Courier-maildrop <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/courier-maildrop
Sam Varshavchik | 27 Apr 2009 02:00
Gravatar

Re: maildrop + Ldap , maildirsize don't update

algodas writes:

> 
> Hi , Sam
> 
> Thank's Again,
> 
> my option to configure maildrop are:
> 
> $ ./configure --sysconfdir=/etc --enable-sendmail=/usr/sbin/sendmail
> --enable-trusted-users=root maildrop vmail --enable-syslog=1
> --enable-maildirquota --enable-maildrop-uid=1003 --enable-maildrop-gid=8
> --with-authlib
> 
> this version is 2.0.4
> 
> 
> Thank' s for help me , thank you , so much

You did not answer my question:

> Additionally, maildrop's INSTALL file lists three options to choose from, in
> the NOTE section near its beginning, for a required manual configuration
> steps that's required in order to have maildrop work properly with
> courier-authlib. Which option did you choose?

Again: what option did you choose?

> 
> Sam Varshavchik wrote:
>> 
>> algodas writes:
>> 
>>> 
>>> Hello sam, thanks for responding.
>>> 
>>> Even the new accounts do not have the file maildirsize updated, then one
>>> out
>>> of authtest, Thanks
>>> 
>>> 
>>> hord:~ # authtest tiago.pereira <at> grupoatarde.com.br XXXX
>>> Authentication succeeded.
>>> 
>>>      Authenticated: tiago.pira <at> grupo.com.br  (uid 1003, gid 8)
>>>     Home Directory: /mailhome/grupo.com.br/tiago.pira
>>>            Maildir: /mailhome/grupo.com.br/tiago.pira/Maildir/
>>>              Quota: 0S
>>> Encrypted Password: {MD5}xM3465Ivxwy/Z2teUX1fNw==
>>> Cleartext Password: XXXXXXXXX
>>>            Options: (none)
>>> 
>>> hrd:~ # maildrop -v
>>> maildrop 2.0.4 Copyright 1998-2005 Double Precision, Inc.
>>> GDBM extensions enabled.
>>> Courier Authentication Library extension enabled.
>>> Maildir quota extension enabled.
>>> This program is distributed under the terms of the GNU General Public
>>> License. See COPYING for additional information.
>>> You have new mail in /var/spool/mail/root
>>> 
>>> But the maildirsizer  dont't update to 0S
>> 
>> I think that "0S" gets interpreted as "no quota". Try using a reasonable 
>> quota setting.
>> 
>> Additionally, maildrop's INSTALL file lists three options to choose from,
>> in 
>> the NOTE section near its beginning, for a required manual configuration 
>> steps that's required in order to have maildrop work properly with 
>> courier-authlib. Which option did you choose?
>> 
>> 
>> 
>>  
>> ------------------------------------------------------------------------------
>> Crystal Reports &#45; New Free Runtime and 30 Day Trial
>> Check out the new simplified licensign option that enables unlimited
>> royalty&#45;free distribution of the report engine for externally facing 
>> server and web deployment.
>> http://p.sf.net/sfu/businessobjects
>> _______________________________________________
>> Courier-maildrop mailing list
>> Courier-maildrop <at> lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/courier-maildrop
>> 
>> 
> 
> -- 
> View this message in context: http://www.nabble.com/maildrop-%2B-Ldap-%2C-maildirsize-don%27t-update-tp23143213p23247772.html
> Sent from the courier-maildrop mailing list archive at Nabble.com.
> 
> 
> ------------------------------------------------------------------------------
> Crystal Reports &#45; New Free Runtime and 30 Day Trial
> Check out the new simplified licensign option that enables unlimited
> royalty&#45;free distribution of the report engine for externally facing 
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> Courier-maildrop mailing list
> Courier-maildrop <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/courier-maildrop

------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
algodas | 27 Apr 2009 01:04
Picon

Re: maildrop + Ldap , maildirsize don't update


Hi , Sam

Thank's Again,

my option to configure maildrop are:

$ ./configure --sysconfdir=/etc --enable-sendmail=/usr/sbin/sendmail
--enable-trusted-users=root maildrop vmail --enable-syslog=1
--enable-maildirquota --enable-maildrop-uid=1003 --enable-maildrop-gid=8
--with-authlib

this version is 2.0.4

Thank' s for help me , thank you , so much

Sam Varshavchik wrote:
> 
> algodas writes:
> 
>> 
>> Hello sam, thanks for responding.
>> 
>> Even the new accounts do not have the file maildirsize updated, then one
>> out
>> of authtest, Thanks
>> 
>> 
>> hord:~ # authtest tiago.pereira <at> grupoatarde.com.br XXXX
>> Authentication succeeded.
>> 
>>      Authenticated: tiago.pira <at> grupo.com.br  (uid 1003, gid 8)
>>     Home Directory: /mailhome/grupo.com.br/tiago.pira
>>            Maildir: /mailhome/grupo.com.br/tiago.pira/Maildir/
>>              Quota: 0S
>> Encrypted Password: {MD5}xM3465Ivxwy/Z2teUX1fNw==
>> Cleartext Password: XXXXXXXXX
>>            Options: (none)
>> 
>> hrd:~ # maildrop -v
>> maildrop 2.0.4 Copyright 1998-2005 Double Precision, Inc.
>> GDBM extensions enabled.
>> Courier Authentication Library extension enabled.
>> Maildir quota extension enabled.
>> This program is distributed under the terms of the GNU General Public
>> License. See COPYING for additional information.
>> You have new mail in /var/spool/mail/root
>> 
>> But the maildirsizer  dont't update to 0S
> 
> I think that "0S" gets interpreted as "no quota". Try using a reasonable 
> quota setting.
> 
> Additionally, maildrop's INSTALL file lists three options to choose from,
> in 
> the NOTE section near its beginning, for a required manual configuration 
> steps that's required in order to have maildrop work properly with 
> courier-authlib. Which option did you choose?
> 
> 
> 
>  
> ------------------------------------------------------------------------------
> Crystal Reports &#45; New Free Runtime and 30 Day Trial
> Check out the new simplified licensign option that enables unlimited
> royalty&#45;free distribution of the report engine for externally facing 
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> Courier-maildrop mailing list
> Courier-maildrop <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/courier-maildrop
> 
> 

--

-- 
View this message in context: http://www.nabble.com/maildrop-%2B-Ldap-%2C-maildirsize-don%27t-update-tp23143213p23247772.html
Sent from the courier-maildrop mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
algodas | 27 Apr 2009 15:58
Picon

Re: maildrop + Ldap , maildirsize don't update


Hi, sam . I'm configuring maildrop with thats options, 
the delivery it's ok, the permission for maildrop is: 

-rwsrwxrwx  1 maildrop www  745102 Apr 21 00:37 maildrop

the owner for Maildirs is user maildrop and the permission for maildir is
600 .

any Idea ? 

algodas wrote:
> 
> Hi guys,
> 
> I'm sorry about my poor english, 
> 
>  I use LDAP to storage my e-mail users, with qmail-schema. It's ok. I
>  use postfix-ldap, and it's ok, qmail create files (maildirsize and
> others),
>  normally.
> 
>  Actually, i need install maildrop, to control TMDA.. i compile
>  maildrop with options:
> 
> --enable-maildropldap
>  --with-ldapconfig=/etc/maildrop/maildropldap.config
>  --with-etcdir=/etc/maildrop --enable-maildirquota  --with-authlib
> --sysconfdir=/etc --enable-syslog=1 --enable-maildirquota
> --enable-maildrop-uid=1003 --enable-maildrop-gid=8
> 
> and simply:
> 
>  --enable-maildirquota  --with-authlib --sysconfdir=/etc --enable-syslog=1
> --enable-maildirquota --enable-maildrop-uid=1003 --enable-maildrop-gid=8
> 
>  I'm using authlibdaemon and my authldaprc, i have:
> 
>  quota_attr              quota
> 
> When i execute: 
>  authtest tiago.pereira <at> domain.com.br passwd
> Authentication succeeded.
> 
>     Authenticated: tiago.pereira <at> domain.com.br  (uid 1003, gid 8)
>     Home Directory: /mailhome/domain.com.br/tiago.pereira
>     Maildir: /mailhome/domain.com.br/tiago.pereira/Maildir/
>     Quota: 2S
>    Encrypted Password: {MD5}xy/Z2teUX1fNw==
>    Cleartext Password: passwd
>     Options: (none)
> 
> 
>  and set in deliveryProgramPath "/usr/local/bin/maildrop /etc/maildroprc".
>  It's ok, maildrop run and configure tmda on it.
> 
>  Maildrop update file maildirsize when new messages is coming.
>  But, when a new e-mail user as created, maildrop don't create file
>  maildirsize. And, when i change mailQuota value, 25000000S (example),
>  maildrop don't update maildirsize file for new quota value.  Can you Help
> me ?
> 

--

-- 
View this message in context: http://www.nabble.com/maildrop-%2B-Ldap-%2C-maildirsize-don%27t-update-tp23143213p23256863.html
Sent from the courier-maildrop mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects

Gmane