[Evolution] conf for virtual domains
guenther
guenther@rudersport.de
Fri, 13 Feb 2004 16:35:38 +0100
> I am using Evolution-1.2.2(Rehat-9),
> How to confgire for virtual domains, I mean
> how to avoid that host name at the end of the
> mail address??
>
> my mail id is bala@abc.com
> but it is taking as bala@abc.com@mailhost
>
> how to avoid that mailhost, adding at the end of the
> mail address, for authentication purpose.
If I understand you, you are concerned about the string that is
displayed in the status window, when receiving mail.
This is ok. In fact it is necessary for the user to distinguish
different accounts. Basically it is user@host. Neither information is
sufficient, as you can have multiple accounts on the same host or
multiple accounts with the same user name on different hosts.
>From the above I see your usernane is an email address. HTH
...guenther
--
char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}