Displaying 16 results from an estimated 16 matches similar to: "Pigeonhole Sieve LDAP support"
2017 Nov 29
1
[ANNOUNCE] xf86-video-vboxvideo 1.0.0
The first release of vboxvideo in upstream X.Org. Enjoy!
Regards
Michael
--
Michael Thayer (2):
Initial commit.
vboxvideo 1.0.0
git tag: xf86-video-vboxvideo-1.0.0
https://xorg.freedesktop.org/archive/individual/driver/xf86-video-vboxvideo-1.0.0.tar.bz2
MD5: 42c840707d0e5e3459ab615c9814578f xf86-video-vboxvideo-1.0.0.tar.bz2
SHA1: 219e0efdcc5afbd048aed4b780833765f01624bf
2015 May 07
1
Prebuilt Binaries xi.rename-it.nl down ?
Hello,
Since several days the repo (xi.rename-it.nl (217.119.238.14)) is no longer accessible.
I'd found here for Debian/Ubuntu => http://wiki2.dovecot.org/PrebuiltBinaries
Is it off, or temporarily down ?
Could not connect to xi.rename-it.nl:80 (217.119.238.14). - connect (110: Connection timed out)
Bests Regards,
Nathan
2016 Jun 21
1
Icecast and Chrome on Android
We've got an icecast server setup and one of our clients wants listeners to
click on the "Listen Live" link on their website on mobile clients to
listen to their stream. We've noticed that with Chrome on Android, the
audio plays for about 5 seconds then there's a 30-45 cutout before the
audio resumes playing. Firefox on Android and Safari on iOS don't exhibit
this issue.
2016 Jul 08
2
Icecast is running, but not responding
Sorry, I seem to have buried the issue in the midst of the post.
The issue is, the Icecast is running, but will not display a web interface
at my.ip.address:8000 and will not accept connections from my encoder.
Anyone have any idea why it might be behaving this way?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Jun 23
1
Icecast Digest, Vol 144, Issue 2
This is what I use. It's very, very simple, but serves my purposes as a way
to get to my streams from any browser.
<!DOCTYPE html>
<title>Stream Title</title>
<head>
<style>
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
display: table;
background-color: #000000;
}
#content {
display: table-cell;
text-align: center;
vertical-align: middle;
}
2011 Mar 04
4
Wine does not allow program to see USB ID
I have a program called Messiah Studio. It licenses to your USB drive. Some people over on their forum have gotten it working under Wine but they go thru so many steps to do it that by the time they are done they are not sure which steps did the trick. So far all we have diduced is that you need Wine 1.3 and you need the drive mounted as low a level as possible.
Here is what I have so far.
2014 Jul 18
1
Difference btw. Dovecot Director and Dovecot Proxy
Hello,
For a few days I try to understand what program (Dovecot Director or
Dovecot Proxy) I should use for my email architecture.
We are a hospital, and for security reasons, we must host ourselves our
emails, and we must leave Google Apps...
I wish to make a Dovecot backend for each department of the hospital.
Each backend Dovecot has a local storage.
Server 01: cardiology
Server 02:
2017 Jan 19
5
Segfault on LIST Command
Dear all,
I experience SegFaults in the imap binary on a LIST "" "" command,
as sent by Claws mail. Using LIST "" "INBOX" or similar is fine.
Here is an example telnet session
$ telnet 127.0.0.1 143
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
2016 Jul 08
1
Icecast is running, but not responding
Check your mount point
From: Icecast [mailto:icecast-bounces at xiph.org] On Behalf Of Michael Schultheiss
Sent: Friday, July 08, 2016 11:39 AM
To: Icecast streaming server user discussions
Subject: Re: [Icecast] Icecast is running, but not responding
firewalld is likely blocking the connection to icecast.
On Jul 8, 2016 9:09 AM, "Mike Williams" <zinphad at gmail.com>
2017 Jan 23
2
Segfault on LIST Command
I'll try reproduce this issue, but can you, in the mean time, run this
with mail_debug=yes and provide logs?
Aki
On 23.01.2017 11:45, Thorsten Hater wrote:
> Hi,
>
> I did added the default location and stripped down my config to a very
> basic
> level, dropping all plugins and database queries, see below. The segfault
> still
> appears in the same location.
> As I
2017 Jan 19
0
Segfault on LIST Command
The Problem arises due to a NULL deref in mail_namespaces.c line 601.
Backtrace below
x LIST "" ""
Program received signal SIGSEGV, Segmentation fault.
mail_namespaces_get_root_sep (namespaces=0x0) at mail-namespace.c:601
601 while ((namespaces->flags & NAMESPACE_FLAG_LIST_PREFIX) == 0)
(gdb) bt
#0 mail_namespaces_get_root_sep (namespaces=0x0) at mail-namespace.c:601
2017 Jan 23
2
Segfault on LIST Command
Thank you for your report.
Aki
On 23.01.2017 11:56, Thorsten Hater wrote:
> OK, I found the problem in my config. If I use an default namespace with an
> empty
> name, instead of "inbox" it works as expected. Here the log for this case
>
> Starting program: /usr/local/libexec/dovecot/imap -u ****
> imap(****): Debug: auth input: **** home=**** uid=48 gid=48
>
2017 Jan 23
0
Segfault on LIST Command
Hi,
I did added the default location and stripped down my config to a very
basic
level, dropping all plugins and database queries, see below. The segfault
still
appears in the same location.
As I have build from source, I wonder whether you can reproduce the problem?
Thorsten
$ doveconf -n
# 2.2.26.0 (23d1de6): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.16 (1dc4c73)
# OS:
2017 Jan 23
0
Segfault on LIST Command
OK, I found the problem in my config. If I use an default namespace with an
empty
name, instead of "inbox" it works as expected. Here the log for this case
Starting program: /usr/local/libexec/dovecot/imap -u ****
imap(****): Debug: auth input: **** home=**** uid=48 gid=48
quota_rule=*:bytes=1000M
imap(****): Debug: Added userdb setting: plugin/quota_rule=*:bytes=1000M
Debug: Effective
2017 Jan 23
0
Segfault on LIST Command
This is fixed in 2.2.27 with ddc96f7 lib-storage: Fixed error handling
in list=children checking
Aki
On 23.01.2017 12:00, Aki Tuomi wrote:
> Thank you for your report.
>
> Aki
>
> On 23.01.2017 11:56, Thorsten Hater wrote:
>> OK, I found the problem in my config. If I use an default namespace with an
>> empty
>> name, instead of "inbox" it works as
2014 Feb 22
0
Dovecot / Postfix and the quota-status
Dovecot Version: 2.2.12
Postfix Version: 2.9.6
Hello
I've configured the quota-status service (socket and port).
When I call the service with shell, he replied
request=smtpd_access_policy
sender=sender at domain.tld
recipient=recipient at domain.tld
size=100000
action=552 5.2.2 Mailbox is full
In shell the service returns a 552 when the quota is exceeded, but when
postfix call it, the