Displaying 20 results from an estimated 23 matches for "orgmail".
2017 Oct 12
5
Convert from mbox to Maildir
...amp;& exec /usr/bin/procmail -f- || exit 75 # jw"
Before going into IMAP details, I decided to convert the system to
Maildir as a first step. So I created a procmail-entryrecipe to populate
a test folder:
~/.procmailrc:
:0
* ^Subject:.*dovecot-test
{
ORGMAIL="${HOME}/Maildir/"
DEFAULT=${ORGMAIL}
DELIVER="/usr/lib/dovecot/deliver -o mail_location=maildir:~/Maildir -o lda_mailbox_autocreate=yes"
:0
| $DELIVER -m dovecot-test
}
This setup seems to work.
But there is one point that bugs...
2017 Oct 13
0
Convert from mbox to Maildir
...ot;
>
> Before going into IMAP details, I decided to convert the system to
> Maildir as a first step. So I created a procmail-entryrecipe to populate
> a test folder:
>
> ~/.procmailrc:
> :0
> * ^Subject:.*dovecot-test
> {
> ORGMAIL="${HOME}/Maildir/"
> DEFAULT=${ORGMAIL}
> DELIVER="/usr/lib/dovecot/deliver -o mail_location=maildir:~/Maildir -o lda_mailbox_autocreate=yes"
> :0
> | $DELIVER -m dovecot-test
> }
>
> This setup seems to...
2017 May 17
5
per user procmail filtering and dovecot-lda
...tem (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}
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:.*jenk...
2014 Aug 18
2
CentOS 6, Postfix, and Procmail -- how do I get it to work?
...mmands /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 make sure it exists
DEFAULT=$ORGMAIL #completely optional
LOGFILE=$MAILDIR/from #recommended
:0
* ^From.*no-reply at sns.amazonaws.com
|$HOME/retrieveArchive.tcl
:0
! heller at deepsoft.com
Basically I want all mail to the Amanda Backup account, except messages from
Amazon SNS, to be forwarded to me (the system admin). The ret...
2014 Nov 21
1
Centos 6.6 procmail trouble
...E="$/var/log/procmail.log"
LOCKFILE="$HOME/.lockmail"
LOCKEXT=.lock
SENDMAIL="/usr/sbin/sendmail -oi -t"
N="
"
NL="
"
LOG=" My HOME is --> $HOME $NL My MAILDIR Directory is --> $MAILDIR $NL My DEFAU
LT Directory is --> $DEFAULT $NL My ORGMAIL Directory is --> $ORGMAIL $NL My LOG
NAME is $LOGNAME $NL New .procmailrc $NL Starting recipes $NL $NL $NL"
VERBOSE=on
LOG=" Recipe 0 $NL"
:0
* (^TO|^TO_|^Sender:|^From:.*)\<(centos-bounces)\>
.centos/
#
# SpamAssassin
#
# Pipe the mail through spamassassin (replace '...
2017 May 17
0
per user procmail filtering and dovecot-lda
...ecot)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}
| 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...
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 Apr 17
2
Question about mail storage
...2) How to change Where Things End Up
a) The users' ~/.procmailrc pretty much consists of: MAILDIR=$HOME/mail
Am I correct in assuming that this should be changed to:
MAILDIR=$HOME/Maildir/
?
b) Mail appears to end up in /var/spool/mail/<username> because that's
the procmail default (ORGMAIL).
To redirect individual users (because this will be a gradual
changeover), am I correct in assuming that putting:
DEFAULT=$HOME/Maildir/
in ~/.procmailrc will redirect incoming mail?
3) I see that, in the default configuration, /everything/ will now be
under ~/Maildir and thus in the home directo...
2024 Jan 17
1
Choices to remove `srcref` (and its buddies) when serializing objects
...the hash, as other options of identical().
>>
>> Tomas
>>
>>
>>> Thanks,
>>>
>>> - Dipterix
>>> [[alternative HTML version deleted]]
>>>
>>> ______________________________________________
>>> R-devel at r-project.orgmailing list
>>> https://stat.ethz.ch/mailman/listinfo/r-devel
>
2018 Dec 18
0
Spamassassin + Postfix : delete spam mail on the server ?
...many rules.
Use something like this in postfix main.cf:
mailbox_command = /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME
And something like this in /etc/procmailrc or $HOME/.procmailrc
SPAMDIR=$HOME/Maildir/.Spam/
:0fw
| /usr/bin/spamc
:0
* ^X-Spam-Status: Yes
$SPAMDIR
DEFAULT=$HOME/Maildir/
ORGMAIL=$HOME/Maildir/
DROPPRIVS=yes
HTH
--
Sent from the Delta quadrant using Borg technology!
Nux!
www.nux.ro
----- Original Message -----
> From: "Nicolas Kovacs" <info at microlinux.fr>
> To: "CentOS mailing list" <centos at centos.org>
> Cc: "scholae...
2004 Feb 04
2
Newbie question: How to make dovecot read /var/mail/user while using Maildir
Hi
I've been trying to figure out how to make dovecot read the system
standard /var/mail/user, which is in mbox-format, while at the same
time using Maildir as the preferred method of storage. When in
Maildir-mode, I can store mail on the server without a hitch, but I
don't receive mails. When in mbox-format, I can read and write, but the
risk of corrupting mails is to high for me to
2004 Feb 06
1
Illegal characters in message names
...orking perfectly. However, I still
have a problem with the way procmail wants to name the received emails.
The following 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....
2012 Jan 25
2
Problem with procmail
I'm trying to setup email on a new server running CentOS-6.2 (x86_64),
but for some reason email is going to /var/spool/mail/
despite the fact that my .procmailrc starts
-------------------------------
DEFAULT=/var/spool/mail
MAILDIR=/home/tim/Maildir/
SHELL=/bin/sh
DROPPRIVS=yes
-------------------------------
and I have
-------------------------------
MAILER(smtp)dnl
MAILER(procmail)dnl
2013 May 08
2
change inbox dotlock name
Hi,
Is there a configuration element that would allow me to change the
dot-lock name for the user's /var/mail inbox when it is locked? dovecot
(correctly) acquires <username>.lock, but I'm having a problem with
procmail where some obscure code path is preventing procmail's
acquisition of a lock when it's that default name in /var/mail.
The issue is not permissions
2006 Jul 05
2
Procmail patch for dovecot delivery
...older(boxname,linkfolder,source,len,ignwerr,dolock, trydeliver)
+ char*boxname,*linkfolder;const char*source;long len;const int ignwerr,dolock, trydeliver;
{ char*chp,*chp2;mode_t mode;int fd,type;
+
+// GW:
+ char* program = getenv("DELIVER_PROGRAM");
+ char* s_org_mail = getenv("ORGMAIL");
+
+ int deliver_inbox = isyes("DELIVER_INBOX");
+ int deliver_absolute_path = isyes("DELIVER_ABSOLUTE_PATH");
+ int isabsolute = boxname[0] == '/';
+ int isinbox = 0;
+ if (s_org_mail) isinbox = !strcmp(s_org_mail, boxname);
+
+ if (trydeliver && pr...
2006 Dec 11
1
Advice, Converting a Live/Production server.
...deal with it {and use it} ^^^^^)
the majority of users will continue to use pop3, however some would like to
convert to imap and have all mail stored on the server.
Questions:
/etc/procmailrc? just set default to ~/maildir? do I need to define
"INBOX"?
aka $MAILDIR=~/maildir/, $ORGMAIL=~/maildir/, $DEFAULT=~/maildir/
Same as above, what about new/cur should I set up a /etc/skel?
close to above, if I create rules, for spam, etc. do I need to worry about
cur/new.
close to above, what about Sent Items, Drafts etc... for imap users, I
do understand that client rules would li...
2011 Aug 17
3
Obtaining variable's names from a list of variables
Say I have a list of variables,
listVar <- list(age,sex)
I am looking for a way to either
1- create a vector c("age","sex") from it, or
2- get the names one by one in a for loop such as these
a) for (i in 1:length(listVar)) rownames(result)[i] <- ???
b) for(i in listVar) print (variable's name)
Any help much appreciated.
[[alternative HTML version
2011 Feb 03
4
filter unwanted email
I am new to CentOS. How do I set a rule to so that any email coming from @
linkedin.com (and other abused locations), going to an application RT (setup
on the system), will get rejected or dropped silently.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20110203/9bf183c3/attachment-0001.html>
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
2024 Jan 17
1
Choices to remove `srcref` (and its buddies) when serializing objects
...;
> >> Tomas
> >>
> >>
> >>> Thanks,
> >>>
> >>> - Dipterix
> >>> [[alternative HTML version deleted]]
> >>>
> >>> ______________________________________________
> >>> R-devel at r-project.orgmailing list
> >>> https://stat.ethz.ch/mailman/listinfo/r-devel
> >
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel