3 messages in net.sourceforge.lists.courier-maildrop[maildropl] Maildrop with ldap virtua...
FromSent OnAttachments
Marcio MerloneNov 18, 2005 9:53 am 
Jeronimo ZuccoNov 18, 2005 10:01 am 
Marcio MerloneNov 18, 2005 10:58 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] Maildrop with ldap virtual users from postfixActions...
From:Marcio Merlone (mar@ambientebrasil.com.br)
Date:Nov 18, 2005 9:53:38 am
List:net.sourceforge.lists.courier-maildrop

Hello all.

I am not being able to make maildrop deliver a message to virtual accounts stored on a ldap server.

I am using ubuntu 5.10 and postfix.

An account on ldap looks like this:

dn: mail=mar@fogofacil.com.br,vd=fogofacil.com.br,o=hosting,dc=ti mail: mar@fogofacil.com.br vdHome: /home/virtual/domains mailbox: fogofacil.com.br/marcio/ quota: 104857600

On postfix main.cf I have: export_environment = TZ MAIL_CONFIG HOME SENDER RECIPIENT DOMAIN LOCAL

maildroprc: import SENDER import RECIPIENT import HOME import TZ import DOMAIN import LOCAL MAILDIR="/home/virtual/domains/$DOMAIN/$LOCAL/" DEFAULT="$MAILDIR" MAILDIRQUOTA="$MAILDIR/maildirsize" LOGDIR="/var/log/maildrop" logfile $LOGDIR/maildrop.log RULES = "$MAILDIR/.mailfilter" LOCKTIMEOUT=2 log "TZ=$TZ RECIPIENT=$RECIPIENT HOME=$HOME MAILDIR=$MAILDIR" to $MAILDIR

But DOMAIN and LOCAL are not reaching maildrop. I already have courier-imap and pop working fine with this setup, so authdaemon is already setup.

Any help will be very appreciated.

Best regards,