Displaying 5 results from an estimated 5 matches for "logabstract".
2009 Feb 13
3
procmail 3.22 on CentOS 5.2
Hello,
I am implementing procmail with postfix on a new SMTP server, I have too many .procmailrc from my former sendmail installation and
not enough time to learn maildrop and migrate right now.
It seems that LOGABSTRACT does not work : I don't get the datas LOGABSTRACT should prompt in the log, whether I don't set
LOGABSTRACT (default behaviour) or if I set it to "on", "yes" : anyone have hints about that ?
Regards
---
Robert GRASSO ? System engineer
CEDRAT S.A.
15 Chemin de Malacher...
2008 May 22
1
procmail --> deliver question
...of the indexing etc...
Problem is I run into some errors :
#My .procmailrc
PATH=/usr/bin:/usr/local/bin:/usr/sbin
SHELL="/bin/bash"
SENDMAIL="sendmail -oi -t"
DELIVER="/opt/dovecot/libexec/dovecot/deliver"
LOGFILE="$HOME/procmail.log" #/dev/null
VERBOSE=on
LOGABSTRACT = "all"
#DEFAULT="$HOME/Maildir/"
#MAILDIR="$HOME/Maildir/"
:0 w
| $DELIVER
#####
My procmail.log :
procmail: [12743] Wed May 21 13:43:38 2008
procmail: Assigning "LOGABSTRACT=all"
procmail: Executing "/opt/dovecot/libexec/dovecot/deliver"
Fatal...
2016 Jul 07
1
Help sought for email problem
My home server is running CentOS-7.1
I'm running postfix and dovecot on it.
I collect email from a few sources with fetchmail
and move it to ~/Maildir/cur/ with procmail.
Or at least, I did do this.
For some reason procmail has stopped doing its job,
and the email that I collect is finishing in /var/spool/mail/tim/
I can't work out what has caused this,
or what the cure is.
I haven't
2008 Oct 23
3
mbox to Maildir conversion
I've been running a mbox solution using UW's IMAP server. I've run it
for years.
Now do to heavy message volumes, I've decided to to take the plunge to
convert to the Maildir format.
I am currently testing a single user, and have successfully converted
the mail messages from mbox to Maildir format, and now I am setting up
the procmail tool to place the messages into the correct
2006 Jul 05
2
Procmail patch for dovecot delivery
...22:56:24.000000000 +0200
@@ -4,7 +4,7 @@
dump P((const int s,const int type,const char*source,long len));
int
writefolder P((char*boxname,char*linkfolder,const char*source,long len,
- const int ignwerr,const int dolock));
+ const int ignwerr,const int dolock, const int trydeliver));
void
logabstract P((const char*const lstfolder)),
concon P((const int ch)),
diff -Nur procmail-3.22-orig/src/procmail.c procmail-3.22/src/procmail.c
--- procmail-3.22-orig/src/procmail.c 2001-09-11 06:59:14.000000000 +0200
+++ procmail-3.22/src/procmail.c 2006-07-04 20:12:35.000000000 +0200
@@ -306,7 +306,22 @@...