Hi! I have postfix 2.1 installed on my server. And i want to use virtual users from mysql. Everything works fine except sending emails from processes running from virtual users accounts. I receive the following error in maillog: Oct 20 00:09:33 1gb postfix/sendmail[14070]: fatal: no login name found for user ID 10020
How can I tell postfix where to find login names for virtual uids? I already have the following lines in main.cf: virtual_uid_maps = static:2000 virtual_gid_maps = static:2000 It doesn't help.