Quote:
|
Originally Posted by geek
Would it be enough if I changed the domain in the postfix config file from mydomain.net to mail.mydomain.net?
|
Should work, but it would be better to get a completely different domain for this. That's how I do it on my servers.
Quote:
|
Originally Posted by geek
and another thing.. am I missing something if my main.cf has no $mydomain? Mine has only "myhostname" but without that $ sign. Does that matter?
|
myhostname is ok. You can also have mydomain there, but no $mydomain:
Code:
myhostname = server1.example.com
mydomain = example.com
If you have defined mydomain, you can also use this for myhostname:
Code:
myhostname = server1.$mydomain
(now with a $).
Quote:
|
Originally Posted by geek
I can't see any other solution except running my companys website on a separate Server... do you?
|
Get a completely different domain that you use as a "technical" domain for your server(s).
Recent comments
2 days 12 hours ago
2 days 21 hours ago
3 days 34 min ago
3 days 1 hour ago
3 days 3 hours ago
3 days 4 hours ago
3 days 6 hours ago
3 days 7 hours ago
3 days 23 hours ago
4 days 19 min ago