Hello All,
I have the .../etc/aliases/sysyem file with next information:
---------------------------
root: postmaster
admin: postmaster
postmaster: myaccount
@example.com: acct@example.com
---------------------------
---- example.com ---- is plased in .../etc/hosteddomains, account
ac...@example.com is placed into userdb and works good.
Next I'm trying to run makealiases -dump. That is what I see:
---------------------------
ro...@my.dom: post...@my.dom
adm...@my.dom: post...@my.dom
postmaster: myac...@my.dom
@example.com: acct@example.com
---------------------------
Why '@my.dom' was added to all names without domains?
Next question.
I'm trying to send email to ac...@example.com. Perfect... It works good.
I'm trying to send email to te...@example.com
I see in logs it tryes to send email to: <ac...@example.com-te...@my.dom>
and as result I have an error "No such domain."
Hmmmm.... What is it? Where does it get the
<ac...@example.com-te...@my.dom> email address. How does it work?
Explain please where am i wrong? What is not right?
Thanks a lot.