Quote:
Originally Posted by
jalisco
As to the second question. I don't really know how it's set up. MTA = mail transfer agent? I thought that's what Postfix was? The server is not setup as a domain, e. g. the hostname is not the domain name.
Yes, postfix is one MTA (sendmail would be another, etc.). If you send mail your client sends it to your own MTA. This picks it up and transfers it to another MTA, this one maybe to yet another one, etc., finally the last MTA stores it and - upon request of the client of the recipient - sends it to the recipients client. Now, the next to last MTA in this chain has to know somehow that it has to transfer the mail to the last MTA for this to work. Therefore you have to make your system with postfix installed known to the MTA of your ISP (or whoever runs the next-to-last MTA, from which you get your mails) so that your MTA is being delivered the mails adressed to you(r domain).
Quote:
Originally Posted by
jalisco
I have not setup a dns server, would that help? If so, I can try it. I didn't know if I needed to set that up as well.
Usually it works like this: you run "your.domain.com" and you have many systems in it. Your users have mail adresses "user@your.domain.com", but in fact they sit on "system1.your.domain.com", "system2.your.domain.com", etc.. This is done by setting up an MTA system like you did, say "mta.your.system.com" and then create a MX record, which states "mta.your.system.com" to be the mail exchange of "your.domain.com" and defining the all users there somehow (typically something like LDAP is used for this).
If you want to set up your own domain you would need a (at least one) static IP address first and then still would have to make your domain known. This means getting your (primary) DNS server (the one responsible for your domain) to be recognized at the ISPs DNS. They would probably hold "domain.com" and would now "delegate" the responsibility for "your.domain.com" to you.
I know, this all doesn't help you immediately, but i thought it would be a good idea to show the general ideas and concepts behind the mail (and DNS) system.
I hope this helps.
bakunin