Displaying 20 results from an estimated 10000 matches similar to: "AW: newbie question"
2004 Dec 03
1
newbie question
Hello all,
just managed to install dovecot as imap server on a Suse Linux box. Now running fine with mbox format. A question regarding maildir or mbox. The MDA (in my case sendmail, Mlocal = procmail) stores mbox format. Do have to modify the local mailer to store maildir format or does dovecot convert automatically from mbox when I tell dovecot to use maildir format?
Thanks, for any hint.
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
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
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
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
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"
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 Aug 05
0
Vacation reply with Procmail and dovecot deliver
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Giving up on the sieve plugin and switching to procmail. I found the
following link:
http://wiki.dovecot.org/procmail
This site doesn't saying anything about needing to modify the procmail
source code like here:
http://dovecot.org/pipermail/dovecot/2006-July/014656.html
Thos shows how to make procmail work with dovecot deliver program. So
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
2017 Nov 30
0
sendmail getting domain\user as email userId
I've figured out a work-around to the problem of "winbind use default domain = yes" not working
on the AD/DC. As mention below, in my specific case procmail does not see HPRS\charmaine as the
actual owner 'charmaine' and I get a "Suspicious rcfile "/home/HPRS/charmaine/.procmailrc"
message in maillog and the mail does not get delivered to her $HOME/Maildir
2008 May 22
1
procmail --> deliver question
Hi there,
I use dovecot-1.1-rc4, got imap, imaps, pop3 & pop3s working fine with the mbox format.
I use sendmail-8.14.2 as an MTA, sendmail uses procmail as an LDA.
I migrated to maildir format now, and pipe all my mail to deliver right now to be able to make use of the indexing etc...
Problem is I run into some errors :
#My .procmailrc
PATH=/usr/bin:/usr/local/bin:/usr/sbin
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
2005 May 31
2
Maildir
I've spent most of the morning looking through the archives. Great
information, however, I'm still unable to get my issues figured out. I
believe I am missing something quite simple. From what I have read, I
want to use maildir, mainly because it will allow the use of subfolders
for my clients. My clients are running Mail.app (mostly) on 10.3
clients. I'm planning on using imap
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
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
2015 Nov 10
0
* Re: procmail as a content_filter with dovecot
Vicki Brown skrev den 2015-11-10 21:01:
>> dovecot supports sieve, so why the need for procmail ?
> Because I already HAVE procmail recipes and know proemial.
+1
> The point is to make what I have, work.
https://www.google.dk/search?q=procmailrc+to+sieve
and you can imho learn more with roundcube, that will help you make the
power out of sieve, but i know it if one have learned
2005 Jul 08
4
newbie questions
Thanks in advance for your patience and assistance. Since a system
administrator's work is most successful when nobody knows you've done
anything....(ugly that...you get neither raises nor equipment funding as
a result), I prefer to learn from other's experiences rather than fail
in the same pits.
We are considering a switch from UW to Dovecot, since our users persist
in using
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
2009 Feb 10
4
Smooth mailbox to maildir migration
Hi all,
I have a postfix+procmail+dovecot installation, now running basicaly
on pop3 hence mailbox format, with few thousand users and less than
twenty gigabytes mail.
I need to move all of them to maildir, to take advantage of IMAP
subfolders that do not work with mbox format (so I'm told :).
Of course I cannot safely stop the service for more than a bunch of
seconds...
What I'm about
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}