I'd like to know how to setup my exim4 on Debian so that it can use gmail as the smarthost, rather than my ISP. It appears to need TLS to be setup, and of course a gmail userid and password. The "standard" smarthost example that comes with exim4 in Debian doesn't have these.
|
|
closed as off topic by wRAR, martin clayton, Roku, Abbas, ldav1s Apr 19 at 20:39
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
The above solution didn't work for some reason but the solution here worked for me. http://www.manu-j.com/blog/wordpress-exim4-ubuntu-gmail-smtp/75/ The only change I did was to use |
|||
|
|
|
First, install stunnel4 and configure it to map
Then reconfigure exim4:
Configure exim4 to use a lot of small files, smarthost through localhost:587 Edit /etc/exim4/passwd.client and add:
Remember to check permissions, and then run:
That should do it. |
|||||||
|
|
See the instructions on Debian Wiki: |
|||
|
|
