As I mentioned in the bug report, I'm by no means an expert on Connector protocol stuff, so I'm not sure if this is an Ugly Hack (tm) or A Good Thing(tm). :-)
diff -ur ximian-connector-2.0.4.orig/storage/exchange-account.c ximian-connector-2.0.4.sh/storage/exchange-account.c --- ximian-connector-2.0.4.orig/storage/exchange-account.c 2005-01-25 14:41:57.000000000 +0100 +++ ximian-connector-2.0.4.sh/storage/exchange-account.c 2005-02-21 13:12:52.000000000 +0100 @@ -866,9 +866,12 @@ domain = ac->w2k_domain; if (!domain) { - domain = strchr (account->priv->identity_email, '@'); - if (domain) - domain++; + domain = ac->nt_domain; + if (!domain) { + domain = strchr (account->priv->identity_email, '@'); + if (domain) + domain++; + } } if (!domain) return FALSE;
Attachment:
smime.p7s
Description: S/MIME cryptographic signature