On Mon, 2010-05-10 at 10:15 -0500, Noel Jones wrote:
> On 5/10/2010 8:33 AM, ram wrote:
> > Can I use somthing like lmtp_generic_maps for delivery to dovecot
> >
>
> Your question is incomplete.
> What are you trying to accomplish? How does postfix deliver
> to dovecot?
I have a master.cf entry for delivery to dovecot.
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/libexec/dovecot/deliver -f
${sender} -d ${recipient}
The rules are very simple
mails to *[email protected] send to dovecot:[127.0.0.1]
mails to *[email protected] send to smtp:[otherlocation]
But the users are created on dovecot as [email protected].
How can I configure postfix to send mails for *[email protected] to
dovecot and strip off the "local."
I use lmtp_generic_maps for a similar thing in postfix+cyrus
Thanks
Derwyn.