Il 08/03/2013 16:58, Nunzio Falcone ha scritto:
Il 08/03/2013 09:44, Steffen Kaiser ha scritto:
#!/bin/bash
( date
echo arguments "$@"
id
/usr/libexec/dovecot/deliver "$@"
rc=$?
echo rc=$rc
exit $rc
) >> /tmp/dovecot-lda-wrapper.$$.log 2>&1
this is output
Fri Mar 8 16:39:00 CET 2013
arguments -f [email protected] -d utente2/maildir/@nolanitalia.local
uid=500(vmail) gid=500(vmail) groups=500(vmail)
rc=0
the -d argument contains "/maildir"!!!
what do you think of this? what postfix config to check?
*SOLVED*
modifyng /etc/postfix/ldap-users.cf (relevant)
from
query_filter = (&(objectclass=person) (mail=%s))
result_attribute = sAMAccountName
version = 3
result_format=%s/Maildir/
to
query_filter = (&(objectclass=person) (mail=%s))
result_attribute = sAMAccountName
version = 3
*result_format=%s*
ThankU for your support
--
*Nunzio Falcone*
[email protected]
*Cell * +39 320 1167923
*Voip*+39 081 0117933
*Fax * +39 081 0113049