Local delivery problem

mathieumaes

New member
Joined
Mar 15, 2010
Messages
1
Hi,

I have a question regarding local delivery of E-mail.

My server has a website (let's call it domain.com) and my username is "myname". By default, Directadmin has created a POP3 mailbox for an email address [email protected].

However, I've configured Google apps for business, which means my MX records for the domain direct to the Google mailservers, not the webserver itself. The email adress [email protected] exists, but is being controlled by Gmail.

When I try to send a mail with the local SMTP server (for example using the Mail() function inside a PHP script) to that address, the mail is still being delivered to the local mailbox, and not to Google mail.

Is there a way I can solve this for this particular domain ?

Kind regards,
Mathew
 
Go to user level and dns management and then at the bottom click modify mx records and in that area uncheck the box that says "Use this server to handle my emails."
 
Back
Top