Config Vestavp with Google App
Config Vestavp with Google App
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.
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
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
Just tried but not work.
Re: Config Vestavp with Google App
Check logs than.tran_tien wrote:Just tried but not work.
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: Config Vestavp with Google App
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.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
-
- Posts: 13
- Joined: Thu Nov 20, 2014 9:13 am
Re: Config Vestavp with Google App
I confirm this works.