Ik heb op mijn RH 7.2 machine fetchmail/IMAP aan de praat maar ik wil als ik mijn mail ophaal dat procmail deze gelijk in subfolders gooit.
Alleen krijg ik deze error (ik start fetchmail op vanuit webmin):
mijn .procmailrc file:
wat doe ik fout ?
Alleen krijg ik deze error (ik start fetchmail op vanuit webmin):
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| fetchmail: POP3> RETR 1 fetchmail: POP3< +OK 11832 octets reading message 1 of 14 (11832 octets) fetchmail: SMTP connect to localhost failed fetchmail: can't raise the listener; falling back to /usr/bin/procmail -d %T#*******************************.******************************.******************************.**************************.*******************************.**********************************.******************************.*************************.****************************.*procmail: Error while writing to "/home/hlds/Procmail/log" procmail: [6845] Thu May 9 16:20:08 2002 procmail: Assigning "LOGABSTRACT=all" procmail: Assigning "MAILDIR=/var/spool/mail" procmail: Assigning "INCLUDERC=/home/hlds/Procmail/rc.testing" procmail: No match on "^Subject:.*hlds_linux" procmail: Match on "^Subject:.*hlds" procmail: Locking "hlds.lock" procmail: Error while writing to "_9qB.YWo28.localhost" procmail: Lock failure on "hlds.lock" procmail: Assigning "LASTFOLDER=hlds" procmail: Opening "hlds" procmail: Acquiring kernel-lock procmail: Notified comsat: "hlds@0:/var/spool/mail/hlds" From hlds Thu May 9 16:20:08 2002 Subject: Re: [hlds] New Beta Half-Life Server Folder: hlds 11982 flushed fetchmail: POP3> DELE 1 fetchmail: POP3< +OK message deleted |
mijn .procmailrc file:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
| # Next may be needed if you invoke programs from your procmailrc # Details in Check Your $SHELL and $PATH in Troubleshooting below ## SHELL=/bin/sh # Directory for storing procmail configuration and log files # You can name this environment variable anything you like # or, if you prefer, don't set it (but then don't refer to it!) PMDIR=$HOME/Procmail # Put ## before LOGFILE if you want no logging (not recommended) LOGFILE=$PMDIR/log # To insert a blank line between each message's log entry, # uncomment next two lines (this is helpful for debugging) ## LOG=" ## " # Set to yes when debugging VERBOSE=yes # Remove ## when debugging; set to no if you want minimal logging ## LOGABSTRACT=all LOGABSTRACT=all # Replace $HOME/Msgs with your mailbox directory # Mutt and elm use $HOME/Mail # Pine uses $HOME/mail # Netscape Messenger uses $HOME/nsmail # Some NNTP clients, such as slrn & nn, use $HOME/News # Mailboxes in maildir format are often put in $HOME/Maildir # NOTE: Upon reading the next line, Procmail does a chdir to $MAILDIR # and relative paths are relative to $MAILDIR MAILDIR=/var/spool/mail # Make sure this directory exists! INCLUDERC=$PMDIR/rc.testing # Messages that fall through all your procmail recipes are delivered # to your default INBOX (to find out yours, see step 2 above) |
wat doe ik fout ?