Displaying 20 results from an estimated 200 matches similar to: "Execution of external commands from Pigeonhole sieve"
2008 Mar 18
5
xexec and dovecot 1.1
I'll test very interesting plugin xexec. It seems very nice and can be
used in many things. It's compiled perfect with dovecot 1.0, but certanly
not with dovecot 1.1. It's stopped with next error:
In file included from cmd-xexec.c:30:
xexec.h:8: error: expected specifier-qualifier-list before 'array_t'
cmd-xexec.c: In function 'cmd_xexec':
cmd-xexec.c:134: error:
2008 Jul 29
3
broken links to xexec module and patches
>From this page attaches cannot be downloaded anymore:
http://wiki.dovecot.org/Plugins/xexec
Error:
You are not allowed to do AttachFile on this page. Login and try again.
Clear message
Probably files should be placed here
http://www.dovecot.org/patches/
And on page above just links to it?
A.
--------------
"Hic Jacet Ego"
gpg key: http://viliar.net.ru/public.gpg
2009 Jul 24
2
How determine extension of who initiated call
I'm working on a script that needs to determine the extension (eg: 123) of
the phone that initiated the call, or CALLERID number if an externall
caller.
Is there a simple way to do this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090724/b663db29/attachment.htm
2009 Mar 05
2
Compilation of dovecot-1.2-sieve-0.1.3 under Solaris 10 for Sparc
I am trying to compile Dovecot Sieve, when i execute the command make i
get this error:
/usr/ccs/bin/ld: illegal option -- start-group
The configure sentence was :
./configure --with-dovecot=/export/software/dovecot1.2/dovecot-1.2
And it finishes right.
I have succesfully compile dovecot 1.2 beta 1 source with
dovecot-1.2-managesieve-0.11.3 patch.
Thanks,
--
Andr?s Fernando Yacopino
2009 Aug 14
4
Redirecting mail gives 'mail forwarding loop' to the sender - calling for sieve help
Greetings, i am testing:
- dovecot-1.2-sieve-0.1.11
- dovecot 1.2.3
- dovecot-1.2-managesieve-0.11.8 (with patch)
I am trying to use sieve_after to execute some redirection of mails.
I have put in the after script:
require "include";
require "fileinto";
if header :contains ["To","Cc"] "userA at acasalud.com.ar"
{
keep;
redirect
2007 Jun 12
0
New experimental XEXEC plugin status
No to long ago I proposed an experimental extension to the IMAP protocol
to allow IMAP to execute extername server side code and talk to email
plugins to create custom client/server applications over an existing
authenticated IMAP connection. I am happy to say they we have working
code. It's not quite ready to download yet but we do have some life
happening. I have started to document it
2010 Nov 01
2
Mailing lists in Dovecot?
Hi all,
I was wondering if anyone could recommend a simple mailing list manager that plays well with a Postfix/Dovecot setup, with virtual domains?
It really just has to be very simple, basically, an alias would work, if I could rewrite the sender address/name, and I don't really need the possibility for users to subscribe via e-mail based commands.
I've looked at the XEXEC plugin as a
2017 Feb 15
2
[Sieve] Is the way to run external script to get attachment?
Hello.
Read all about Extprograms, but have a question.
Use case:
Every day we have couple messages with attachment (from one sender, this
is one-way communication). This attachment is uploads to ownCloud. By
hand... need some automation.
As I see, pipe cat execute scripts with text data USER/FROM/SUBJECT -
and I think with variables it can be any text data, how about attachment?
How I see
2008 Jul 08
2
Global Script to filter Spam
Dovecot Version: 1.1.1 with sieve and managesieve configured.
I want to filter spam with the subject *SPAM* to a spam folder for all
users, and i also want users to have personal sieve scripts (like vacation).
I have configured Squirrelmail, dovecot manage sieve and avelsieve
plugin in squirrelmail to do that.
The problem is that the user home 's scripts are replaced with the
avelsieve
2017 Feb 16
0
[Sieve] Is the way to run external script to get attachment?
On Wed, 15 Feb 2017 17:13:31 +0700
Konstantin Shalygin <k0ste at k0ste.ru> wrote:
> Read all about Extprograms, but have a question.
> Use case:
> Every day we have couple messages with attachment (from one sender,
> this is one-way communication). This attachment is uploads to
> ownCloud. By hand... need some automation.
> As I see, pipe cat execute scripts with text data
2019 Dec 26
0
Saving Attachments
I have an account that mostly receives automated emails with attachments. I would like to save those attachments outside of the mail/IMAP area and then add a link (in the headers) to the saved attachment in the original mail.
I do not need to strip the attachment from the email.
I?ve looked at 10-mail.conf. but I am using Maildir and I do not want to alter the email other than adding a header
2009 Mar 17
1
Dovecot 1.2 beta1 in Solaris 10 for sparc, error reading maildir format?
Greetings, i have installed dovecot 1.2beta1.
I get an error like (in folders from squirrelmail):
-* ERROR: Connection terminated by IMAP SERVER".*Query: SELECT "INBOX"
-* ERROR: Connection terminated by IMAP SERVER** *Query: STATUS "INBOX"
(MESSAGES UNSEEN RECENT)
in syslog i get:
acamail dovecot: [ID 583609 mail.error] child 3322 (imap) killed with
signal 10
In
2010 Jan 19
1
Auto discard sieve vacation messages
I have deploy an environment with pigeon sieve, managesieve, dovecot,
squirrelmail and avelsieve plugin.
The vacation messages are working fine.
I am looking for a method to discard vacation messages in some date,
when the user returns.
Has somebody looked in this feature?
Thanks a lot,
--
Andr?s Fernando Yacopino
Infraestructura - Dpto Sistemas
AcaSalud
Cooperativa de Prestaciones M?dico
2010 Jul 13
1
Master Users
Greetings,
My company is currently using dovecot with ldap, I am in the process of
migrating this over to Exchange. However, to make the process a lot
smoother I need to make use of the master user function of dovecot to
enable access to other users mailboxes without needing their password.
I've gone through the documentation but it looks like this might not be
possible with an ldap
2009 Apr 07
2
Global Sieve File
Is anyone here using a global Sieve file that handles messages for an
entire server with many users? I understand and use local Sieve files, but
I would like to learn more about how to set up Sieve to filter ALL
incoming messages using a single file. I would love to read about how you
managed to get it working.
I'm running Fedora 10 with Postfix 2.5.5 and Dovecot 1.2.rc2.
Thanks for any
2010 Dec 23
1
Deliver limit based of number of destination recipients and size of mails, any option to do that?
I have a mail server with postfix, dovecot (1.2.15) and deliver lda
(dovecot) with 350 users.
I have the problem that in this christmas the employees are sending some
big files (mainly powerpoints files) to a lot of recipients, because of
that the server get a lot of charge (is a Xeon quad core 5405 with 4GB
of Ram), i have four disks in Raid 5 configuration (HP E200 controller,
not very fast)
Is
2006 Feb 20
18
Win XP/ Mysql Problem
I''ve searched everywher for an answer to my problem, and the only thing
I''ve found is people with the same problem. I''m hoping someone has an
answer here:
I''m working through the agile web developement with rails book and when
I goto scaffold the products table I get the following message.
exists app/controllers/
exists app/helpers/
exists
2013 Nov 06
0
mount.cifs install problem
Hello list
After samba4 installation cant install cifs-utils.
Is there an other way of mount an externall network drive without using
mount.cifs?
I try mount -t cifs //192.168.10.230/OpenShare/srvbackup /mnt/backup/
But I get "is not a valid block device" error
I have centos-release-6-4.el6.centos.10.x86_64
This ext drive is also linked to a fedora server without problem.
Thank you
2008 May 06
1
Manual thread breaking from Thunderbird
Hello
I'm looking for a way to manually break threads apart when independent
threads are mixed up, mostly by users which aren't aware that they
should not be replying to existing threads when starting a new one.
Since Thunderbird afaik does the threading itself, it would require a
solution that actually changes the In-Reply-To header (and maybe also
that other (non-standard?) header
2008 May 16
2
Looking for suggestions: How to strip attachments from mails
Hi,
I know this is not 100% on-topic, but I'll try anyway...
I'm looking for a way to strip attachments from incoming mails on the server.
The attachments should be stored on a file server (where users have access
via SAMBA) and only a link to the file (UNC path) should remain in the mail
body. This is to prevent the mail storage from filling up with a large amount
of big mails where