[For clarity, I have re-added the remainder of my email that was snipped.]
* Wietse Venema [150801 16:58]:
> Marvin Renich:
> > Whether you have one real user for all virtual users or a setup with one
> > real user for each of many virtual domains, you must still have at least
> > one real user,
Marvin Renich:
> * Wietse Venema [150801 15:52]:
> > Marvin Renich:
> > > * Viktor Dukhovni [150723 09:17]:
> > > > Not possible. The virtual_uid_maps parameter is a feature of the
> > > > virtual(8) not the pipe(8) transport. And it stores a numeric uid,
> > > > not a login name.
> > >
> > >
* Wietse Venema [150801 15:52]:
> Marvin Renich:
> > * Viktor Dukhovni [150723 09:17]:
> > > Not possible. The virtual_uid_maps parameter is a feature of the
> > > virtual(8) not the pipe(8) transport. And it stores a numeric uid,
> > > not a login name.
> >
> > Why do virtual_uid_maps and vir
Marvin Renich:
> * Viktor Dukhovni [150723 09:17]:
> > Not possible. The virtual_uid_maps parameter is a feature of the
> > virtual(8) not the pipe(8) transport. And it stores a numeric uid,
> > not a login name.
>
> Why do virtual_uid_maps and virtual_gid_maps require a numeric uid/gid?
The p
* Viktor Dukhovni [150723 09:17]:
> Not possible. The virtual_uid_maps parameter is a feature of the
> virtual(8) not the pipe(8) transport. And it stores a numeric uid,
> not a login name.
Why do virtual_uid_maps and virtual_gid_maps require a numeric uid/gid?
Allowing names is much more robus
* Viktor Dukhovni [150723 09:17]:
> Not possible. The virtual_uid_maps parameter is a feature of the
> virtual(8) not the pipe(8) transport. And it stores a numeric uid,
> not a login name.
>
> You'll need to implement any required lookups in a wrapper
> program around the underlying maildrop t
On Thu, Jul 23, 2015 at 09:08:53AM -0400, Marvin Renich wrote:
> I would like to use something like
>
> virtual_mailbox_domains = domain1.org domain2.org
> virtual_uid_maps = hash:/etc/postfix/virtual_uids
> virtual_transposrt = maildrop
>
> with
>
> maildrop unix - n n -
I would like to use something like
virtual_mailbox_domains = domain1.org domain2.org
virtual_uid_maps = hash:/etc/postfix/virtual_uids
virtual_transposrt = maildrop
with
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${user_from_vir