| Linode Forum https://forum.linode.com/ |
|
| SMTP authentication with Exim - How to enable https://forum.linode.com/viewtopic.php?f=11&t=7282 |
Page 1 of 1 |
| Author: | thniels [ Sun Jun 19, 2011 3:33 pm ] |
| Post subject: | SMTP authentication with Exim - How to enable |
I have tried enabling SMTP authentication on Exim4 with very little luck. I put this in my configuration... fixed_login: driver = plaintext public_name = LOGIN server_prompts = User Name : Password server_condition = \ ${if and {{eq{$auth1}{averysecretusername}}{eq{$auth2}{anevenmoresecretpwd}}} server_set_id = $auth1 ...from the documentation at exim.org with little luck. Is there a real plain thick-as-a-brick walk through that explains how to set this up? Everything works except the authentication and it doesn't even have to be very complicated. There is only need for one user and not even an existing one. I did find some explanations but they all deal with tweaking what already works. A pointer in the right direction would be much appreciated. Btw, it appears to authenticate allright but it also allows non-authenticated clients. - Thomas Nielsen |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|