Hello Qmail2, On Thursday, October 23, 2003, [EMAIL PROTECTED] wrote... > Ok here's my current config:
> Mail server accepts mail for: domain.com and domain.net > 2 SM configs one setup for domain.com and one for domain.net (at > webmail.domain.com/webmail.domain.net) > Users for domain.com login with "[EMAIL PROTECTED]" > Users for domain.net login with "username" > (This is how the users are setup on the IMAP server) > I thought I needed to have it setup this way... but it seems if I log into > the domain.net e-mail with [EMAIL PROTECTED] when I send mail out it > goes out from [EMAIL PROTECTED] I would have thought it went out > from [EMAIL PROTECTED] > Why is this working? Or is the "domain" setting in sm not a setting for > outgoing mail? Where is SM getting the users's outgoing domain from? It's working because it was coded that way. We told SquirrelMail to look for certain characters in the username, if it finds what we consider to be an email address for the username, it defaults to using that, even if the $domain variable doesn't match. If the user changes their email address in personal preferences, then it'd use that as the email instead. The default behaviour is to use [EMAIL PROTECTED] if $username = [EMAIL PROTECTED] then the email is that too, otherwise it uses the original format. -- Jonathan Angliss ([EMAIL PROTECTED]) ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
