cheers();

> Yes, it acts exactly as if it were connected, but it's not.  So
> the mail moves from Outbox to Sent but never actually gets
> sent.  No mail servers are reachable when this happens.
> 
> I'm using sendmail, which might be the problem.  Maybe
> I'll switch to SMTP and see how that does.

Yeah, I'm pretty sure, that _is_ the problem. As you are using sendmail
(on your local machine) your 'mail server' _is_ reachable. The Mails
gets delivered to sendmail.

sendmail by itself may have problems sending mail, without a network.

Maybe someone with more sendmail experience could tell you more.


Using an external SMTP server should solve those problems instantly, as
Evo tries to reach the SMTP -- and lets the mail in Outbox until that
could be done.

...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

Reply via email to