Parked domain + pop3/imap email accounts

ispro

Well-Known Member
Verifed Vendor
Apr 8, 2004
628
2
168
We have ben trying for some time to add email accounts on parked domains, but while they are added into the directory structure and in the customer's 'passwd' they not work absolutely.

E.g. customer has the domain1 as primary and domain2 as parked. He created account [email protected] and it works, then he created account [email protected] and it not works at all. Neither pop3/imap/webmail logins nor sender verify via Exim.

We have maildir system already if it matter.
/scripts/mailperm not helps

Please, point us to the right direction.

Thank you.
 

ispro

Well-Known Member
Verifed Vendor
Apr 8, 2004
628
2
168
Found the solution!

We have removed the Parked domain and then add it back. All email accounts of parked domain were left intact, but become operational.

Hope that this helps someone :)
 

weblord

Member
Mar 16, 2006
17
0
151
my problem mainly if addon a domain tomorrow it will be parked so i unpark it and re=add it as addon domain then it becomes parked again, what do you think is the problem?
 

adept2003

Well-Known Member
Aug 11, 2003
281
0
166
~ "/(extra|special)/data"
Oops... forgot to mention. You should remove the ServerAlias line ONLY if its mentioned in the same part of the httpd.conf as the main hosting domain.
i.e.
Code:
<VirtualHost xx.xx.xx.xx>
.
ServerAlias maindomain.com
.
ServerName www.maindomain.com
.
ServerAlias parked-domain.com www.parked-domain.com
.
</VirtualHost>
 
Last edited:

weblord

Member
Mar 16, 2006
17
0
151
before i make a move again, i want to be specific;

Code:
ServerAlias www.1weblordcom.nabaza.com
ServerAdmin [email protected]
DocumentRoot /home/weblord/public_html/1weblordcom
BytesLog domlogs/1weblordcom.nabaza.com-bytes_log
ServerName 1weblordcom.nabaza.com
ServerAlias 1weblord.com www.1weblord.com
UseCanonicalName off
so this line:
ServerAlias www.1weblordcom.nabaza.com
needs to be like this:
ServerAlias 1weblord.com

and this line:
ServerAlias 1weblord.com www.1weblord.com
needs to be deleted/removed?

is that it?

can i also change this line:
ServerAdmin [email protected]
to reflect my real email address?
 

weblord

Member
Mar 16, 2006
17
0
151
i think this is not the solution for my problem because the domain continued to act the same way, i wish someone can point me to the right direction. thanks.