similar to: writing a plugin for LDA to chain Unix pipes

Displaying 20 results from an estimated 9000 matches similar to: "writing a plugin for LDA to chain Unix pipes"

2006 Jun 28
1
How to use filters with the LDA?
Hi, I am trying to deploy dovecot LDA and liking it so far. However, I need to pass the message through some filters before it's delivered to the user (e.g. spamc). I realise I can just set up a chain (postfix delivers to spamc, pipes to foo, pipes to bar, pipes to deliver), but there's no reliable error handling with that approach. Furthermore, I cannot seem to figure out whether sieve
2007 Aug 08
1
lda: vacation auto-reply for a virtual address
Hi, I am using Dovecot to manage a complex virtual mailbox setup. It's all working splendidly, thanks to the Dovecot LDA. This morning, however, I needed to create a vacation-style autoreply for one of the virtual addresses. I made use of cmusieve, authored a little sieve script, and had it working in no time... until I discovered how limited sieve's vacation module is. Most importantly:
2009 Sep 12
1
E65 fails registration, soft phone works
Hey folks, I am trying to get an E65 to connect to asterisk, and I would really appreciate a second set of eyes. The SIP dialog completes fine, but the phone subsequently says "Registration failed". I am in a network that has what seems to be a SIP-capable NAT gateway, but the asterisk is configured nat=yes anyway. Using a softphone (twinkle), I can connect just fine, SIP and RTP work.
2015 Jan 23
2
LDA input validation
Hi, I'm using qmail + dspam + dovecot-lda. A typical .qmail file : | /usr/bin/dspam --client --deliver=stdout --user "$EXT@$USER" | /usr/bin/preline -f /usr/lib/dovecot/dovecot-lda -d "$EXT@$USER" -a "$EXT@$USER" -m "$EXT2" When dspam segfault or is killed, preline receive an empty content and only pass to dovecot-lda two headers ( Return-Path and
2011 Jun 13
2
Timeout during APPEND
Dear list, I am running dovecot 1.2.15 on a Debian server. One user reports continuous problems synchronising her mailbox via IMAP (offlineimap, via SSH tunnel or SSL socket). It seems that she has a large, locally-created message, but the uplink bandwidth seems to be not enough to push it before dovecot times out the APPEND command. The error/exception happens inside offlineimap's Python
2008 Jul 17
1
child xxxxx (imap) returned error 83 (Out of memory)
Hi list, > Jul 17 12:15:10 seamus dovecot: IMAP(someone at somehost.org): block_alloc(): Out of memory > Jul 17 12:15:10 seamus dovecot: child 26181 (imap) returned error 83 (Out of memory) I found those two entries in the logs this morning. The system has ample free memory. What's going on? -- martin | http://madduck.net/ | http://two.sentenc.es/ "i wish i hadn't slept
2007 May 20
1
per-user delivery to commands
Hi, we are using dovecot IMAP in a complex virtual setup with almost 4000 accounts; postfix hands over to deliver for local delivery into a home directory as stored in the SQL database. That's /srv/vmail/$DOMAIN/$LOCALPART for most of them, but I'd rather not hardcode this scheme anywhere as it's in SQL. By a policy change, we need to insert a filter in this chain and the filter must
2009 Jun 16
1
Unable to use # as feature key prefix
Hi folks, I was using the following featuremap: blindxfer => *1 disconnect => *9 atxfer => *2 parkcall => *7 automixmon => *0 and everything worked. Then the need arouse to use some features like automixmon during a conference, but MeetMet has the * key bound to the (admin) menu. Thus, in order to enable features like automon and transfers even during a conference, I
2013 Apr 03
2
virt-manager slow to connect, hangs on new host dialog
Hello, I am using virt-manager 0.9.4 on a Debian unstable system (libvirt 0.9.12) to connect to a libvirtd via SSH running on a Debian testing system (also version 0.9.12), and I have a problem using virt-manager, which first takes ages to connect, then freezes. The SSH connection is top-quality, the hosts are next to each other and connected by Gigabit Ethernet. virsh connections work fine.
2008 Mar 31
0
SIP proxy screwing up peer addresses.
Hello, I am trying to test-call my own asterisk server to see if I can receive SIP calls properly. I use a softphone to call the SIP address, and because twinkle doesn't support SRV records, I go via a proxy. When the call comes in, asterisk says: handle_request_invite: Sending fake auth rejection for user "martin f. krafft" <sip:xxxxxxxxxxxxxxxx at
2006 Jul 04
0
fun: bird shit
At the risk of self promotion, I thought I'd share this wise thought: 21:16 * madduck loves dovecot because a dove is a bird and the german word for animal shit is kot, so there... 21:16 < madduck> your mail is served by bird shit! -- martin; (greetings from the heart of the sun.) \____ echo mailto: !#^."<*>"|tr "<*> mailto:"
2014 Dec 23
2
Dealing with roaming machines
also sprach Nico Kadel-Garcia <nkadel at gmail.com> [2014-12-23 07:50 +0100]: > If it's not "in the local network", then it shouldn't get the > subdomain of the internal network, and you've got a DNS "views" or > DHCP configuration issue. While the machine is not at the office, other machines can resolve fishbowl.office to a valid IP? that's the
2007 Aug 13
3
imap memory footprint rather large
Dear list, I am experimenting with a new mail handling setup and it involves a single IMAP folder with just under 70'000 messages. When OfflineIMAP connects to the server, the imap process starts to eat up a lot of memory: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 15607 madduck 35 19 283m 244m 239m D 16.9 49.3 0:09.96 imap On the contrary, when
2014 Dec 22
2
Dealing with roaming machines
also sprach Nico Kadel-Garcia <nkadel at gmail.com> [2014-12-22 14:43 +0100]: > The problem, I think, isn't that you have an entry in all three. It's > that you have a *shortened* hostname that is identical in all 3 DNS > domains. If your DNS admins have gracefully set the local environments > to each be on their own subdomain, and that subdomain is *first* in > DHCP
2014 Jul 28
1
Internal calls without voice transport
Hey, we're experiencing a weird problem with Asterisk 1.8.13.1 (1:1.8.13.1~dfsg1-3+deb7). Calls that leave and enter Asterisk via a PBX (sipgate.de) work perfectly fine, almost 100% of the time. However, calls that are routed to sipgate.de, which then routes the call back to our Asterisk instance are "silent" most of the time. What I mean with that is that even though RTP traffic
2015 Nov 17
2
Disabling auth fallback to PAM
Hi folks, According to the wiki,? it's considered a feature of Dovecot and its ability to support multiple authentication sources that "if the password doesn't match in the first database, it checks the next one". ?) http://wiki.dovecot.org/Authentication/MultipleDatabases I think it's great that Dovecot allows auth sources to be stacked like this, but I am not sold on the
2013 Dec 27
2
Sieve's spamtest always returns 0
I am a bit at a loss here with Sieve (pigeonhole) and the spamtest extension. I am using Dovecot 2.1.7 (backported to Debian squeeze), which comes with Pigeonhole 0.3.0. Messages are scanned with SpamAssassin, which adds a header like X-Spam-Status: Yes, score=84.6 required=5.0 tests=? and so I configured spamtest in conf.d/90-plugin.conf like so: sieve_spamtest_status_type = score
2008 Sep 17
1
rejecting mail due to quota exceeded
Hi, we are using dovecot's deliver to deliver mails to a virtual mailbox tree owned by the vmail user, by piping the message to the following command spawned by vmail: /usr/bin/env HOME=/srv/vmail/mydomain.ch/myaccount /usr/lib/dovecot/deliver When a message is delivered to an account that has reached its quotum, deliver issues a failure message saying: From: Mail Delivery Subsystem
2009 Jun 16
2
feature keys no longer work after a call has been parked
Hey folks, I can park a call with #70 after enabling that feature in features.conf. However, once I retrieve the call from the parking lot, #70 cannot be used to park it again. Worse yet, none of the keys defined in the featuremap work anymore, include blindxfer or automon. Any ideas what may be the problem? -- martin | http://madduck.net/ | http://two.sentenc.es/ "man sagt nicht
2007 Aug 14
0
dovecot Digest, Vol 52, Issue 52
From the digest: On Aug 14, 2007, at 1:04 PM, dovecot-request at dovecot.org wrote: other messages cut out? > > > Message: 9 > Date: Tue, 14 Aug 2007 19:03:58 +0200 > From: martin f krafft <madduck at madduck.net> > Subject: Re: [Dovecot] use of deliver from procmail advisable? > To: dovecot at dovecot.org > Message-ID: <20070814170358.GA17390 at