forward all emails to gmail email /etc/aliases
listed in answer
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

New Comments