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?
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?