| Main Archive Page > Month Archives > postfix-users archives |
Simone Piccardi:
[ Charset ISO-8859-1 unsupported, converting... ]
> Hi,
>
> still in the topic of trying to deliver email to a Dovecot public folder
> I resort to use Dovecot deliver. I still used virtual, but with the
> following in main.cf
>
> dovecot_destination_recipient_limit = 1
> virtual_mailbox_domains = shared.folder
> virtual_transport = dovecot
>
>
> then I defined in master.cf:
>
> dovecot unix - n n - - pipe
> flags=DRhu user=vmail argv=/usr/lib/dovecot/deliver -f ${sender} -m
> Shared/${user}
Instead if pipe, consider using delivery via LMTP. That maintains
a clean separation between Postfix configuration and Dovecot
configuration.
Wietse