Displaying 20 results from an estimated 300 matches similar to: "MANAGESIEVE patch v7 for dovecot 1.0.3 and TLS"
2007 Oct 01
2
dovecot cloning mails?
Hi,
I have a strange issue here. I have a large message of a svn commit and the
message is cloning itself more and more. I've deleted it several time
completely but it doesn't go away.
http://www.cynapses.org/tmp/dovecot.png
How can I debug it?
Thanks,
-- andreas
milliways:~ # dovecot -n
# 1.0.5: /etc/dovecot/dovecot.conf
base_dir: /var/run/dovecot/
log_timestamp: %Y-%m-%d %H:%M:%S
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
2006 Feb 19
2
getwinegit.sh 0.2
I decided to make this release a bit more complete than the other ones
i did before. Bugfree (i hope ;)) and with readme. current version is
0.2.
this is the readme's content:
getwinegit.sh-README
:: Intro
getwinegit is a script which was designed to download/update, compile
and install the current wine-git-source-tree.
:: Usage
Usage: /usr/bin/getwinegit.sh -mode
modes:
-0 update the
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
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
2005 Oct 08
3
Not able to use cdrom-drives
hi all
i have problems configuring my cdrom-devices with winecfg. when i try
to add it as d: with the mountpoint /media/cdrom0 and select to be a
cdrom-device, click apply and restart winecfg it is shown as a
disk-device. i also tried with different mountpoints and also the
device /dev/hdd itselfs but it always ends in the same problem. Also
the autoconfiguration thing does not work. It adds my
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.
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 Oct 27
3
[Bug 1534] New: openssh calls pam functions in the wrong order on logout
https://bugzilla.mindrot.org/show_bug.cgi?id=1534
Summary: openssh calls pam functions in the wrong order on
logout
Product: Portable OpenSSH
Version: 5.1p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: PAM support
AssignedTo:
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 Mar 04
3
[Bug 14822] New: nv11 is offset one line vertically with randr1.2
http://bugs.freedesktop.org/show_bug.cgi?id=14822
Summary: nv11 is offset one line vertically with randr1.2
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2006 Aug 03
2
inserting values in two tables at one button click
hi, i am new to Roby on Rails. we have a project on this. i have very
much satisfied with development with this environment. it is very
iteresting.
but i have a problem with insertion. my problem is: i have to insert
values into two tables at one submit.
i am using mysql as db. i have created two tables which has one to one
reelation ship. once i enter name and email address and role. name
2006 Mar 29
1
getwinegit.sh 0.31 released!
OK, I'm tired now but this is a new release an it owns ;). It should
be quite stable but I didn't test it. So what has changed:
0.31 One more Release, I'm glad about this one
- Some smaller an greater Fixes
- After Compiling, the Script creates a helperfile to help mode 4
- Sections in Logfile
- Trap included to handle ctrl+c
- Implemented a
2006 Apr 01
1
getwinegit.sh 0.32 released!
One more Version! It's time to test this script until it is one of the
last versions. I don't want to spend more time into this so I desided
to soonly quit this project. Here the Changes since 0.31:
0.32 No Changes to Functitonality, but cool stuff :)
- Better Trap-handling
- Nicer Sleeper-function (I love it)
- No output to the shell but only the ones by getwinegit.sh
blackbox? no,
2009 Jan 20
1
[Announce] Samba 3.0.34 Maintainance Release Available
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
===============================================================
"Minds are like parachutes.
They only function when they
are open."
Sir James Dewar
===============================================================
Release Announcements
=====================
This is a bug fix release of the Samba 3.0 series.
2009 Jan 20
1
[Announce] Samba 3.0.34 Maintainance Release Available
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
===============================================================
"Minds are like parachutes.
They only function when they
are open."
Sir James Dewar
===============================================================
Release Announcements
=====================
This is a bug fix release of the Samba 3.0 series.
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