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 domain@domain.local -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?

Thanx

--

*Nunzio Falcone*
nunzio.falc...@gmail.com

*Cell * +39 320 1167923
*Voip*+39 081 0117933
*Fax * +39 081 0113049

Reply via email to