> I'm wondering for the EHLO message of evolution.. I think that EHLO should be > followed by the hostname or ip of my pc.. I don't know what means ts and where > he get it... More: evolution seems to add an CR or some strange char at the end > of ehlo string.... > > I have the problem both using and not SSL and/or SMTP AUTH > What about it?
Seems, you are suffering from a glibc bug (not Evolution). There is at least a workaround, that may help (not sure, if it will in any case): Remove all unnecessary chars from /etc/hosts -- that means any comments, blank lines and additional spaces. Full post in archives (by Jeff): http://lists.ximian.com/archives/public/evolution/2003-June/030217.html I dunno if that will solve your problem, but it will be worth a try. ...guenther -- char *t="[EMAIL PROTECTED]"; 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; }}} _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
