Hello Brian, users, I do not have any hosted domain. I have only one registered domain, example mailhost.mailorg.com. In the same domain, I want to host the mail users such that those users are in mysql table. Such users' mail is available, for example, in /mailhome/vitrual_user/user1 ... /mailhome/virtual_userN Those users do not have the login accounts, but they have mail account. Each virtual user mail address looks like this,
virt_us...@mailhost.mailorg.com virt_us...@mailhost.mailorg.com virt_us...@mailhost.mailorg.com . . . virt_us...@mailhost.mailorg.com More over the same domain mailhost.mailorg.com also has a set of users who have login accounts. Those users also have mail accounts and their mail address would be login_us...@mailhost.mailorg.com login_us...@mailhost.mailorg.com login_us...@mailhost.mailorg.com . . . login_us...@mailhost.mailorg.com By referring the http://www.postfix.org/VIRTUAL_README.html#virtual_mailbox, I read the following NEVER list a virtual MAILBOX domain name as a mydestination domain! NEVER list a virtual MAILBOX domain name as a virtual ALIAS domain! did I miss any thing? regards, Upadhya. -- ----- Original Message ---- From: Brian Evans - Postfix List <grkni...@scent-team.com> To: postfix-users@postfix.org Sent: Tue, December 22, 2009 7:22:23 PM Subject: Re: local_recipient_maps setting is not workling as expected! 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.