Claude G?linas <claude at phyto.qc.ca> writes:
> I've installed dovecot with maildir format in /home/claude/mail.
> I fetch my email with fetchmail and they are placed in
> /var/spool/mail/claude.
>
> How can I transfer them automatically in /home/claude/mail/INBOX/new
>
> How can I setup something to transfer my email automatically as they
> arrive.
Sure, see :
http://wiki.dovecot.org/LDA
http://www.dovecot.org/list/dovecot/2007-July/024012.html:
In your ~/.fetchmailrc, you may use something like the following:
poll your.pop.server with proto POP3
user claude there with pass password
options fetchall
mda "/usr/lib/dovecot/deliver"
--
Nicolas