Page 1 of 1

Config Vestavp with Google App

Posted: Wed May 11, 2016 2:22 am
by tran_tien
Hello,

I had a domain : sample.net running Drupal CMS, use Google APP email service. This domain use DNS managerment form domain registrar (just point A record to server IP and not using Vesta name service).

When user send email using drupal contact form to admin : [email protected], email send to internal email server, i can read it on internal webmail, but i need this email send out to Google App server so i can check it via Gmail.

How to turn off internal email server and send this mail out to Google server.

Please help, thank.

Re: Config Vestavp with Google App

Posted: Wed May 11, 2016 6:32 am
by skurudo
You can try to change some in ROUTERS CONFIGURATION section in your exim configuration file:

Code: Select all

dnslookup:
  driver = dnslookup
  domains = *
# domains = !+local_domains <- by default
  transport = remote_smtp
  no_more

Re: Config Vestavp with Google App

Posted: Wed May 11, 2016 9:14 am
by tran_tien
Just tried but not work.

Re: Config Vestavp with Google App

Posted: Wed May 11, 2016 10:14 am
by skurudo
tran_tien wrote:Just tried but not work.
Check logs than.

Re: Config Vestavp with Google App

Posted: Wed May 11, 2016 7:53 pm
by mehargags
skurudo wrote:You can try to change some in ROUTERS CONFIGURATION section in your exim configuration file:

Code: Select all

dnslookup:
  driver = dnslookup
  domains = *
# domains = !+local_domains <- by default
  transport = remote_smtp
  no_more
This has to WORK... it can't fail. Did you restart EXIM after config change ? Can you nslookup your domain and see what it results in ? Restart your server once for all changes to take effect.

Re: Config Vestavp with Google App

Posted: Thu Feb 20, 2020 10:46 am
by nmpribeiro
I confirm this works.