Am Do, den 02.02.2006 schrieb spart cus um 16:36:
> Got it working now.Thanks for all the help. Im still
> on studying sasl for postfix. Is it more secure to
> limit the mech_list to just plain and login ? Im not
> using TLS support for this.
Do not propagate any mechanism which your server setup does not really
is able to handle. So restricting the offered mech list to plain and
login when using saslauthd is the proper thing to do.
You should protect the user's authentication data transmitted in
cleartext (just base64 encoded) over the wire by enforcing TLS.
Alexander