On 06/09/15 19:36, Alexander Carver wrote: > Is there a way to combine the SASL > authentication with a hashing algorithm or is STARTTLS+PLAIN sufficient?
You could use cram-md5 (but I don't like it as you have to store passwords in-clear on your server). I think starttls+plain is fine. -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
