forward all emails to gmail email /etc/aliases

listed in answer

forward all emails to gmail email /etc/aliases
0 votes, 0.00 avg. rating (0% score)

ANSWER:

I don’t think this is possible, it will be interpreted as a literal string. You will need to add a new router to exim

catchall_pub:
  driver = redirect
  domains = yourdomain
  data = youremail@gmail.com

by Lucas Kauffman from http://serverfault.com/questions/384201