Email address not correct

waterkei

Verified User
Joined
Dec 14, 2004
Messages
28
Hi all,

I get a trouble problem in the email system on DA

MY domain name is hk-studio.com
and the hostname is server.hk-studio.com

I create a reseller domain as hkhostingteam.com and the username is hkhost
When I using hkhostingteam.com to send email, the receiver email show is [email protected]

It's not a [email protected]

Why appear this problem?

Hereis my setting
 

Attachments

  • error.jpg
    error.jpg
    51.4 KB · Views: 218
Last edited:
You've included a printout of your DNS with your post; DNS has NOTHING to do with the setup in your email.

How are you sending the email that's ending up with the wrong return address?

Jeff
 
Here is my information from my server

/etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 host.hk-studio.com host localhost.localdomain localhost
210.0.180.75 server.hk-studio.com

/etc/sysconfig/network
NETWORKING=yes
HOSTNAME=server.hk-studio.com
GATEWAY=210.0.180.1

/var/named/server.hk-studio.com.db
$TTL 14400
@ IN SOA ns1.hk-studio.com. root.server.hk-studio.com. (
2004121500
7200
3600
1209600
86400 )

server.hk-studio.com. 14400 IN NS ns1.hk-studio.com.
server.hk-studio.com. 14400 IN NS ns2.hk-studio.com.

ftp 14400 IN A 210.0.180.75
localhost 14400 IN A 127.0.0.1
mail 14400 IN A 210.0.180.75
pop 14400 IN A 210.0.180.75
server.hk-studio.com. 14400 IN A 210.0.180.75
www 14400 IN A 210.0.180.75

server.hk-studio.com. 14400 IN MX 10 mail



server.hk-studio.com. IN TXT "v=spf1 a mx ip4:210.0.180.75 ~all"
 
/var/named/hkhostingteam.com.db


$TTL 14400
@ IN SOA ns1.hk-studio.com. root.hkhostingteam.com. (
2004121500
7200
3600
1209600
86400 )

hkhostingteam.com. 14400 IN NS ns1.hk-studio.com.
hkhostingteam.com. 14400 IN NS ns2.hk-studio.com.

ftp 14400 IN A 210.0.180.75
hkhostingteam.com. 14400 IN A 210.0.180.75
localhost 14400 IN A 127.0.0.1
mail 14400 IN A 210.0.180.75
pop 14400 IN A 210.0.180.75
www 14400 IN A 210.0.180.75

hkhostingteam.com. 14400 IN MX 10 mail



hkhostingteam.com. IN TXT "v=spf1 a mx ip4:210.0.180.75 ~all"
 
directadmin setup file:

hostname=server.hk-studio.com
[email protected]
mysql=
mysqluser=da_admin
adminname=admin
adminpass=
ns1=ns1.hk-studio.com
ns2=ns2.hk-studio.com
ip=210.0.180.75
netmask=255.255.255.128
uid=
lid=
services=services_fedora2.tar.gz

directadmin conf. file
servername=server.hk-studio.com
ns1=ns1.hk-studio.com
ns2=ns2.hk-studio.com
 
I try to test the email setting,

I found when I create a reseller name hkhost and domain is hkhostingteam.com

Step 2 is send the email to one of the server provider

Step3 I found the email address is the [email protected]<--which is my hostname.

But it is not a [email protected]

Any suggestion for me?
 

Attachments

  • error2.jpg
    error2.jpg
    188.3 KB · Views: 222
Has a solution been found yet? I have exact same thing happening (ofcourse with different domainnames). This look like a bug.
 
Last edited:
Back
Top