gianca ha scritto:
Elio ha scritto:
Dove vanno a finire i file che fetchmail scarica?
In /var/spool/mail/ non c'Ú nulla.
$ fetchmail --auth password
1 message for [EMAIL PROTECTED] at pop.libero.it (2100 octets).
reading message [EMAIL PROTECTED]@pop.libero.it:1 of 1 (2100 octets) ..
flushed
Lo ha scaricato vero?
Come faccio a fare in modo che finiscano in /var/spool/mail/elio ?
Coma fa il sistema a sapere che "e48ta" è "elio"?
da "man fetchmail":
poll pop.provider.net proto pop3
user "jsmith", with password secret1, is "jsmith" here;
Metti una cosa simile (mutatis mutandis) in "~/.fetchmailrc".
Ciao,
gc :-)
Il file .fetchmailrc era corretto:
poll in.virgilio.it with proto POP3 timeout 60 user
'[EMAIL PROTECTED]' there with password '************' is 'elio' here
options keep
Ho eliminato il file .forward che conteneva
FS=' ' && p=/usr/bin/procmail && test -f $p && exec $p -Yf- || exit 75 #elio
Forse andava corretto ma no so come.
Io ho mutt, postfix e fetchmail.
Che ruolo svolge postfix quando ricevo se fetchmail me le manda nello
spool e mutt le legge da li?
Ciao