Displaying 20 results from an estimated 6000 matches similar to: "dovecot cloning mails?"
2007 Aug 27
1
MANAGESIEVE patch v7 for dovecot 1.0.3 and TLS
Hi,
I allow only TLS/SSL connection to dovecot. The managesieve doesn't work
with TLS but it works without it.
gladiac at magrathea:~> gnutls-cli -p 2000 -s --insecure -V
milliways.cynapses.org
Resolving 'milliways.cynapses.org'...
Connecting to '213.239.217.124:2000'...
- Simple Client Mode:
- Received[194]: "IMPLEMENTATION" "dovecot"
2007 Aug 28
1
dovecot dspam plugin using libdspam
Hi,
I've found the dovecot dspam plugin and looked at the code. I forks and
calls the dspam binary for every mail. I didn't like this behavior, so
I've migrated it to use libdspam.
The plugin still needs more love:
* Use cmake instead of a Makefile
* Make the spam folder configurable in the dovecot.conf
* Code cleanup and more comments.
Please test. Comments and patches are welcome
2007 Oct 31
3
MANAGESIEVE patch v8 for dovecot 1.0.7
Hello dovecot users,
I have updated the MANAGESIEVE patch to the latest stable version of
dovecot (1.0.7). This new version also adds extra configuration settings
to explicitly specify the location of the sieve storage and the active
sieve script. Additionally, the README now more clearly explains the
configuration of the daemon.
It currently won't compile with 1.1 due to significant changes
2007 Nov 19
2
dspam integration
Hi,
I see http://johannes.sipsolutions.net/Projects/dovecot-antispam and
http://blog.cynapses.org/2007/09/13/dovecot-dspam-plugin/ solutions.
Second git repo is not answer, first one is cloned, but I see some
drawbacks with it.
Dspam backend is more native solution but libdspam using instead of
dspam external binary looks like preffered way to integrate dspam.
Another problem is waiting for
2008 Apr 10
4
Sieve Frustrations
I'm soooo close, but this last little thing is eluding me...
I have the following Sieve rule in my global sieve rule:
require ["fileinto"];
# Move spam to spam folder
if header :contains "X-Spam-Flag" "YES" {
fileinto "Junk";
stop;
}
This isn't firing. The .Junk folder exists under the user directories,
but messages that have the
2013 Jun 28
3
OHM2013
Hello,
At OHM2013 (https://ohm2013.org/site/), there will be a lightning talk about
tinc, and a workshop setting up tinc VPNs at the Milliways village. An exact
time is not known yet but will follow later.
OHM2013 will take place from July 31 to August 4 at the Geestmerambacht
festival grounds, near Alkmaar, in the Netherlands. If you would like to meet
at OHM2013 with other people using or
2013 Jun 28
3
OHM2013
Hello,
At OHM2013 (https://ohm2013.org/site/), there will be a lightning talk about
tinc, and a workshop setting up tinc VPNs at the Milliways village. An exact
time is not known yet but will follow later.
OHM2013 will take place from July 31 to August 4 at the Geestmerambacht
festival grounds, near Alkmaar, in the Netherlands. If you would like to meet
at OHM2013 with other people using or
2004 Mar 29
2
Issue with rsync 2.6.1-pre1 on AIX
Hi all,
I've recently tried rsync in daemon mode on AIX. Unfortunately, after
handling connections, the daemon segfaulted. I've located this problem
to the signal handler for SIGCHLD in socket.c - it seems reinstalling
the signal handler before doing waitpid caused the signal to be
redelivered, so the program recurses to the signal handler before it
runs out of stack space in the end and
2012 Oct 31
1
Error: Internal quota calculation error
Hello,
I'm using 2.1.7 with seive and mysql quotas. We had an outage the other
day where the database server where quotas are stored was not available
for a short period of time.
In dovecot land, the following types of errors occured in that scenario:
Oct 26 22:19:01 grosbeak dovecot: lda(example at riseup.net): Error: Internal quota calculation error
Oct 26 22:19:01 grosbeak dovecot:
2008 Jan 22
1
Create IMAP folders on first login?
Hello list,
I am currently playing around with a virtual domain/virtual user setup and
thanks to the documentation on both the Dovecot and the Postfix websites
things are going swimmingly (apart from an oddity I will post separately
about).
On trying things out with different newly created virtual users I wondered if
it was possible for Dovecot to create certain IMAP folders on the first
2013 Oct 24
1
Empty Mails from MAILER-DAEMON with Dovecot-Antispam and DSPAM
Hallo,
I've installed the dovecot-Antispam extension to my dovecot IMAP
installation in conjunction with DSPAM.
But when moving Mails from e.g. INBOX to Spam or vice versa, empty mails
from MAILER-DAEMON appear after the original mail has been moved.
This happens using Thunderbird 17esr, K-9 Mail on Android and Apple Mail
(Mountain Lion). (Perhaps also when using a Webmail IMAP client)
2013 Sep 11
0
Need help with Replication
Hi!
I set up two mail servers with Postfix and Dovecot and I would like to sync
all mails between the servers. So I set up replication.
Now I'm still getting the following errors:
=======Server 1=======
Sep 11 13:43:52 mx0 dovecot: master: Dovecot v2.1.7 starting up (core dumps
disabled)
Sep 11 13:43:52 mx0 dovecot: auth-worker(4245): mysql(127.0.0.1): Connected
to database mailserver
Sep
2013 Nov 14
1
Dovecot antispam unable to call dspam since dovecot upgrade to 2.X
Hello,
Running Gentoo AMD64 2013 with postfix, mysql, dovecot and dspam, i
finally upgraded to dovecot 2.X.
I'm running dovecot 2.2.6, dspam 3.10.2-r1 and
dovecot-antispam-2.0_pre20130429.
My DSPAM configuration hasn't changed between dovecot 1.X and 2.X.
When i'm moving a mail to or from the Spam folder, Igot this error in my
logs :
Nov 14 10:33:25 srv1 dovecot: imap(ghilt at
2010 Jul 22
1
NFS Maildirs
Hi,
We have our user homedirs on nfs so I enabled nfs parameters in dovecot.conf. Everything works fine but when I want to delete a homedir of a user I can't delete it because I can't remove the .nfs files in the Maildir. I don't want to stop dovecot, remove the homedir and start dovecot. Is there another way to accomplish this.
Thanks,
Martijn
# 1.2.12:
2013 Nov 14
33
VCPUOP_set_periodic_timer
Hi all,
I need a periodic timer running at ideally at 125 microseconds and at
least 500 microseconds. I''ve just found the VCPUOP_set_periodic_timer,
however there is a comment saying "periods less than one millisecond may
not be supported".
I will be running on an x64 machine. Is this supported? If not, is there
any alternate means of generating a fast interrupt?
Regards.
2009 Jun 16
1
[Announce] Samba 3.3.5 Available for Download
=================================================================
"I like the dreams of the future
better than the history of the
past."
Thomas Jefferson
=================================================================
Release Announcements
=====================
This is the latest bugfix release of the Samba 3.3 series.
Major enhancements in Samba 3.3.5
2009 Jun 16
1
[Announce] Samba 3.3.5 Available for Download
=================================================================
"I like the dreams of the future
better than the history of the
past."
Thomas Jefferson
=================================================================
Release Announcements
=====================
This is the latest bugfix release of the Samba 3.3 series.
Major enhancements in Samba 3.3.5
2008 Jan 10
10
Webmail Recommendation
Hi,
I want to install webmail. I am using Dovecot with Exim4.
Recommendations requested please.
Thanks
Peter Sparkes
2007 Oct 17
3
thunderbird and email duplication
Hi all,
I have recently switched over to Dovecot from CourierIMAP trying for
some speedup, which I did get. Installation went OK, so all seemed fine.
But suddenly I realised, that incoming emails are replicating
themselves. This seems only to happen when connected with Thunderbird. I
am also using Squirrelmail and KMail as clients which don't seem to show
the behaviour.
It seems to
2009 Jan 20
2
userdb didn't return a home directory with v1.1.7
Hi all,
I am running Dovecot v1.1.7 in a relatively quiet and calm environment.
Suddenly overnight cron job has started throwing out errors like:
/usr/sbin/dovecot --exec-mail ext /usr/lib/dovecot/expire-tool
Error: userdb(user1 at mail.example) didn't return a home directory
Error: userdb(user2 at mail.example) didn't return a home directory
Indeed, running this command produces: