Displaying 20 results from an estimated 1200 matches similar to: "procmail --> deliver question"
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",
2009 Jan 16
2
Procmail + Dovecot
I have been trying to set up procmail but I am running into some issues
with using deliver. I am running Debian Etch with Dovecot 1.1.8 compiled
from the Debian Experimental source package.
##### Start .procmailrc #####
# System-wide settings for procmail
SHELL="/bin/bash"
SENDMAIL="/usr/sbin/sendmail -oi -t"
LOGFILE="/var/log/procmail.log"
2006 Jun 03
3
Maildir, procmail, and locks
I'm using procmail as the local delivery agent for Maildir style
mailboxes. I discovered that I was able to send mail to other users but
was unable to send mail to myself. Examples from verbose procmail log:
**** Successful message to another user ****
procmail: [24589] Fri Jun 2 15:03:34 2006
procmail: Assigning
2014 Jun 20
2
mail delivery question
I've built a new mail system with Centos 6.5, and I'm running fetchmail -
sendmail - procmail to maildir. I have all of this working at the moment.(I
know, postfix was the default, but for lots of other reasons, I switched, and
that isn't an issue, I don't think).
I am using dovecot as an imap server. Procmail won't update indexes during email
delivery, so I'm having some
2009 Feb 02
1
OT: procmail recipe question
I'm trying to use procmail and I'm having trouble getting it to set some
headers. I have one mailing list that sets ?Newsgroups: in the header
and I want to remove it. I have the following test recipe:
:0
* ^Subject:.*\<testing
* ^(Mime-Version:|Content-)
| formail -IMime-Version: -IContent-
If I understand it correctly, it should remove the Mime-Verion and
Content headers.
The
2014 Nov 21
1
Centos 6.6 procmail trouble
I have a 6.5 machine that had everything set up and working correctly (fetchmail, sendmail w/ starttls, procmail, spamassassin) but the MB cratered.
I bought a new machine, and installed Centos 6.6 and all is not well.
I used the config from the previous incarnation (via backups) for fetchmail (works fine), sendmail (works fine for sending via relay and tls), but procmail now refuses to pick up
2013 Aug 18
3
Using procmail to mark messages as read in dovecot
So, I use procmail extensively, and I have for a long time, but marking messages as 'read' in a Maildir has always been a little wonky:
TRAP='mv "$LASTFOLDER" "${LASTFOLDER}:2,S"'
Since I've switched to dovecot, is there a way to mark a message on delivery as read or not new or seen?
--
Clarke's Law: Sufficiently advanced technology is
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
2007 Jan 17
1
Dovecot deliver and procmail
Hi,
I have site w. around 7000 users, most of which have some procmail rules
(theres even .procmailrc in /etc/skel with rule to put spam into spam
folder). Afaik dovecot's deliver doesnt understand procmail rules, so
i'd like to ask if its possible to configure procmail so it saves mail
using deliver, without modifying users .procmailrc
Thanks for any pointers,
Vaclav Hula
2008 Mar 17
1
problems with postfix->procmail->deliver
Hi all.
I'm relatively new to Dovecot, but I really like what I'm seeing so far.
I have one problem that I was hoping you could help me with though. I
use Postfix for my mail server, then pass that on to procmail for
filtering, and finally to deliver to put the mail in the appropriate
Maildir folder. However, this isn't working. Postfix passes the mail to
procmail correctly, but
2008 Jan 04
1
Random procmail filter failures.
Hi all,
I'm seeing a random issue with my procmail filters (only on email from
this list) where once every so often, it will fail to filter a
message. I am sorting by the to/cc email address, and this rule works
on 99.9% of posts, however every now and again, I see something like
this happen:
From centos-bounces at centos.org Sat Jan 5 01:57:28 2008
Subject: Re: [CentOS]
2008 Feb 27
2
deliver & procmail
hi together,
procmail provides an error by delivery.
procmail: Executing "/usr/local/libexec/dovecot/deliver,Maildir"
procmail: Error while writing to "/usr/local/libexec/dovecot/deliver"
procmail: Program failure (64) of "/usr/local/libexec/dovecot/deliver"
procmail: Assigning "LASTFOLDER=/usr/local/libexec/dovecot/deliver Maildir"
From
2017 May 17
5
per user procmail filtering and dovecot-lda
Hi all,
I recently migrated my system (postfix/Dovecot)from mbox to Maildir.
Almost everything is working (phone and thunderbird show all my mail and
folders with mail)
However I am stuck on my .procmailrc rules
# cat /etc/procmailrc
SENDMAIL=/usr/sbin/sendmail
SENDMAILFLAGS=-oi
LOGFILE=/var/log/procmail.log
ORGMAIL=${HOME}/Maildir/
DEFAULT=${ORGMAIL}
2014 Aug 18
2
CentOS 6, Postfix, and Procmail -- how do I get it to work?
What is the trick to get Postfix's local command to pipe mail through
procmail?
I have:
-bash-4.1$ grep allow_mail_to_commands /etc/postfix/main.cf
allow_mail_to_commands = alias, forward
and
-bash-4.1$ cat .forward
|/usr/bin/procmail
and a .procmailrc file:
-bash-4.1$ cat .procmailrc
PATH=/usr/bsd:/bin:/usr/bin:/exp/rcf/share/bin
MAILDIR=/var/lib/amanda/Mail #you'd better
2006 Jul 19
1
CentOS 4.3/postfix/procmail lock failures
Hello,
What is the proper solution to the problem below the sig?
For a similar issue, Phillip Guenther, procmail's maintainer, at
<http://article.gmane.org/gmane.mail.procmail/1623/match=error+writing+var+spool+mail>
suggests "chmod g+s /usr/bin/procmail", but I'm reluctant.
There are also suggestions that in this configuration the packager must
make certain that
2008 Feb 22
1
dovecot/procmail w/maildir format?
Does anyone have a handy example or howto pointer for the matching
config changes needed to make sendmail/procmail deliver in maildir
format in home directories and for dovecot to access it there?
--
Les Mikesell
lesmikesell at gmail.com
2015 Nov 10
3
* Re: procmail as a content_filter with dovecot
> dovecot supports sieve, so why the need for procmail ?
Because I already HAVE procmail recipes and know proemial.
The point is to make what I have, work.
> On Nov 9, 2015, at 22:49, Benny Pedersen <me at junc.eu> wrote:
>
> On November 10, 2015 6:36:00 AM Vicki Brown <vlb at cfcl.com> wrote:
>
>> Can anyone help?
>
> dovecot supports sieve, so why
2005 Sep 28
1
Using procmail with virtual users...
Hello all,
I've a working dovecot installation on my machine, using exim3, virtual
users and maildirs.
I would like to add procmailrc rules for these (virtual) users, but i've not
succeeded with that.
The authentication is done with a passwd-file looking like this :
testuser:password:uid:gid::/home/mail/testuser::chroot:maildir:/home/mail/testuser/Maildir/
i've put .procmailrc files
2008 Sep 17
5
Converting from MBOX to Maildir broke procmail and Spamassasin and halted incoming mail
I could use some help here -
As I use Dovecot I started here when trying to figure out why I could
not add new mail folders under my Mac's Mail program, but could under
Thunderbird.
It was quickly pointed out that my system was set up to use MBOX and
not MAILDIR, and some helpful links and notes were sent back and forth
giving me a good clue as to how to perform the conversion
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