On Mon, Nov 1, 2010 at 2:13 PM,  <gu...@lorenzutti.com.ar> wrote:
> Hello everyone. Im using postfix 2.5.5 and im trying to use the
> singleinstancestore of cyrus to hardlink mails instead of having one copy
> of every recipient.
>
> To make this work, I had to change the:
>
> mailbox_transport = lmtp:unix:/var/spool/postfix/public/lmtp
> local_transport =
>
> to
>
> mailbox_transport =
> local_transport = lmtp:unix:/var/spool/postfix/public/lmtp
>

As Victor explain, local LDA don't send multirecipients on a message,
and you must remove mailbox_transport and local_transport values and
use transport_maps:

# main.cf
transport_maps = hash:/etc/postfix/transport

# /etc/postfix/transport
exmaple.org      lmtp:unix:/path/to/cyrus-lmtp-server-socket



-- 
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net

"While not fully understand a software, don't try to adapt this
software to the way you work, but rather yourself to the way the
software works" (myself)

Reply via email to