Displaying 20 results from an estimated 8000 matches similar to: "dovecot tls configuration"
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
2004 Sep 28
2
Any way to disable imap on all but localhost ?
Noticed that some configuration settings like
imap_listen appear to have been removed.
Any way to accomplish this ?
-kim
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
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
2008 May 20
2
Cannot compile current version of antispam
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
with the current (2008-05-20) repository releases of Dovecot-1.0 and
antispam the plugin no longer compiles:
antispam-storage-1.0.c: In function ?antispam_mail_update_keywords?:
antispam-storage-1.0.c:285: error: ?idxkwd__type? undeclared (first use in
this function)
antispam-storage-1.0.c:285: error: (Each undeclared identifier is reported
2006 Jul 19
2
[PATCH]
This patch makes it possible to use a negative offset to count from the
end of a variable.
Signed-off-by: Johannes Berg <johannes at sipsolutions.net>
--- dovecot-1.0.rc2/doc/variables.txt 2006-04-12 09:39:31.000000000 +0200
+++ dovecot-1.0.rc2.mod/doc/variables.txt 2006-07-19 19:27:15.611041184 +0200
@@ -35,7 +35,10 @@
You can take a substring of the variable by giving optional offset
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
2006 Mar 02
2
ipv6 not working
I added an listner to dovecot bye adding the following lines to config
but no result no connectivity with ipv6:
imap_listen = [::]
pop3_listen = [::]
imap_listen = *
pop3_listen = *
Met vriendelijk groet,
Bas van Dikkenberg
GISkit bv
BFVD1-RIPE
Tel: +3130-6340430
Fax: +3130-6342433
Prive Tel: +3130-6372769
Mob:
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
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
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
2008 Jul 07
1
Disable POP
I am running Dovecot and wanted to make sure that to disable POP3
access on the MDA is as simple as removing the POP lines:
protocols = imap imaps pop3 pop3s
imap_listen = *
pop3_listen = *
imaps_listen = *
pop3s_listen = *
Do I need to modify anything else or am I looking in the totally wrong section:
--
Man your battle stations...
2005 Jan 11
1
can not connect to dovecot using ssl
I can connect using imap, but when I try using ssl (imaps) I get a can
not connect to server error.
I have in my dovecot.conf
protocols = imaps imap
imap_listen = *
imaps_listen = *
I DO get a connection when I telnet to port 993 of my server (both
localhost and remote work).
Any help much appreciated..
Jay
2006 May 03
1
dovecot, procmail, postfix & SpamAssassin working together
Hi there, i'm trying to get dovecot, procmail, postfix & SpamAssassin
working together
http://www.linuxquestions.org/questions/showthread.php?t=441062
But i'm not having a lot of luck, a question about dovecot, what kind of
mail box am i using? mbox? if so does anyone know if procmail can use mbox?
/etc/dovecot.conf
protocols = imap pop3
imap_listen = [::]
pop3_listen = [::]
2006 Apr 15
1
can't connect to smtp, or login to imap, pop3
hi all
i'm using fedora core 4, with postfix and dovecot (0.99) installed via yum
i can send mail from the server (using mail), and i can receive mail in
my user mailbox on the server
but i can't send email using a client like thunderbird (it won't connect
to the smtp server)
and i can't download email from pop3 using thunderbird
it always says authentication failed when i
2007 Aug 30
3
[Bridge] Re: oops with recent wireless-dev tree
On Thu, 30 Aug 2007 14:05:30 +0200
Johannes Berg <johannes@sipsolutions.net> wrote:
> Hi Jochen,
>
> [added CCs since it affects bridge code]
>
> > If I read this correctly, the EIP in the last line corresponds to
> > net/bridge/br_if.c, line 36:
> >
> > static int port_cost(struct net_device *dev)
> > {
> > if
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:
2008 Nov 09
3
Dovecot and Bogofilter
Hi,
on my small Xen-virtualised server with 48 MiB RAM I use Postfix and
Dovecot, because the Debian administrators dislike qmail [1], which is in
my opinion despite some maintainability and code quality issues a quite
well designed software, because it mostly follows the UNIX principles.
Postfix is not able to sort my E-Mail into different Maildir folders and
after I looked at procmail's
2005 Aug 11
0
Fwd: Re: Dovecot & SquirrelMail HELP!
aries:/etc/postfix# netstat -ltnp | grep ':143'
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN
22272/cyrmaster
Well we are getting somewhere :) Just one now... Cyrus has been removed and
purged off the system.. i found something about cyrus commented in postfix
config, i have removed it, restarted and reloaded postfix still there
aries:/etc/postfix# pidof