Displaying 13 results from an estimated 13 matches for "pakuls".
2009 Jan 13
4
Out of memory
Sorry for previous post with incorrect referrals/thread.
For large mailboxes (64k + messages) using maildir I got random "out
of memory" errors.
[mail addresses hidden]
dovecot: Dec 05 18:25:27 Error: IMAP(****@****): block_alloc(): Out of memory
dovecot: Dec 05 18:25:27 Error: child 14142 (imap) returned error 83 (Out of memory)
dovecot: Dec 05 18:27:29 Error: IMAP(****@****):
2006 Dec 06
2
auth unix sockets
Hi,
I'm working on "avelsieve" SqurrelMail plug-in to implement SIEVE "file" back end for dovecot.
1. My be someone my explain me, how to use client auth socket to authenticate against dovecot-auth unix socket.
As fas as I understood login must be sent in form "user\0\user\0password" as base64 encoded string.
pp code (I'm using socket used by postfix auth):
2008 Jul 28
3
lib90_cmusieve_plugin.so: undefined symbol: message_decoder_init
After upgrading our CentOS 5 box to the latest revisions last week
(including Dovecot 1.1), we're seeing the following error message in the
log files. Sieve was working fine with Dovecot 1.0.
I have yet to turn up anything via Google for this particular error.
SELinux is not logging any error messages at the moment, so I'm pretty
sure that we've properly allowed all the SELinux
2008 Feb 11
1
Dovecot auth-master socket as postfix table lookup source.
Hi all.
Intro: Timo has already done great job providing patch which allows
postfix to authenticate directly against dovecot (included in latest
postfix sorce code/release).
Now I'm looking around for one more thing. I want to use dovecot's
user db as source for postfix lookup tables.
In particular: virtual_mailbox_maps
Main reason is - postfix access rules and fighting against spam.
2007 Jun 20
3
dovecot -n segfault
# uname -a
Linux ns2 2.6.18-4-sparc64 #1 Mon Mar 26 11:16:07 UTC 2007 sparc64
GNU/Linux
# dovecot -n
# 1.0.1: /usr/local/etc/dovecot.conf
Segmentation fault
uhu?
ciao
Luca
2007 Apr 03
2
1.0rc29: LDA chroot problem
Hi,
I got strange problem with dovecot LDA;
in dovecont.conf: mail_chroot = /srv/vmail
---
deliver(test at fakedomain.net): Apr 03 07:28:21 Info: auth input: test at fakedomain.net
deliver(test at fakedomain.net): Apr 03 07:28:21 Info: auth input: uid=400
deliver(test at fakedomain.net): Apr 03 07:28:21 Info: auth input: gid=400
deliver(test at fakedomain.net): Apr 03 07:28:21 Info: auth
2008 Jul 10
2
file mail-transaction-log-view.c: assertion failed (v1.0.12)
Hi all.
Looking at previous weeks logs I discovered strange errors: "file mail-transaction-log-view.c: assertion failed"
dovecot v 1.0.12
Server is hosting more than 500 virtual users. It is compleate dovecot error log; only my own mailbox is affected ...and imap folder affected is "dovecots mailing list" :)
While "Corrupted transaction log file" as far as I know
2008 Mar 04
1
User Unknown Sendmail Error
I am totally stumped here. I have setup a dovecot user and I can telnet to
port 110 and login no problem with that user. When I try to send mail I get
an error from sendmail:
Mar 4 13:39:56 flashyhome sendmail[5014]: m24JdtGp005014: <paul at fleeky.com>...
User unknown
Now apparenly I need to setup the sendmail.mc file...which I have:
MAILER(smtp)dnl
MAILER(procmail)dnl
MAILER(dovecot)
2007 Sep 11
3
dovecot sieve notify example?
Dear list,
I was trying to use the "notify" action with dovecot sieve
but I just couldn't get it work. The relevant lines look as follows:
,--------
|require ["fileinto", "notyfy"];
| if header :contains ["to", "cc"] ["userA at example.com", "userB at example.com"] {
| notify
| :method "mailto"
|
2007 Jul 30
4
MANAGESIEVE patch v5 for dovecot 1.0.2
...fix the currently known
small problems with the protocol implementation. Also, I included a
proxy implementation based on imap-proxy.c. This patch is designed for
dovecot release 1.0.2 and it will not apply cleanly to the 1.1 versions
yet.
Change Log V5
-------------
- Applied patch by Uldis Pakuls to fix master_dump_settings bug
- Added some compilation/installation info to the README
- Moved README to source tree's root as README.managesieve
- Fixed minor error handling bug in sieve_storage.c with respect to a
missing root directory.
- Now sieve capabilities are reported as they are...
2008 Jul 18
4
Problems with dovecot/sieve and vacation
Hello,
First of all, initial data:
# dovecot --version
1.0.rc15
# dovecot -n
# /etc/dovecot.conf
protocols: imaps pop3s
disable_plaintext_auth: yes
login_dir: /var/run/dovecot/login
login_executable(default): /usr/libexec/dovecot/imap-login
login_executable(imap): /usr/libexec/dovecot/imap-login
login_executable(pop3): /usr/libexec/dovecot/pop3-login
login_max_processes_count: 256
2006 Sep 28
0
LDA and chroot
Hi,
I'd like to ask: is it possible to use Dovecot's LDA with mail_chroot
variable set,
e.g. "mail_chroot = /serv/storage19/vmail"?
Without "mail_chroot" set all works fine.
If mail_chroot is set and user database contains relative paths to home
directory (without chroot part like
"domain.net/user") deliver ignores this and tries to work at real root,
while
2007 Apr 12
0
LDA sieve plugin [patch]
Hi all.
I spent some time testing Dovecot's LDA sieve plugin and found problem
with "notify" method.
In fact it always returns "generic sieve error"... and thus produces
bounce messages like this:
-----
Your message was automatically rejected by Dovecot Mail Delivery Agent.
The following reason was given:
Unknown error
----
Deliver logs error: "generic sieve