On Sat, 2008-02-16 at 14:24 -0800, tmasboa wrote: > Hello, I am new to SA and here is the situation: > > A normal mail server from my hosting company (pop3) > > and basically I have a computer i want to check the emails,
fetchmail > run them through SA, procmail > and then deliver them to a local mail server just in our network. Deliver using your distros preferred MTA (which actually does the procmail calling part, too). By "local mail server" I assume you are about a "mail serving entity", like an IMAP server. Dovecot. :) > Any free suggestions? I tried installing a POP3 server like Dovecot but i > had a problem and couldn't get it to authenticate. Dovecot doesn't authenticate. You authenticate against Dovecot. It's a server, it's not a client... Anyway, the just outlined setup sounds strangely familiar. ;-) 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; }}}