What does saslpasswd2 do, in particular, what is the domain option for:
-u domain
use domain for user domain (realm).
UPDATE: Suppose, I:
- smtp login to smtp.mydomain.com,
- as myself@myotherdomain.com (with password1)
- and want to send and email From: support@mypubliccompany.com,
- which should be relayed to Google's SMTP server: smtp.gmail.com
- logging in as (myself@myaccount.com with some other password2),
which of these 5 domains is a domain that is sasl's concern? In fact, why does sasl care about domains at all and not just password strings and username strings (which may include domains)?