Displaying 20 results from an estimated 6000 matches similar to: "Dovecot deliver and syslog"
2018 May 30
3
use instance-name for syslog?
Hello,
When running multiple instances of dovecot on the same host (or running multiple docker container),
it is hard to distinguish logs from different processes: the syslog entries are all prefixed with the same identifier "dovecot"
It is hardcoded here:
https://github.com/dovecot/core/blob/master/src/lib-master/master-service.c#L420
Would it make sense to use the already implemented
2006 Jul 02
3
Dovecot deliver logging problem and procmail
Hello!
Currently I'm trying to integrate dovecot's deliver program into procmail.
So basically I'd write a patch for procmail to deliver not directly into
the mbox file but delivering with the dovecot deliver program.
Do you think this is a good concept?
For testing I use the commands discussed below. Currently I'm having a
problem that deliver doesn't recognize the
2007 Jul 06
1
Your IMAP server has closed the connection.
I'm getting a large number of ...
"Your IMAP server has closed the connection. This may occur if you
have left the connection idle for too long."
errors. These are confusing my clients. Is there a way to set the
timeout on the dovecot server to help avoid this?
2008 Oct 17
2
dovecot-deliver occasionally fails to deliver, leaving no clues
Hello,
I have a FreeBSD 7.1 x86 system using dovecot with postfix and a mysql
user database. Everything works completely fine, except that on
occasion dovecot-deliver fails. When postfix tries to redeliver the
message in about 15 minutes, it succeeds. So this isn't a very big
problem, just an annoying puzzle.
Here's the postfix log. At first, I thought it could be a postfix
2010 May 24
2
Problem with deliver and quota userdb sql
I have quota with userdb sql override. When i overpass 100M deliver
reject the message. I have 200M in sql. Deliver don't query the database.
What happen in it?
# 1.2.11: /etc/dovecot.conf
# OS: Linux 2.6.9-89.0.25.ELsmp i686 Red Hat Enterprise Linux AS release
4 (Nahant Update 8) ext3
log_path: /var/log/dovecot/dovecot.log
info_log_path: /var/log/dovecot/dovecot.info
protocols: imaps
2010 Mar 19
1
Sendmail + deliver; silent errors.
Hi all.
I've got a bit of a peculiar issue here. I'm running dovecot 1.2.9 on
an Ubuntu 9.10 box using Sendmail 8.14.3. I've set up Sendmail similar
to <http://wiki.dovecot.org/LDA/Sendmail> except that
*) dovecot's deliver is configured as my default local mailer, so
some of the flags for the Mailer definition had to be adjusted
accordingly.
*) The setuid users
2011 May 18
3
Dovecot deliver
Hi all,
I have a problem with my dovecot/postfix configuration:
here is my dovecot -n
# 1.2.16: /etc/dovecot.conf
Warning: fd limit 128 is lower than what Dovecot can use under full
load (more than 768). Either grow the limit or change
login_max_processes_count and max_mail_processes settings
# OS: OpenBSD 4.9 i386 nfs
base_dir: /var/dovecot/
log_path: /var/log/dovecot
protocols: imaps pop3s
2010 Dec 27
4
Postfix - deliver problem.
I really could use some help.
I have been using dovecot and qmail on Debian for years with no problems.
I just replaced qmail with Postfix and have not been able to get messages
to dovecot via deliver.
I have tried to set it up as a virtual mailbox only "no lookup necessary"
system following the vaious help pages. I am using just a single user
vmail:mail to execute postfix and
2011 Feb 14
1
Sendmail and Dovecot deliver (dovecot-lda)
Hi,
I have a Centos 5 system with sendmail running as my MTA.
Normally I note from sendmail logs that mails get delivered using the
'local' mailer.
I have therefore entered the following into my sendmail.mc file, from an
earlier post on this list:
define(`LOCAL_MAILER_PATH',`/usr/libexec/dovecot/deliver')
define(`LOCAL_MAILER_FLAGS',`DFMPhfnu9')
2005 Oct 24
3
choosing syslog facility?
Hello!
How can I log dovecots messages into a separate file?
Is it possible to set a custom syslog facility name somehow?
I can't set the log file in dovecot because dovecot does not automatically
rotate the logs like syslog does..
thank you!
Dominik
2010 Sep 16
2
Deliver/LDA, no data in the logs, even with debug set (dovecot + qmail-ldap), and sieve issue
Hi,
I am trying to integrate sieve with qmail-ldap. I can't get it to work, and
deliver isn't logging anything to the log files (or syslog, if selected).
Hence I have got no way to diagnose the problem. Any help appreciated.
*root at debtwo:~# dovecot --version*
1.2.13
*root at debtwo:~# dovecot -n*
# 1.2.13: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-3-686 i686 Debian squeeze/sid
2008 Feb 06
4
LDA postfix + deliver, problem lookup, accepting email for everyone
Hi,
I'm setting up dovecot pop3 deamon for a small set of mailbox.
I want to be able to set a small set of mailbox simply, so I've used
"passdb passwd-file" + virtual mailboxes with "userdb static".
My problem is that it seems that postfix accept and create mailbox for
every address I post. It is configured to use local delivery through
dovecot's deliver.
How
2009 Jun 23
2
deliver does not update maildirsize
Hello,
I have installed postfix 2.5.1 + dovecot 1.0.13 + MySQL and it all works
perfectly. I use deliver as the local delivery agent and use IMAP only
with maildir mailboxes. I am using virtual mailboxes.
Now I wanted to introduce quotas, but I can't manage to make them work.
Quota information is retreived from MySQL in userdb requests.
I have noticed that the maildirsize file is not
2013 May 17
1
ACLs - creating new top level folders
Hi,
I'm wondering, whether it's possible, to define an ACL on the mailbox
itself. We use Dovecot 1.2.15 (included in Debian 6) and maildir
filesystem layout:
/home/mail01/user1/Maildir/new \
/home/mail01/user1/Maildir/cur Inbox
/home/mail01/user1/Maildir/tmp /
/home/mail01/user1/Maildir/.folder1/new \
/home/mail01/user1/Maildir/.folder1/cur folder1
2019 Dec 27
7
Issue running Dovecot in Docker Container
The conf.d files are not included. I have added !include conf.d/*.conf to
director.conf and reloaded the dovecot and director services.
conf.d/10-logging also has the following lines:
log_path = /dovecot.log
info_log_path = $log_path
debug_log_path = $log_path
The /dovecot.log file still shows empty. Nothing is being logged to that
file.
Thanks & Regards,
Naveen
On Thu, Dec 26, 2019 at
2006 Oct 27
2
Deliver: command time exceed limit
We use Dovecot on a cluster (10'000 domains, 30'000 account) without
any problem with pop/imap. We use Dovecot 1.0 RC10
Now we use virtual transport from postfix for mail delivery.
We need the Dovecot LDA for sieve support.
We test this solution on some domains with success.
But if we change the configuration of all our domains, we have a lots
of bounce with this error in postfix
2011 Jul 25
4
trouble with uninstall
Hello,
Today I installed R for Windows version 2.13.1, but realized that it's not something that I need right now. I attempted to uninstall it, but am getting the following error message:
"This Installation can only be uninstalled on 64-bit Windows."
I am running Windows XP Professional, Version 2002, SP 3.
I've also tried the unins000.exe file as suggested in the help, and
2020 Oct 30
2
Filtering mails with sieve filters
Hello good people,
I have dovecot- 2.3.7.2 (Ubuntu Ubuntu 20.04.1 LTS) running fine.
However, I have a hitch with mail filtering.
Using SOGo as the webmail UI, I created a filter rule which resulted into
the rule below:
require ["fileinto"];
if allof (address :contains "from" "odhiambo") {
fileinto "INBOX/Odhiambo";
}
However, the test mail I sent
2010 Aug 18
1
dovecot-lda logging
Hi everyone,
I'm using Postfix and Dovecot with dovecot-lda used for local delivery.
I've successfully migrated from 1.2.13 to 2.0.0 however I have a little
problem with dovecot-lda logging. With version 1.2.13, I use to log
dovecot-lda to /var/log/dovecot-lda.log with world-writable mode. With
version 2.0.0, postfix complains:
"Can't open log file /var/log/dovecot.log: