Displaying 20 results from an estimated 2000 matches similar to: "managesieve error"
2010 Jul 10
1
managesieve login fails
Hi,
when I try to make use of the managesieve capability maillog always shows:
server dovecot: managesieve-login: Panic: file client.c: line 449
(client_set_auth_waiting): assertion failed: (client->to_auth_waiting ==
NULL)
server dovecot: dovecot: child 5926 (login) killed with signal 6 (core
not dumped) (ip=192.168.1.233)
... and Thunderbirds remote sieve optimizing plugin won't
2010 Jan 25
3
sieve or another vacation/autoreply
Hello,
i'm trying to do some delivery notification for each incoming address.
Problem is that sieve vacation has :days but minimum value is 1 eg
period in which addresses
are kept and are not responded to - but that is not that i want.
Is there other extension (in devel ???) or some other way (lda using
procmail or maildrop) how to implement my request ? (Before migration
we used qmail +
2009 Nov 05
4
deliver_log_format ignored
Hello,
seems that LDA ignores deliver_log_format (still log with format:
"msgid=%m: %$")
# 1.2.6: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.31 x86_64 Debian squeeze/sid xfs
log_path: /var/log/dovecot/error.log
info_log_path: /var/log/dovecot/info.log
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: none
listen: none
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
2010 Feb 12
2
sieve vacation
Hello,
scenario:
OK 1. created vacation script (see below)
OK 2. send message from user at anotherdomain.tld to user at domain.tld =>
got auto vacation response (2010-02-11T19:42:13)
OK 3. send message from user at anotherdomain.tld to user at domain.tld =>
no response (is ok because ":days 1" settings) (2010-02-11T19:47:46)
BAD 4. send message from anotheruser at
2008 Apr 08
5
temporary disable account
Hello,
is there some way how to disable temporarily account or access to
files. I need to backup with tar, but there is problem when tar is
reading and some file changed (with --ignore-failed-read it continues
but archive is not created and without --ignore-failed-read it fails).
Some accounts are huge ;( Need something like qmail sticky bit or
world writable directory - qmail is not delivering
2008 Feb 26
3
multiple ip and ssl
Hello,
is possible in some way use on each ip address different certificate
(for imap, for pop3). There are options like (but that is not enough
for me):
protocol imap {
listen = *:10143
ssl_listen = *:10943
..
}
protocol pop3 {
listen = *:10100
..
}
I have server for 4 domains (each has own ip address), so i need bind
one ip address to one domain to one certificate(each certificate
2009 Nov 06
1
scenario with one lda and 4 imapds/pop3ds
Hello,
i want to create following scenario:
one dovecot using ONLY LDA (using sql )
# 1.2.6: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.31 x86_64 Debian squeeze/sid xfs
log_path: /var/log/dovecot/error.log
info_log_path: /var/log/dovecot/info.log
log_timestamp: %FT%T%z
protocols: none
listen: none
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable:
2009 Nov 20
2
quota in SQL and static userdb
Hello,
which solution will be working or will be working better
(performance). Using dovecot 1.2.6 (plugin section contains quota_rule
= *:storage=500M:messages=10000 and i need override this default quota
for some users)
A) passdb sql(SELECT userid AS user, pw AS password, quota AS
userdb_quota_rule FROM users WHERE userid = '%u') + userdb static
(uid=500 gid=500 home=/home/mail/%d/%n
2010 Jan 29
2
sieve script
Hello,
after qmail migration need convert some .procmailrc scripts. Found
converter procmail -> sieve, but i'm not sure of quality of
conversion.
My script:
---------------
if header :contains "from" ["user at domain1.tld", "user2 at domain2.tld",
"user3 at domain3.tld"] {
redirect "foo1 at bar.tld";
redirect "foo2 at
2011 Sep 01
1
sieve vacation problem (discarding)
Hello,
i'm using 1.2.15 version on debian.
I'm getting "discarding vacation response for message implicitly
delivered to <user at domain.com>"
I have domain domain.com which has alias do-main.com.
When sending email to main domain (domain.com) seems to be ok, but for
aliased domain getting discard ;(
I tried "scary things" from
2013 Oct 02
1
sieve notify and lmtp
Hello,
i've setup sieve script which send notify to user (user at domain.com).
But user at domain.com is alias user at domain.com and
user at anotherdomain.com. LMTP delivers notification only to
user at domain.com but not to user at anotherdomain.com. How to force send
notification over smtp (which will be delivered to both) or i must use
to=user at anotherdomain.com in notify ?
Thank you
2007 Jan 17
1
vpopmail
Hello, i have only some typo:
(using rc17)
adding to section imap {} mail_plugins = quota produce on dovecot start
IEffective uid=65534, gid=65534
ILoading modules from directory: /usr/local/dovecot/lib/dovecot/imap
IModule loaded: /usr/local/dovecot/lib/dovecot/imap/lib10_quota_plugin.so
and there is little patch to use vpopmail on nonstandart location (like
/usr/local/vpopmail for example)
2009 Nov 22
1
quota dict
Hello,
i'm using dict quota stored in mysql (/etc/dovecot/dovecot-dict-quota.conf):
connect = host=localhost dbname=vmail user=dovecot password=
# CREATE TABLE quota (
# username varchar(100) not null,
# bytes bigint not null default 0,
# messages integer not null default 0,
# primary key (username)
# );
map {
pattern = priv/quota/storage
table = quota
username_field =
2013 Sep 20
1
Fwd: lmtp
Hello,
using dovecot with postfix with mysql. Some domains have alias. Local
delivery is realized over lmtp.
When lmtp delivery to aliased domains, it takes bad mail_location - it
takes aliased instead real domain, so lmtp is creating domain and user
directory. Lmtp doesn't make sql lookup. I need lmtp delivery to real
domain and i don't want to create symlinks.
mail_location =
2010 Jan 18
1
Inotify instance limit for user exceeded
Hello,
i saw in my log followed messages:
dovecot: 2010-01-18 13:20:54 Warning: IMAP(user1 at domain1.com): Inotify
instance limit for user exceeded, disabling.
dovecot: 2010-01-18 13:21:01 Warning: IMAP(user2 at domain2.com): Inotify
instance limit for user exceeded, disabling.
dovecot: 2010-01-18 13:21:23 Warning: IMAP(user2 at domain2.com: Inotify
instance limit for user exceeded, disabling.
2006 Sep 25
2
Auth problem
Dovecot 1.07rc1 on ubuntu 6.04 I get the following problem:
root 26375 0.0 0.2 5548 2240 ? Ss Sep15 1:39 /usr/sbin/dovecot
root 26376 0.0 0.3 7896 3364 ? S Sep15 0:31 \_ dovecot-auth
root 26378 0.0 0.3 8304 3824 ? S Sep15 0:34 \_ dovecot-auth
root 26379 0.0 0.4 8668 4152 ? S Sep15 0:38 \_ dovecot-auth
root
2014 Mar 25
0
Disconnected (auth failed, 1 attempts)
hi :
i just install dovecot-2 and start ok but login failed for test-user . i turn on all debug options , the debug info follow:
"Mar 25 14:40:10 cs2c dovecot: imap-login: Disconnected (auth failed, 1 attempts): user=<q1 at t.com>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured"
and the info of input->w_buffer is : cp01 CAPABILITY a001 LOGIN "q1 at
2008 Mar 30
1
smbldap-populate....maputf8 errors
Hi,
I am trying to set up a SAMBA PDC using LDAP for authentication. I am using
this document as a guide:
http://download.gna.org/smbldap-tools/docs/samba-ldap-howto/
SAMBA and openldap are running on the same machine for R&D purposes and I am
using the following software:
OpenSuSE 10.3
samba-3.0.26a-3
openldap2-2.3.37-6
smbldap-tools-0.9.2
I have configured slapd.conf:
2006 Jun 21
2
ices2 realplayer
On 2006-06-21T15:21+0100 Karl Heyes wrote:
> You capture at 48000 but resample from 44100, that will cause problems.
> You resample to 22050 so that will affect quality, you haven't said what
> bitrate you want to target for, so resampling/downmixing may be required
> anyway.
I am unsure about these settings. Any particular suggestions? I don't
quality with voice, just