PDA

View Full Version : catch all & aliases & forwarder ?


young
10-24-2003, 01:16 PM
i have the main admin account as a catchall. (ex. main.com)

i added a reseller account as a catch all for the reseller's main domain. (ex. resell.com)

i added a domain under the reseller with the reseller as a catch-all for the other domain. (ex. another.com)
i added a pop account under another.com
there are two pop's another@another.com and resellername@another.com.

i added a forwarder for another@another.com to forward to resellername.

when i send an email from the someone@main.com to another@another.com, the emails are received by admin@main.com and another@another.com.

same thing happens if i modify the forwarder for another@another.com to forward to resellername@another.com.


i want resellername@resell.com to get a copy of another@another.com's mails and to catch all the rest of the emails that aren't sent to another@another.com.


main.com aliases
---------------------------
admin: admin
*: admin

resell.com aliases
---------------------------
resellername: resellername
*: resellername

another.com aliases
---------------------------
another: resellername
resellername: resellername
*: resellername

DirectAdmin Support
10-24-2003, 01:41 PM
Hello,

If you are getting mail going to the admin account, I would bet that the server's hostname is set to main.com, where it should be set to something like server.main.com.

Why this happens is because the system account "resellername" has a system email account on the server, which can be viewed as resellername@hostname, in this case, resellername@main.com.

If this is the case, you'll have to get the admin (if it isn't you) to change the hostname to a domain that isn't on the server, such as server.main.com instead of just main.com

John

young
01-05-2004, 11:15 AM
what would be the effects of changing main.com to server.main.com?

if i try to set a catch all on a reseller's domain to send to the reseller's email pop account, the catch all goes to the admin catch all.

if i set the catch all on a reseller's domain to send to an outside email or a reseller created pop account, it sends correctly.

DirectAdmin Support
01-05-2004, 01:52 PM
Hello,

It might make it work :)
Depends on what the hostname is currently. The person who made the domain with the same name as the hostname will be getting all system emails for all domains sent to his catch-all. If you just change the hostname, the system email account @domain part will change with it, so they won't be sent to a catch-all anymore. (Make sure the new hostname resolves)

Changing the hostname doesn't really affect anything when it's named spearately from other domains.

John