Displaying 9 results from an estimated 9 matches for "albumltd".
2006 Oct 26
2
www.dovecot.org misconfigured?
I am having difficulting getting to www.dovecot.org and wiki.dovecot.org.
My browser tells me it can't find them. Anyone know what's up?
--
Steven F. Siirila Office: Lind Hall, Room 130B
Internet Services E-mail: sfs at umn.edu
Office of Information Technology Voice: (612) 626-0244
University of Minnesota Fax: (612) 626-7593
2007 Feb 03
2
IMAP/POP3 server with proxy feature
...for them.
In the manual it states "This model is still a bit unfinished in current
code" [1]. What is needed to get this production-quality? I'm happy to
help out with any work required.
[1] http://wiki.dovecot.org/ImapProxy
--
Jasper Bryant-Greene
Director
Album Limited
jasper at albumltd.co.nz
+64 21 708 334 / 0800 425 286
http://www.albumltd.co.nz/
2007 Mar 21
2
Exceptions to MyNetworks
The mynetworks setting is defined here in CIDR notation.
I'd like to make an exception for one of our (insecure) machines that
shouldn't be allowed to relay through our box, and only attempt local
delivery.
What's the best way to do this?
2006 Nov 18
1
updated gentoo ebuild provides dovecot-sieve
I'm hoping that there are some Gentoo users on this list who will chime in
on a bug that is near and dear to my heart.
We've created an updated Gentoo ebuild that adds a sieve USE flag and
builds dovecot-sieve if the use flag is enabled.
The gentoo bug is here:
https://bugs.gentoo.org/show_bug.cgi?id=141743
and the ebuild is available as an attachment to that bug, or as a patch
2006 Oct 30
3
Redundant shared mail store?
...FS units, either with built-in support for replication
of FS changes and failover, or with scripts for achieving this functionality
I prefer option 1, although it's expensive. What have other people used?
Do we have other options?
TIA
--
Jasper Bryant-Greene
Director
Album Limited
jasper at albumltd.co.nz
+64 21 708 334 / 0800 425 286
http://www.albumltd.co.nz/
2007 May 08
1
Xen Enterprise on Debian Etch
...n Etch for the dom0 as well as the domUs).
It looks like the deliverable when Xen Enterprise is purchased is a CD
image containing a Red Hat installation. Can anyone point us at a
supported method of installing Xen Enterprise on Debian Etch?
Thanks in advance
--
Jasper Bryant-Greene <jasper@albumltd.co.nz>
Album Limited
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2007 Apr 02
7
Feature Missing OUTBOX Folder
Hi Dovecot People,
i have switched my system from courier-imap to dovecot and iam quite
happy with it, the performance is well and i had nearly no problems.
One little feature iam missing is in Courier i had a folder called
"Outbox" there i could paste mails which i want to sent out.
In some networks its not always available to sent mails via port 21, i
know i could just set up my
2007 Jul 23
8
Ideas for Webmail/OTP
I want to discuss some problems/enhancements for dovecot in a webmail/otp setup.
For access to an IMAP server like dovecot I see different client types:
a) a "normal" MUA installed in a more or less trusted environment
b) remote access via "webmail" from untrusted environments
For a) I see with dovecot and other IMAP servers no problems, tricky is the setup for b).
If you use
2007 Jul 31
1
Dovecot won't build against recent version of GnuTLS
Hi all,
Dovecot won't build against recent versions of GnuTLS. The problem
starts on line 34 of src/master/ssl-init-gnutls.c, where Dovecot
generates DH params using gnutls_dh_params_generate(), a function which
no longer exists [replaced with gnutls_dh_params_generate2()].
I'd fix it myself, but the signature of the function has changed to take
gnutls_dh_params_t rather than prime