procmail
[Top] [All Lists]

Re: Procmail lock

2005-10-15 13:09:55
Hi Sebastian,

Am 2005-09-26 12:41:16, schrieb Sebastian Luque:
Thanks to everybody for your input.  I got it all working now, except for
the duplicate messages issue with fetchmail, albeit in a different way.

Here's my ~/.fetchmailrc:

--8<---------------cut here---------------start------------->8---
set daemon 600

poll pop.server.one
protocol pop3
# expunge 0
username "username"
password "****"
is localuser
mda "procmail -d %T"
<snip>
--8<---------------cut here---------------end--------------->8---

I found out that the mda line is required for each server.  Interestingly,

not right

not all messages are getting duplicated, only a few.  I thought the
expunge option might take care of that, but I've commented it because it's
causing a syntax error.

'expunge' can only used with imap and NOT pop3 and should >=1.

Any pointers as to what the cause of this might be?

Tried soething like this:

  __( 'stdin' )_________________________________________________________
 /
| ##########################################################################
| # Global
| ##########################################################################
| set no bouncemail
| set postmaster        linux4michelle(_at_)freenet(_dot_)de
| set invisible
| 
| ##########################################################################
| # Defaults
| ##########################################################################
| defaults:
|     antispam          -1 
|     batchlimit        10
|     warnings          300
|     fetchall
|     expunge           1
|     mda               "/usr/bin/procmail -d %T"
|     dropstatus        
| 
| ssl                
| sslcertpath        /home/michelle.konzack/.certs/
| sslproto           tls1
| sslcertck         
| sslfingerprint     "57:56:6E:C3:9C:3D:F7:32:4D:CC:E3:87:F3:E4:D0:8C"
| forcecr            
| 
| ####################################################################
| # Hosts to poll
| ####################################################################
| poll mx.freenet.de protocol imap 
| user linux4michelle pass blubber is michelle.konzack here
 \______________________________________________________________________

Thanks in advance,

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/3/88452356    67100 Strasbourg/France   IRC #Debian (irc.icq.com)

____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>
  • Re: Procmail lock, Michelle Konzack <=