On 9/2/2016 4:48 AM, Mohammad Ghobadi wrote: > > /etc/postfix/userlist : > alex exists > amin exists > > > but when send mail to alex (there is no alex user in my system ) it > bounced with (unknown user: "alex") ,
Listing a user in local_recipients_maps does not automatically create the user. You must create the user by whatever method is appropriate for your system, such as adduser(8). > and when i send mail to test > user it delivered ... > (echo test | mail -s test alex@localhsot. ) local_recipients_maps is used during SMTP, not during local mail submission. If you submit mail via SMTP unlisted users will be rejected. -- Noel Jones