Displaying 8 results from an estimated 8 matches for "includerc".
2017 May 17
5
per user procmail filtering and dovecot-lda
...procmailrc
SENDMAIL=/usr/sbin/sendmail
SENDMAILFLAGS=-oi
LOGFILE=/var/log/procmail.log
ORGMAIL=${HOME}/Maildir/
DEFAULT=${ORGMAIL}
MAILDIR=${HOME}/Maildir/
DELIVER="/usr/lib/dovecot/deliver -d $LOGNAME"
# next line is to support user .procmailrc files
INCLUDERC=$HOME/.procmailrc
:0 w
| $DELIVER
# cat ~/.procmailrc
:0 w
* ^List-ID:.*jenkinsci-dev.googlegroups.com
| $DELIVER -m mailing-lists/jenkinsci-dev
:0 w
* ^List-ID:.*jenkinsci-users.googlegroups.com
| $DELIVER -m mailing-lists/jenkinsci-users
However dovecot-l...
2008 Feb 18
2
Strange Error
...r mailbox,
etc)
- procmail put the mail on inbox user.
I had include the following line in the promail config:
| "/usr/libexec/dovecot/deliver -m $DEFAULT"
and the procmail log shows me the following :
procmail: Assigning "MAILDIR=/home/admin/mail"
procmail: Assigning "INCLUDERC=/home/admin/Procmail/rc.spam-mail"
procmail: Couldn't determine implicit lockfile from
"/usr/libexec/dovecot/deliver"
procmail: Locking ".lock"
procmail: Executing "/usr/libexec/dovecot/deliver,-m,/var/spool/mail/admin"
procmail: Non-zero exitcode (75) from &...
2016 Dec 16
2
Vacation Sending To Root
Dovecot Version 2.0.9
I am having an issue where all vacation messages are being sent to root. Is
any one able to advise.
Dovecot Log Shows :-
Sieve: msgid=<
CAMD5TViw0sSigGm8JY5WOv0ROs1UdCJFnvb9vo-RzcNN74E92Q at mail.xxxxxx.com>: sent
vacation response to <root>
The emails are handed off to dovecot from sendmail using procmail
:0 w
| $DELIVER
The variable $DELIVER is set as
2017 May 17
0
per user procmail filtering and dovecot-lda
...SENDMAIL=/usr/sbin/sendmail
| SENDMAILFLAGS=-oi
| LOGFILE=/var/log/procmail.log
| ORGMAIL=${HOME}/Maildir/
| DEFAULT=${ORGMAIL}
| MAILDIR=${HOME}/Maildir/
|
| DELIVER="/usr/lib/dovecot/deliver -d $LOGNAME"
|
| # next line is to support user .procmailrc files
| INCLUDERC=$HOME/.procmailrc
|
| :0 w
| | $DELIVER
|
|
| # cat ~/.procmailrc
|
| :0 w
| * ^List-ID:.*jenkinsci-dev.googlegroups.com
| | $DELIVER -m mailing-lists/jenkinsci-dev
|
| :0 w
| * ^List-ID:.*jenkinsci-users.googlegroups.com
| | $DELIVER -m mailing-lists/jenkinsci-users...
2004 Feb 06
1
Illegal characters in message names
...ng is a slightly modified extract from my logs:
procmail: [5373] Thu Feb 5 23:59:14 2004
procmail: Assigning "MAILDIR=/Users/name/Maildir/"
procmail: Assigning "ORGMAIL=/Users/name/Maildir/"
procmail: Assigning "DEFAULT=/Users/name/Maildir/"
procmail: Assigning "INCLUDERC=/Users/name/Library/rc.myrules"
procmail: Match on "^From:.*someone at somewhere.com"
procmail: Error while writing to
".Folder/tmp/1076021954.5373_0.y/rc.myrulessomewhere.com"
procmail: Couldn't create or rename temp file
".Folder/tmp/1076021954.5373_0.y/rc.myrule...
2007 Jun 07
2
procmail, and the care and feeding of mailing list content received
...:.*centos\.centos\.org
^ *Subject:.*CentOS Based Linux Firewall Document
*!^X-brand
| formail -A "X-brand: killfile "
# and dump them
:0 w
* ^X-brand: killfile
/dev/null
3. Integrate it in mailhandling; a fragment from:
/home/herrold/.procmailrc
# easy drops
INCLUDERC=$HOME/.procmail/killfilerc
-----------------------------------
easy enough to save 'caught' pieces to a file, rather than
devnull until you are certain collateral damage has not been
induced; see the procmail manpage series for a full
discussion.
-- Russ Herrold
2005 May 31
2
Maildir
...at I can tell,
works just fine.
Changed the following line in /etc/dovecot.conf:
default_mail_env = maildir:%h
/etc/procmailrc looks like:
# .procmailrc
PATH=/usr/bin:/bin:/usr/local/bin
MAILDIR=$HOME/Maildir
DEFAULT=$MAILDIR/new
PMDIR=/tmp/procmail
LOGFILE=/var/log/procmail
# Use SpamAssassin
INCLUDERC=/etc/mail/spamassassin/spamassassin-spamc.rc
dovecot-0.99
procmail-3.22
sendmail-8.13
2012 Feb 02
3
Question about quota configuration
Hi
This is my first post here so i will be as precise as i can
I'm trying to setup a quota system using dovecot postfix and procmail
dovecot version 1.2.9
postfix version 2.7.0
I have succesfully modified dovecot config to use fs quota system (so far
imap and pop3)
It reports correct quotas to imap and pop3 clients (both user and group)
What im tryin to do now is to modify