similar to: sieve_pipe_socket_dir not created at startup for configured pipe service

Displaying 20 results from an estimated 1000 matches similar to: "sieve_pipe_socket_dir not created at startup for configured pipe service"

2017 Dec 19
0
sieve_pipe_socket_dir not created at startup for configured pipe service
In looking at this further, I?m not seeing how this can be configured as documented and still work. The sieve_pipe_socket_dir setting, as the documentation suggests, appears to be used by the plugin to construct a path to find the ?script? (the socket in this case), and it is always relative to base_dir and must include the contents of sieve_pipe_socket_dir. /* Try socket first */ if (
2016 Jun 07
2
Potential bug report: Cannot use ":args" option via Pigeonhole Sieve pipe plugin
Hi all, Following the instructions noted at http://wiki2.dovecot.org/Pigeonhole/Sieve/Plugins/Pipe , I am trying to make use of the Pigeonhole sieve pipe plugin to execute an application with custom arguments via my test sieve script: require ["vnd.dovecot.pipe"]; if address :is "to" "test at example.com" { pipe :args [ "first-arg",
2016 Oct 15
3
Pigeonhole/sieve possibly corrupting mails
Hi! I'm here again with a problem. I'm using dovecot as an IMAP server and LDA, filtering mail via sieve. However, few times a day I get the following error on server and my client (mutt) gets disconnected. Oct 15 20:20:29 ibex dovecot: imap(krakonos): Error: Corrupted index cache file /home/krakonos/.mbox/.imap/INBOX/dovecot.index.cache: Broken physical s ize for mail UID 149418 in
2018 May 30
3
use instance-name for syslog?
Hello, When running multiple instances of dovecot on the same host (or running multiple docker container), it is hard to distinguish logs from different processes: the syslog entries are all prefixed with the same identifier "dovecot" It is hardcoded here: https://github.com/dovecot/core/blob/master/src/lib-master/master-service.c#L420 Would it make sense to use the already implemented
2019 Jun 24
1
Mail migration problem
Yeah, I think dovecot was a custom compiled build Version is 2.2.18 Config: # 2.2.18: /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.8 # OS: Linux 2.6.32-754.14.2.el6.x86_64 x86_64 CentOS release 6.10 (Final) xfs auth_master_user_separator = * auth_mechanisms = plain login dict { acl = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext } disable_plaintext_auth = no lda_mailbox_autosubscribe =
2017 Aug 03
2
proxy-dict with tcp connection
I try to create a patch to allow (proxy-)dict to use tcp connections instead of a unix domain socket. I'm replacing connection_init_client_unix with connection_init_client_ip: --- ./src/lib-dict/dict-client.c.orig +++ ./src/lib-dict/dict-client.c @@ -721,6 +721,10 @@ client_dict_init(struct dict *driver, const char *uri, struct ioloop *old_ioloop = current_ioloop; struct
2004 Jun 02
2
[Patch] for bug 81
Index: namei.c =================================================================== --- namei.c (revision 968) +++ namei.c (working copy) @@ -526,7 +526,7 @@ status = -EBUSY; - if (!empty_dir(inode)) { + if ( S_ISDIR (inode->i_mode) && !empty_dir(inode)) { LOG_TRACE_STR ("dentry is not empty, cannot delete"); goto
2010 Oct 31
5
How to delete a whole destination tree (inclusive the destination its-self) with rsync (daemon)?
An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20101031/bb482d8d/attachment.html>
2015 Mar 01
0
dsync panic
As per <http://wiki2.dovecot.org/Migration/Dsync>, I'm running the following command on a local dovecot server to replicate email for a single user from a remote IMAP server: doveadm -D \ -o imapc_host=remote.imap.server \ -o imapc_user=gcr \ -o imapc_password=XXXXXXXX \ -o imapc_list_prefix=IMAP \ -o imapc_features="rfc822.size fetch-headers" \ -o
2015 Aug 03
0
Renaming shared mailbox makes it disappear from sharee
I've run into an interesting thing.? If a mailbox has been shared to a second user (I'll call it the sharee), and there are subfolders on that mailbox, and the sharee renames one of those subfolders, it disappears from view to the sharee.? The only way I've been able discover to fix it is to have the sharee create a new subfolder -- then the renamed folder shows up again; in addition
2009 Nov 10
2
v1.2.7 released
http://dovecot.org/releases/1.2/dovecot-1.2.7.tar.gz http://dovecot.org/releases/1.2/dovecot-1.2.7.tar.gz.sig * IMAP: IDLE now sends "Still here" notifications to same user's connections at the same time. This hopefully reduces power usage of some mobile clients that use multiple IDLEing connections. * IMAP: If imap_capability is set, show it in the login banner. + IMAP:
2009 Nov 10
2
v1.2.7 released
http://dovecot.org/releases/1.2/dovecot-1.2.7.tar.gz http://dovecot.org/releases/1.2/dovecot-1.2.7.tar.gz.sig * IMAP: IDLE now sends "Still here" notifications to same user's connections at the same time. This hopefully reduces power usage of some mobile clients that use multiple IDLEing connections. * IMAP: If imap_capability is set, show it in the login banner. + IMAP:
2006 Dec 04
4
MySQL cmd % pattern matching
Hi All Does anyone know how to use the MySQL cmd in Asterisk with LIKE and % in the query? I have: exten => s,5,Set(query=SELECT name from contacts where tel like %${number}) exten => s,6,MySQL(Connect connid hostname username password dbname) exten => s,7,MySQL(Query resultid ${connid} ${query}) But there seems to be a problem with the % sign and I don't know how to
2006 Feb 02
2
Outbound Caller ID number on E1
Hi All I am having a problem setting the outbound callerid number on a PRI E1 in South Africa. The outbound number keeps on appearing as the main PRI number. How does it work between Asterisk and the Telko? More importantly how do I get it working? Kind Regards Garth -- Garth van Sittert BSc (Physics & Computer Science) ----------------- Mobile: +27 (0)83 791 6662 Email:
2006 Feb 08
1
Handset phone to replace Flash Operator Pane l
Breeze to set up, too. To monitor and transfer to SIP/1000 / ext 1000: 1. Insert exten => 1000,hint,SIP/1000 into your default context (the context the extension is in) 2. In the monitoring phone's web interface, click Function Keys, pick a key, change it to Destination and type in SIP/1000. Once you submit the form it will change to a SIP URL, that's OK. 3. There is no step 3.
2006 Feb 07
2
Handset phone to replace Flash Operator Panel
Hi All Has anyone come across a handset that can somehow replace FOP? Some users don't like FOP unless it is on a dedicated PC. Thanks Garth
2005 Sep 15
4
PSTN calls are quiet
Sip to sip calls are fine, both local on Asterisk and over a SIP gateway, however some people who call on the PSTN line say we are very queit and vice versa, can the volume be turned up on the PSTN line? The volume buttons on the VoIP phones only turns up the others voice, so this is a fix for us, but how do I make our voices louder for the people on the PSTN line? Thanks. Paul.
2012 Mar 01
1
puppet 2.7.11 + ruby 1.9.3 + passenger
So does anyone have a working setup with puppet 2.7.11 + ruby 1.9.3 + passenger? I am currently using rack-1.0.1 (rack-1.4.1 had same behavior) and passenger 3.0.11, and I get some authentication problems (shown below). If I use an auth.conf that is wide open (auth any, allow *), the agent can successfully retrieve his catalog and plugins and apply them. Using webrick works fine as well. The
2006 Feb 08
1
PRI Bridging and Recording
Hi All Does anyone have any ideas around what processing power is needed when bridging PRI channels and recording? I am not sure how the bridging takes place with and without recording? I basically have a situation like this: Telko <----> Asterisk <-----> Legacy PBX Where the lines are PRI's between Telko and Asterisk and Asterisk and the Legacy PBX. At what level does
2006 Feb 22
2
Asterisk hints
Hi All Does anyone know how the hints in asterisk works? How does a SIP phone interact with the hints? I am having a problem with certain phone models that do not set the hints correctly when I list the hints with a 'show hints'. Thanks Garth