Displaying 20 results from an estimated 1000 matches similar to: "dovecot-lmtp"
2015 Jan 23
2
sieve filter not working
HI,
> You could set
>
> syslog_facility = local5
>
> and have all the log messages in the messages file.
According to the output of command
# doveadm log find
every type of message goes to the file I was looking at, "/var/spool/maillog".
>> So, is it postfix doing the local mail delivery, not dovecot?
>>
> To answer this question please post relevant
2015 Jan 22
2
sieve filter not working
Hi,
OK. I tried your suggestion. I modified the dovecot config file
"10-logging.conf", like so:
log_path = syslog
and
mail_debug = yes
It appears that the logging goes to "/var/log/maillog", not "messages"
as I expected.
Restarting service dovecot produces info in the "maillog" file showing
the restart:
...
Jan 22 15:20:14 coe dovecot: imap: Server
2009 May 18
5
LDA and postfix with recipient delimiter: documentation
Just a comment about the documentation for postfix integration when
using receipient delimiter and delivery of user+foo at domain.ext to
user at domain:
http://wiki.dovecot.org/LDA/Postfix
I had some issues to get this working, so thought I'd share my
experience. Dovecot version 1.2.rc3. Postfix version
postfix-2.7-20090511.
I have no local (unix) mailboxes, everything is delivered to
2008 Dec 10
3
dovecot howto?
Hi,
is there a *simple* HOWTO that explains a simple postfix+dovecot setup? Up
to now, I used postfix+cyrus, worked fine. But I do not get postfix+dovecot
to work. Currently, all emails go to /dev/null.
What really would help me is a dovecot lmtp server. Is there any?
Regards
Olaf
postfix main.cf:
# -- delivery options
#
local_recipient_maps =
virtual_alias_maps =
2015 Jul 01
0
dovecot-lmtp
On 07/01/2015 02:28 PM, Steven Hopps wrote:
> Hi, I'm trying to use dovecot-lmtp so that I can filter messages with
> sieve, however it doesn't appear to be working.
>
> I followed the instructions on wiki2.dovecot.org. I'm running Debian
> Wheezy. I've got runit configured to execute postfix and dovecot, which
> may be the source of the problem (runit
2010 Jul 03
1
dovecot created mailbox empty - all mail forwarded to main MX server and cyrus-dovecot conflict
Hi all
after lots of trial and error and the help of THIS mail list, finally my
dovecot-postfix combination seems to work
yet
the dovecot mail spool always is empty
all mail forwarded to my main mail server - but i have no mail relay
configured.
why is the mail NOT in the dovecot inbox but forwarded to another mail
server ??
and why does postconf -A show cyrus and NOT dovecot ??
below some
2017 Mar 15
4
Postfix Ignoring lmtp, delivering straight to maildir
First I'd like to thank all the developers and contributors to dovecot.
I've been using it for many years, and deeply appreciate your fine work. :)
dovecot --version
2.2.22 (fe789d2)
I have a working installation with postfix and dovecot, and I want to
add sieve to it, so I am trying to configure postfix to use lmtp instead
of 'virtual' for its delivery service. However it is
2006 Mar 23
4
ANN: capistrano-runit-tasks 0.2.0
I''d like to announce the second release of capistrano-runit-tasks,
available from http://rubyforge.org/projects/cappy-runit/
It now supports:
* File based templates
* sv as the service control command in addition to runsvctrl
* A much simpler interface for creating additional services.
More work still needs to be done though!
== TODO
* Allow add_service to create more than one
2006 Mar 18
2
ANN: capistrano-runit-tasks 0.1.0
I''d like to announce the first release of capistrano-runit-tasks.
This came about as I wanted to use runit rather than spinner/spawner/
reaper on my memory limited VPS but should be useable for any setup.
From the README:
This library extends Capistrano to allow processes to be supervised
using the
runit package. It replaces some of the standard tasks with runit
versions and
2007 May 09
4
Unit Testing Frameworks: summary and brief discussion
Greetings -
I'm finally finished review, here's what I heard:
============ from Tobias Verbeke:
anthony.rossini@novartis.com wrote:
> Greetings!
>
> After a quick look at current programming tools, especially with regards
> to unit-testing frameworks, I've started looking at both "butler" and
> "RUnit". I would be grateful to receieve real
2007 Apr 02
2
(Newbie)Basic Basic global vs. local variables
My R code has got too complex to have a non-modular approach. Ive done some
coding in other languages before, but I somehow cant figure out R's general
rules for global and local variables. I have put a simple code below, if
anyone can show me what i need to add to make this work, i would greatly
appreciate it!
#----------------------------------------
g_Means<-numeric()
2004 Aug 09
2
Approaches to using RUnit
Having used JUnit and PyUnit, I was pleased to see the release of the
RUnit package on CRAN.
I'm wondering if there are any RUnit users out there that would be
willing to share some tips on how they organize their code to work with
RUnit.
Specifically, I'm wondering about the best way to load/import/source the
functions to be tested. I would like to end up with a script, testall
or some
2009 Oct 05
3
unit testing for R packages?
Hi All,
I'm interested in putting some unit tests into an R package I'm
building. I have seen assorted things such as Runit library, svUnit
library, packages
with 'tests' directories, etc
I grep'd "unit test" through the writing R extensions manual but didn't find
anything. Are there any suggestions out there? Currently I have
several (a lot?) classes/methods
2009 Apr 17
3
Setup Question
I really want to try and get this plus addressing working correctly with
Dovecot and Postfix. After doing some reading I think I am going to
change my Postfix setup from mailbox_command to mailbox_transport. I
have a few questions to make sure I am thinking correctly. All of my
users are system users. Their mail is delivered directly to their
"/home/<user>/Maildir"
2007 Aug 10
10
what is the correct way to stop/start a mongrel instance using monit with mongrel cluster
Hi --
I have been reading documentation and googling around to find the
correct way to do this but I have found many ways that seem to not
work, or the documentation makes no reference to.
I am using mongrel cluster with 10 mongrels for each server. Recently
I installed monit but which lead me to find the correct way to
start/stop mongrel instances one pid at a time. I am assuming one pid
at a
2012 Nov 19
2
Dovecot sieve with postfix.
Hi all,
I can't get dovecot working with postfix. If I leave virtual_transport set
to "virtual", I can send and receive messages just fine in roundcube. If I
set virtual_transport to "dovecot", I can only send messages in roundcube,
but incoming messages never arrive. Seems I can't get dovecot-lda to work.
I need dovecot-lda in order for sieve filters to work.
Any
2009 Dec 02
2
Can't receive mail from outside
Hi,
I have a problem with my postfix/dovecot configuration, I can't receive
mail from outside, i can send a mail from my mail to myself and others,
but i can only receive one i send from myself, but when it comes from
outside my domains, it dosn't work.
Thaks for your help !
Here is my conf :
-----------------------------------------------------------------
DOVECOT
2017 Aug 22
2
LMTP and Postfix
I am setting up a new system that will be using Dovecot with Postifx. I am
planning on using LMTP. I read the wiki and and found the
settings I need to make in Dovecot and the Postfix main.cf file. However, I
saw nothing about the Postfix master.cf file. Do I need to make and changes to
it also?
Thanks
--
Jerry
2013 Jan 14
1
Issue with getParserData in R3.0.0
Hello,
I am migrating my package lambda.r to R3.0.0 and am experiencing some issues with the getParserData function (which replaces the parser package). Basically the function works in the R shell but fails when either called from RUnit or from R CMD check.
I've narrowed it down to the function getSrcfile, which is returning different values depending on the code path. From the command line
2004 Oct 05
1
R 2.0.0: problem: installing --with-package-versions
Hello R developers,
installing R 2.0.0 from source on a Linux Debian system (gcc 3.2.2)
- which worked just fine - I encountered the following problem when trying to
update/install packages with the option --with-package-versions:
example: RUnit 0.4.0 (also on CRAN)
R20 CMD INSTALL -l /mnt/local/R/R-2.0.x-libs-EpiR --with-package-versions
RUnit_0.4.0.tar.gz
or after untaring
R20 CMD INSTALL