Displaying 20 results from an estimated 30000 matches similar to: "Server-side sieve for client-side copies"
2011 Jul 27
3
sieve on debian squeeze
Hi. I have a quite problem with dovecot and sieve on Debian Squeeze.
I'm trying to enable sieve plugin into dovecot, but something is
deeply wrong. I hope that this is the right place to give some help.
There are no errors or warning messages, simply sieve don't works.
For the big picture about my mail server you can follow this link
2008 Jun 30
3
Vacation?
CentOS 5.1
Dovecot & Postfix (part of CentOS install & updated)
I understand that there is a package which is part of Dovecot to handle
"Auto Responses" known as Vacation.
Where I can find more info on this package & especially how to install &
configure it?
Thanks
Kirt
2009 Jul 17
2
SMTP Auth Issue for non /etc/passwd accounts
Folks - With Dovecot 1.0.7, we're seemingly unable to
authenticate users for out-going SMTP access who are
not residing directly within the main system passwd/shadow
files.
(I.e. the users seeded within our non-system "dovecot"
userdbs & passwd files have no "smtp-auth" joy! (Ye
olde "Relaying denied. Proper authentication required")
I've mucked around
2009 Nov 03
5
quota ignore sent folder
I have configured postfix and dovecot and I want to know hot to configure quota
in order to ignore sent folder. Now it does work ignoring trash folder but I
want to ignore sent.
2012 Jun 01
3
auth trouble
Debian Lenny, Dovecot v 1.0.15.
I'm getting a lot of what I think is a local socket asking
dovecot:auth to verify username/passwords:
> May 31 09:00:54 server dovecot-auth: pam_unix(dovecot:auth): authentication failure; logname= uid=0 euid=0 tty=dovecot ruser=admin rhost=
Note the empty 'rhost='. That's why I think it's on the
server. I see others that look like bots:
2009 Jan 06
3
Problem with opening ports in alpha5 ?
If I leave the "listen" value as the default in /etc/dovecot.conf I'll
get a message similar to the following on each port that it tries to
open during startup:
# dovecot -F
Fatal: listen(::, 143) failed: Address already in use
If I set either:
listen = *
or
listen = [::]
then it will start up fine. Perhaps it is as though the code tries to
open the port twice for both
2009 Mar 31
1
Help with basic configuration
I followed the information from the wiki here is my dovecot.conf file
and yet I can't get pop3 working. I need this to listen on pop3 for an
internal process but get email from smtp sources. So I would like to
have sendmail receive email from the world to a specific email address
then check the mailbox via a POP3 internal process. Any help would be
great.
[root at CRM-ILM-CC-A etc]#
2009 Nov 18
2
Unknown column mail_plugins in field list
I have installed debian lenny, postfix 2.5.5 and dovecot 1.0.15 and can't send
emails locally. this is the error in the log
Error: auth-worker(default): sql(xxx at yyy.com): User query failed: Unknown column
'mail_plugins' in 'field list'
2013 Aug 21
2
Auth error in log
Hi,
I have a setup with Dovecot handling a few virtual domains delivering
mails to both local Unix account mailboxes and seperate mailboxes for
virtual users defined in a MySQL database. A quick overview of the
configuration shows two passdb definitions:
auth default {
mechanisms = plain login
passdb pam {
args = dovecot
}
passdb sql {
args = /etc/dovecot/dovecot-sql.conf
}
2009 Aug 07
2
Mail not begin proccessed
Good day all,
[Dovecot version 1.2.1]
I've set up postfix and dovecot on Centos. I have a problem with the
mail, it is begin received but not "processed" by dovecot. I've looked
in the maillog file and found two problems; the first is that
private/dovecot directory (I think it should be a directory) did not
exist and the second problem is "mail transport
2008 Sep 20
2
%d is empty
Hi, I'm a Dovecot newb playing with version 1.1.3 port under FreeBSD.
After setting up dovecot-sql.conf for MySQL I can't check mail via POP3:
...
password_query = \
SELECT CONCAT(username, '@', d.name) AS user, password \
FROM users u JOIN domains d ON u.domain_id=d.id \
WHERE username='%n' AND d.name='%d' AND active
(with or without \
2011 Mar 29
3
global sieve not working
My global sieve rule is not working and do not compile. But per-user sieve
is working.
Here is my dovecot -n:
log_path: /var/log/dovecot.log
protocols: imap pop3
ssl: no
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
mail_uid: 501
mail_gid:
2008 Aug 06
1
Dovecot auto vacation with sieve doesn't work
Guys, I'm running out of hair to pull out ;).
Can anyone out there say that this does work?? To me this is looking
like a bug and I'm not sure whether it's the sieve plugin or the dovecot
deliver program. I have also had no luck the the "reject" sending any
reply back to the sender.
My setup:
OS: Solaris 10 sparc platform
postfix: 2.5.2
dovecot: 1.1.2
sieve plugin: 1.1.5
2009 Jul 05
2
Released Sieve v0.1.7 and ManageSieve v0.11.6 for Dovecot v1.2.0
Hello Dovecot users,
I hereby release new versions of the Sieve packages for the recently
released Dovecot v1.2.0 (Congrats Timo!). Apart from small changes to
make things compile with Dovecot again, a few other bugs were fixed as
well.
Unfortunately, the (FreeBSD-specific) 8kb script truncation bug remains.
Although it is reported for Dovecot v1.1.16, I see no reason why it
should not
2009 Jul 05
2
Released Sieve v0.1.7 and ManageSieve v0.11.6 for Dovecot v1.2.0
Hello Dovecot users,
I hereby release new versions of the Sieve packages for the recently
released Dovecot v1.2.0 (Congrats Timo!). Apart from small changes to
make things compile with Dovecot again, a few other bugs were fixed as
well.
Unfortunately, the (FreeBSD-specific) 8kb script truncation bug remains.
Although it is reported for Dovecot v1.1.16, I see no reason why it
should not
2009 Nov 11
1
Postfix and Dovecot SASL
Hello all,
I am struggeling to get my Dovecot SASL to work within postfix. I have used
the configuration example listed on the main-site of dovecot and it
basically isn't giving me any success at all. I am probably missing
something easy, but after spending a few days testing and walking through
everything I could think about I thought figured it was better to ask :)
Hope someone can point me
2008 Oct 22
3
dovecot and postfix with tls and dovecot sasl issues for smtp clients
This issue is peripherally related to the following thread
Re: [Dovecot] client certs with godaddy ssl cert
This is running on CentOS 5.2 with latest Atrpms for Dovecot as of this
weekend.
# rpm -qa | grep dovecot
dovecot-sieve-1.1.5-8.el5
dovecot-1.1.4-0_81.el5
With assistance from Rainer Frey (Inxmail GmbH), I am able to successfully
use client ssl certs for imap access on both my Nokia
2008 Sep 16
1
Quota, maildir, MySQL,
Hi everybody,
I am trying to work with quota. I use postfix and dovecot with a sql
backend. Below you'll find my configuration. Everything works except for
the quota part. It doesn't seem to see the quota and doesn't respond to
the sender that the client is over its quota.
versions:
postfix-2.5.20070531-mysql
dovecot-1.0.2-mysql
Thanks for the help in advance.
My Settings:
#
2008 Jul 14
3
Dovecot Crash
Jul 13 08:19:15 hera dovecot: fstat 75 : Value too large for defined data
type
Jul 13 08:19:18 hera dovecot: fstat 75 : Value too large for defined data
type
Jul 13 08:19:20 hera dovecot: fstat 75 : Value too large for defined data
type
Jul 13 08:19:27 hera dovecot: fstat 75 : Value too large for defined data
type
Jul 13 08:19:27 hera dovecot: fstat 75 : Value too large for defined data
type
Jul
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