Displaying 20 results from an estimated 20000 matches similar to: "anonymous mailing list archive configuration?"
2004 Dec 14
7
deploying dspam
Hi everyone,
I've been thinking of phasing out my spamassassin installation (it's
hardly doing me any good these days) in favour of dspam. Now since I'm
working on this anyway, I thought I'd configure it so when users get any
spam, it is delivered into a special folder. I figure I need the 1.0
test series for this, so I can make that folder fixed. But, I also want
to allow
2007 Sep 30
4
new antispam plugin
Sparked from the discussion on the list, I've put my antispam plugin
into git and split up the code into a frontend and possibly multiple
backends. See http://git.sipsolutions.net/dovecot-antispam.git/ (URL
functions as both gitweb and git URL)
Andreas, I took your README file and adjusted it, I hope you don't mind.
I didn't fork from your git tree because you'd already
2008 Nov 20
23
[Bug 18638] New: Nouveau fails totally on new Macbook Unibody 13.3" Ubuntu (xorg.0.log included)
http://bugs.freedesktop.org/show_bug.cgi?id=18638
Summary: Nouveau fails totally on new Macbook Unibody 13.3"
Ubuntu (xorg.0.log included)
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: blocker
Priority: medium
Component:
2006 Mar 16
3
Converting huge mbox to Dovecot mbox + indexes
Migrating from UW IMAP/Qpopper mbox to Dovecot mbox.
I have ~500 users, some with HUGE mbox (500MB-1GB),
is there a script to create the Dovecot indexes at night
to help speed up the migration process.
Any idea.
Thanks
Bertrand Leboeuf
leboeuf at emt.inrs.ca
2010 Aug 02
4
softirq warnings when calling dev_kfree_skb_irq - bug in conntrack?
Hi,
I''m seeing this in the current linux-next tree:
------------[ cut here ]------------
WARNING: at kernel/softirq.c:143 local_bh_enable+0x40/0x87()
Modules linked in: xt_state dm_mirror dm_region_hash dm_log microcode [last unloaded: scsi_wait_scan]
Pid: 0, comm: swapper Not tainted 2.6.35-rc6-next-20100729+ #29
Call Trace:
<IRQ> [<ffffffff81030de3>]
2010 Sep 01
3
[Bug 29934] New: X locks up when hotplugging second monitor
https://bugs.freedesktop.org/show_bug.cgi?id=29934
Summary: X locks up when hotplugging second monitor
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2017 Feb 15
1
[PATCH] average: change to declare precision, not factor
From: Johannes Berg <johannes.berg at intel.com>
Declaring the factor is counter-intuitive, and people are prone
to using small(-ish) values even when that makes no sense.
Change the DECLARE_EWMA() macro to take the fractional precision,
in bits, rather than a factor, and update all users.
While at it, add some more documentation.
Signed-off-by: Johannes Berg <johannes.berg at
2017 Feb 15
1
[PATCH] average: change to declare precision, not factor
From: Johannes Berg <johannes.berg at intel.com>
Declaring the factor is counter-intuitive, and people are prone
to using small(-ish) values even when that makes no sense.
Change the DECLARE_EWMA() macro to take the fractional precision,
in bits, rather than a factor, and update all users.
While at it, add some more documentation.
Signed-off-by: Johannes Berg <johannes.berg at
2010 Sep 01
3
[Bug 29935] New: X locks up with second monitor with DPMS
https://bugs.freedesktop.org/show_bug.cgi?id=29935
Summary: X locks up with second monitor with DPMS
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2004 Mar 26
1
dovecot tls configuration
Hi,
I looked through the web and the list archives, but couldn't find how to
set up the following:
- dovecot with ssl/tls enabled
- login from localhost allowed with and without tls
- login from remote hosts only allowed via tls
Is that possible at all? I'm using debian/unstable so its version
0.99.10.4-3.
Thanks,
johannes
--
http://www.sipsolutions.de/
Key-ID: 9AB78CA5 Johannes
2006 Jan 25
2
nfs and pop3
Hi,
I'm working with dovecot 1.0.beta2 for pop3 only and have set
index=memory, so no indizes are created on the disk. pop3_uidl_format is
set to %f. The maildirs are located on an nfs-share.
So generally, this setup is very similar to what qmail-popup and
qmail-pop3d does. However, everytime I'm switching from qmail-pop3d to
dovecot, the system load increases from less than 2 to more
2008 Apr 16
3
antispam for Dovecot 1.1
Hi Johannes.
I wanted to try out the antispam plugin for a Dovecot 1.1 install, only to
learn that 1.1 is actually not supported.
Are there any plans to remedy this? If not, is it known how much effort is
required? (i.e. could I do it myself?).
Thanks,
Anders.
2007 Mar 25
1
assertion failure with nopassword
Hm, so my mailing list archive is up, but when I add nopassword to the
list of settings in my passdb passwd-file I get:
file auth-request.c: line 924 (auth_request_set_field): assertion
failed: (request->passdb_password == NULL)
Raw backtrace: dovecot-auth [0x806be11] -> dovecot-auth [0x806bd8c] ->
dovecot-auth(auth_request_set_field+0x277) [0x80547d7] -> dovecot-auth
[0x8060418]
2005 Dec 25
2
dovecot and virtual mailbox - suggestions please
I've setup postfix to delivered my mail to a maildir located at
/var/spool/virtual_mailboxes/mydomain.com/myuser
My postgresql database called 'mails' has a user table setup as follows:
CREATE TABLE users (
userid VARCHAR(128) NOT NULL,
password VARCHAR(128),
realname VARCHAR(128),
uid INTEGER NOT NULL,
gid INTEGER NOT NULL,
home VARCHAR(128),
mail VARCHAR(255),
2007 Apr 02
2
How to integrate dspam and dovecot
Hello all,
I am currently setting up a new mail server with Qmail, OpenLDAP and
Dovecot in CentOS-4.4. Qmail version is 1.03, OpenLDAP is 2.3 and
Dovecot version is dovecot-1.0-3_50.rc27(RPM). I have successfully
installed and tested it. But I have two issues with the current setup:
#1.
I am using dovecot LDA and configured the OpenLDAP such that the mail
be delivered to the virtual users
2006 Apr 19
2
DSPAM Plugin Deployment (Was Re: Unoffical Survey - What MTA/Spam filtering do you use?)
On 4/19/06, Johannes Berg <johannes at sipsolutions.net> wrote:
> On Tue, 2006-04-18 at 22:56 +0200, Marcus Rueckert wrote:
>
> > libdspam instead of system("dspam...")
>
> That's a lot of work, how about calling to the dspam server instead?
I'm about to start building a system for ~10,000 users, using dovecot,
and was going to use dspam with it... Is
2003 Nov 21
2
suspend to disk & early userspace
Hey,
Sorry for dropping in like this, couldn't find any information on this
and I guess I'm too lazy to read all the relevant bits and pieces of the
kernel sources to find out:
I'm currently running encrypted root and swap, but would still like to
use suspend to disk.
Would early userspace be capable of inserting the crypto-loop module
into the kernel, load the keys off my
2006 Aug 08
3
Dynamic server address
Hi!
My mail server (ubuntu breezey badger) is connected by ADSL and has a
dynamic address. I have noticed that, every day after the IP address
changes, dovecot is no longer reachable from the net. Iguess this is because
dovecot doesn't register this change and continues to listen on a
non-existing interface/address.
I'm trying to solve this problem by putting a script in /etc/ppp/ip-up/
2004 Dec 18
1
spam plugin
Here's a new version, it compiles (and appears to work) except the part
in "copy_reclassified".
Can anyone help me (probably only Timo knows how) with that?
http://johannes.sipsolutions.net/edit/Projects/dovecot-dspam-integration/pseudo-code
johannes
2006 Feb 17
1
dspam plugin updated
Hi,
Since debian just updated to beta 2, I updated the dspam plugin for
that. Also, I added ignoring a Trash folder, Taivo please test if it
works for you (but you will need to patch again for dspam daemon mode!)
As always:
http://johannes.sipsolutions.net/Projects/dovecot-dspam-integration
johannes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: