mutt, fetchmail & procmail on Sid
Mutt + fetchmail works fine, but I've a problem with procmail.
My configuration is the following one:
.fetchmailrc
=======================================================
set postmaster "samiel"
set bouncemail
poll alice via "in.alice.it" timeout 60
with proto POP3
auth password user "mauro.sacchetto@alice.it" there
with password "********"
is "samiel" here
options fetchall keep
mda "/usr/bin/procmail -d %T"
poll gmail via "pop.gmail.com" timeout 60
with proto POP3
auth password user "mauro.sacchetto@gmail.com" there
with password "*******"
is "samiel" here
options fetchall keep ssl
mda "/usr/bin/procmail -d %T"
=======================================================
.procmailrc
=======================================================
shell=/bin/sh
MAILDIR=$HOME/mail
DEFAULT= $MAILDIR/inbox
LOGFILE=$HOME/procmaillog
LOG="
"
VERBOSE=yes
:0
* ^FROM mauro.sacchetto@alice.it
$MAILDIR/alice
:0
* ^FROM mauro.sacchetto@gmail.com
$MAILDIR/gmail
:0
* ^FROM mutt-users@mutt.org
$MAILDIR/mutt
:0
* ^FROM info@debianizzati.org
$MAILDIR/debian
:0
* ^FROM utenti@it.openoffice.org
$MAILDIR/openoffice
:0
* ^FROM k3b-user@lists.sourceforge.net
$MAILDIR/k3b
# All other mail goes to inbox
:0
$MAILDIR/inbox
=======================================================
from .muttrc
=======================================================
set folder = ~/mail
set mbox = +inbox
set mbox_type = mbox
set record = +inbox
set alias_file = ~/mail/aliases
source ~/mail/aliases
set alias_format = "%2n %t %-10a %r"
set sort_alias = alias
set mailcap_path = ~/.mailcap:/etc/mailcap:
set signature = "~/mail/signature"
set tmpdir = ~/mail/.mutt/tmp
set postponed = +postponed
mailboxes +k3b +openoffice +gmail +alice +mutt +debian
=======================================================
When I launch the macro to control and download my mails,
fetchmail find them, but I do find nothing in the mailboxes,
so that I dont' know where are those mails...
Do u find anything wrong in my configuratione files?
Thanx!
MS
Reply to: