On Tuesday 15 November 2005 3:05 pm, Lovell McIlwain wrote: > On 11/15/05, Lovell Mcilwain <[EMAIL PROTECTED]> wrote: > > Hello all, > > > > Can anyone tell me how I can configure fetchmail to check my gmail > > account using ssl (port 995)? Apparently fetchmail supports (according to > > the website) it but it doesn't say how to configure it to work. > > > > Any help is appreciated :) > > So it looks like I was just impatient. I didn't wait long enough for > the mail to download. Once I waited it out all of the mail dropped > into my local user directory. Im happy :) Now Im hoping I can get > IMAP to work with it. >
That's what I'm doing. I'm using fetchmail with MTA set to maildrop (build from srpm without problem on Fedora). Maildrop will use my ~/.mailfilter: DEFAULT="$HOME/Mail.imap/" xfilter "/usr/bin/spamc" This will filter mail through spamassassin, then put it in maildir format into above dir. Then, use dovecot to serve. In /etc/dovecot.conf, I set: default_mail_env = maildir:~/Mail.imap _______________________________________________ LinuxR3000 mailing list [email protected] http://lists.pcxperience.com/cgi-bin/mailman/listinfo/linuxr3000 Wiki at http://prinsig.se/weekee/
