PDA

View Full Version : email problem. (virtusertable)


Billionstar
9th March 2007, 11:36
I will try to explain the problem

Site 1:
domain: sub1.domain.tld
user: web1_user
mail-prefix: user

Site 2:
domain: www.domain.tld
co-domain: domain.tld
user: web2_anotheruser
mail-prefix: anotheruser

Site 3:
domain: sub2.domain.tld
user: web3_thirduser
mail-prefix: thirduser



and then in /etc/postfix/virtusertable I get
---
user@sub1.domain.tld
web1_user@sub1.domain.tld
user@domain.tld
web1_user@domain.tld
anotheruser@www.domain.tld
web2_anotheruser@www.domain.tld
anotheruser@domain.tld
web2_anotheruser@domain.tld
thirduser@sub2.domain.tld
web3_thirduser@sub2.domain.tld
----

So why does only site 1 and 2 get domain.tld and not site 3, when both site 1 and 3 doesnt have a co-domain, and how can I fix it?

till
9th March 2007, 12:12
Please double check that site one has no co-domain with empty host and make sure that the recycle bin is empty.

Billionstar
9th March 2007, 13:59
I emptied the recyclebin and now only site 2 have @domain.tld.

virtusertable:
---
user@sub1.domain.tld
web1_user@sub1.domain.tld
anotheruser@www.domain.tld
web2_anotheruser@www.domain.tld
anotheruser@domain.tld
web2_anotheruser@domain.tld
thirduser@sub2.domain.tld
web3_thirduser@sub2.domain.tld
----

Now I got another question.
Is it possible to get @domain.tld on site 1 and 3, while I have it on site 2?

till
9th March 2007, 14:05
Is it possible to get @domain.tld on site 1 and 3, while I have it on site 2?

No, thas not pssible because you can not assign the same domain to more then one site.

Billionstar
9th March 2007, 14:09
oki.... Thanks