Displaying 20 results from an estimated 23 matches for "orgmailing".
2017 Oct 12
5
Convert from mbox to Maildir
Hello everybody,
I am in the process to install dovecot as an IMAP server.
Currently, this system runs postfix and uses procmail for local (mbox
style) delivery.
Procmail ist started by postfix like this:
/etc/postfix/main.cf:
mailbox_command = /usr/bin/procmail
~/.forward:
"|IFS=' ' && exec /usr/bin/procmail -f- || exit 75 # jw"
Before going
2017 Oct 13
0
Convert from mbox to Maildir
Hi Josef,
Just went through this one recently using CentOS with SendMail, Procmail
and IMAP conversion from mbox to Maildir - I needed to make sure I could
run both formats while I migrated users one-by-one.
Not sure if what I did helps, but I created a 'how-to' page on it on my
website rather than post an essay on the e-mail forum:
http://dmc1961.id.au/howto_17101101.php
In essence
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
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
2017 May 17
0
per user procmail filtering and dovecot-lda
So I'm confused as to why you're piping back from procmail to dovecot
LDA, rather than having procmail be the final LDA.
Why not use:
:0 w
* ^List-ID:.*jenkinsci-dev.googlegroups.com
mailing-lists/jenkinsci-dev/
(The trailing slash tells procmail that jenkinssci-dev is a maildir,
not an mbox)
Also, procmail is way out of date, no longer maintained, and there are
"semi" known
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
I am in the throes of trying to understand all the issues of
transforming an old UW Imap server with mbox (I think) INBOX format
running sendmail and procmail serving 3500 users to dovecot and maildir
format. Currently, the folders are under ~/mail and the INBOXes are
under /var/spool/mail.
If I understand correctly, the typical default Dovecot/maildir format
installation will have both the INBOX
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 ?
Hi,
Procmail, it can move messages around based on 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
--
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
Hi all
I've set up Dovecot to use maildir-storage according to the previous
hint from Blair Zajac, and it's working 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/"
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
Hello!
As discussed in the previous thread about "Dovecot deliver logging
problem and procmail" I have made a small patch for procmail to deliver
through dovecot's deliver program (or any other delivery program).
So Procmail does not write the mailboxes directly any more. So delivery is
done through pipes and an external program which can deliver the files.
Since dovecot's
2006 Dec 11
1
Advice, Converting a Live/Production server.
I want to mess with a live server. (a Bad thing).
I have googled until my eyes boogled, wiki'ed until my fingers are wonked,
have read as much as I can read, however I'm left with a few
questions/worries.
Issue:
I am currently running Dovecot as a pop3 server with standard /var/mail
mbox's
I would like to run a mixed Imap/Pop3 server with ~/maildir inbox's
The thread
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