On 12/22/2009 4:47 AM, Venkatachala Upadhya wrote:
> Hello users,
>
> I have a Linux 2.6.28-17-server #58-Ubuntu SMP  server with postfix version 
> 2.5.5
>
> My intention is to use virtual users of the same ubuntu server in the mysql 
> table and use
> the table look up mechanism for the mail arriving and deliver it to the mail 
> box in the
> mail spool rather than creating a login for each user. 
>
> In main.cf file, I have modified local_recipient_maps as
>
> local_transport = local
> local_recipient_maps = proxy:unix:passwd.byname $alias_maps  
> hash:/etc/postfix/virtual_user_table
> alias_maps = hash:/etc/aliases
>   

You need to stop and read
http://www.postfix.org/VIRTUAL_README.html#virtual_mailbox

Not sure where you received directions to make changes to that.
The local transport is for *system users* which you are trying to not
use by your description.

Reply via email to