Displaying 18 results from an estimated 18 matches for "mail_filt".
Did you mean:
mail_file
2013 Sep 21
1
Passing info from mail process to mail_filter plugin script?
Hi, all,
The mail_filter plugin allows you to pass messages through an external
script/command on the way into and out of the Maildir/mbox/etc mail store.
With the recent/new version of the plugin, this seems to work correctly.
However, my mail-filter script (for filtering messages on the way from the
mail store through...
2020 Feb 07
0
mail_filter plugin: failed: EOF without input
some import configure:
plugin {
mail_filter = mail-filter %u # %u = username given to the script as first
mail_filter_out = mail-filter-out %u
}
service mail-filter {
executable = script /usr/local/bin/mail-filter.sh
user = dovecot
unix_listener mail-filter {
mode = 0600
&...
2020 Feb 07
1
mail_filter plugin: failed: EOF without input
some import configure:
plugin {
mail_filter = mail-filter %u # %u = username given to the script as first
mail_filter_out = mail-filter-out %u
}
service mail-filter {
executable = script /usr/local/bin/mail-filter.sh
user = dovecot
unix_listener mail-filter {
mode = 0600
&...
2019 Sep 05
0
mail_filter and mail_filter_out broken somewhere between 2.2.27 and 2.3.4, problem still exists in git
...ver since I can reproduce it using the latest 2.4 from git I thought perhaps I ought to take it straight upstream.
>
> Here's the text I provided Debian about the issue, and below that I've included a syslog snip showing the same issue in a fresh build of git master as well.
>
> mail_filter_out seems to fully panic (backtrace below), whereas mail_filter is just behaving oddly.
>
> Thanks :)
Hi!
Thank you for reporting this bug, we are tracking it internally as DOP-1408.
Aki
2013 Dec 23
0
Is the users password available from a mail_filter?
...working on a Dovecot encryption module which uses the mail filter
plugin to encrypt/decrypt the message "on the fly". I was wondering
whether it is possible to access the password (or a hashed password) of
the user. It seems that only the user (using the %u parameter) is
available to the mail_filter plugin. Any idea how to get hold of the
(possibly hashed) password?
Kind regards,
Martijn Brinkers
2014 Mar 07
0
How to run a program with mail_filter plugin
Hi,
I'm using mail_filter plugin but I don't want it to launch a script but a
program I wrote instead.
In 10-master, if I put the absolute path to my program in the plugin
settings ie :
(?)
service mail-filter {
executable = /usr/local/bin/mail/my_email_filter
(?)
?But I've got the following error from Dovecot...
2019 Sep 05
2
mail_filter and mail_filter_out broken somewhere between 2.2.27 and 2.3.4, problem still exists in git
...ster upgrade, however since I can reproduce it using the latest 2.4 from git I thought perhaps I ought to take it straight upstream.
Here's the text I provided Debian about the issue, and below that I've included a syslog snip showing the same issue in a fresh build of git master as well.
mail_filter_out seems to fully panic (backtrace below), whereas mail_filter is just behaving oddly.
Thanks :)
*****************************
Package: dovecot-core
Version: 2.3.4.1-5+deb10u1
Severity: important
Hi Dovecot maintainers,
After upgrading from the latest stretch version of dovecot-core
(2.2.27...
2020 Feb 08
0
mail_filter plugin: failed: EOF without input (Gedalya)
...y 'help' to
dovecot-request at dovecot.org
You can reach the person managing the list at
dovecot-owner at dovecot.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of dovecot digest..."
Today's Topics:
1. Re: mail_filter plugin: failed: EOF without input (Gedalya)
----------------------------------------------------------------------
Message: 1
Date: Fri, 7 Feb 2020 23:48:28 +0800
From: Gedalya <gedalya at gedalya.net>
To: dovecot at dovecot.org
Cc: ??? <576709166 at qq.com>
Subject: Re: ma...
2020 Jan 29
1
mail_filter and mail_filter_out broken somewhere between 2.2.27 and 2.3.4, problem still exists in git
Hi Aki, other devs,
On Thu, 5 Sep 2019 08:57:30 +0300, Aki Tuomi via dovecot wrote:
> Thank you for reporting this bug, we are tracking it internally as DOP-1408.
Did a fix for this ever happen? Not urgent, just want to make sure I didn't miss anything.
Cheers,
--
Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type:
2016 Feb 04
2
user password in mail-filter plugin
...> Dovecots %w variable is only available within dovecot-auth, is there any
>> way to access the password for a mail-filter?
>
> Something like this should work in recent versions:
>
> passdb {
> ..
> override_fields = userdb_pass=%w
> }
>
> plugin {
> mail_filter = mail-filter %{userdb:pass}
> }
>
Thanks for that idea, unfortunately %{ seems to be misinterpreted and
the mail-filter script recieves the rest of the string "userdb:pass}" as
a parameter, instead of the password.
So, do I get this right? During login the content of dovecots...
2016 Mar 31
3
mail filter plugin script doesn't effective
...n:*
auth_debug = yes
>
> auth_mechanisms = plain login
>
> auth_verbose = yes
>
> disable_plaintext_auth = no
>
> mail_debug = yes
>
> mail_location =
> maildir:/var/mail/vhosts/%d/%n:LAYOUT=fs:DIRNAME=dovecot_maildir
>
> mail_plugins = " mail_log notify mail_filter"
>
> mail_privileged_group = mail
>
> namespace inbox {
>
> inbox = yes
>
> location =
>
> mailbox Drafts {
>
> auto = subscribe
>
> special_use = \Drafts
>
> }
>
> mailbox Junk {
>
> special_use = \Junk
>
&...
2013 Sep 17
1
mail-filter plugin v2.2 - corrupts IMAP indexes?
...mp;paste error where it logs it;
there's a similar accidental use of the same Unix socket path in the readme
for the plugin):
Sep 15 14:24:03 imap: Debug: Loading modules from directory:
.../dovecot/lib/dovecot
Sep 15 14:24:03 imap: Debug: Module loaded:
.../dovecot/lib/dovecot/mail_filter_plugin.so
Sep 15 14:24:03 imap(charlesc): Debug: Effective uid=1000, gid=1000,
home=/home/charlesc
Sep 15 14:24:03 imap(charlesc): Debug: mail_filter: Filtering mail_filter via
socket .../dovecot/var/run/dovecot/mail-filter
Sep 15 14:24:03 imap(charlesc): Debug: mail_filter: Fil...
2016 Feb 04
2
user password in mail-filter plugin
Hello,
I would like to use the users password within a mail-filter script.
Dovecots %w variable is only available within dovecot-auth, is there any
way to access the password for a mail-filter?
Thanks,
Thomas
2020 Feb 10
0
How to configure mail-filter plugin
I config mail-filter plugin like https://wiki2.dovecot.org/Plugins/MailFilter describe? but error occurred
mail-filter plugin config in dovecot.conf:
mail_plugins = mail_filter
plugin {
mail_filter = mail-filter %u # %u = username given to the script as first
mail_filter_out = mail-filter-out %u
}
service mail-filter {
executable = script /usr/local/bin/mail-filter.sh
user = vmail
group = vmail
unix_listener mail-filter {
mode = 0666
user = vmail...
2013 Dec 11
0
[Dovecot 2.2.9] mail-filter plugin don't load
Hello,
I'm trying to load the mail-filter plugin (dovecot-2.2.9) with the
following option in 10-mail.conf : mail_plugins = $mail_plugins mail_filter
But I've got the following error when restarting dovecot : dovecot: imap:
Fatal: Plugin 'mail_filter' not found from directory /usr/local/lib/dovecot
I reinstalled dovecot-2.2.9 from sources (freeBSD ports) but it did not
install the mail-filter library in /usr/local/lib/dovecot
Th...
2011 Jan 16
5
Smart IMAP proxying with imapc storage
I just committed a very early initial implementation of "imapc" storage
backend to v2.1 hg: http://hg.dovecot.org/dovecot-2.1
You can't really do anything except open INBOX and read mails from it,
so it's currently only intended for initial testing. It sucks in many
ways right now, but I'll be improving it.
The idea is that you could set for example:
mail_location =
2016 Feb 04
5
user password in mail-filter plugin
...>>> way to access the password for a mail-filter?
>>>
>>> Something like this should work in recent versions:
>>>
>>> passdb {
>>> ..
>>> override_fields = userdb_pass=%w
>>> }
>>>
>>> plugin {
>>> mail_filter = mail-filter %{userdb:pass}
>>> }
>>>
>>
>> Thanks for that idea, unfortunately %{ seems to be misinterpreted and
>> the mail-filter script recieves the rest of the string "userdb:pass}" as
>> a parameter, instead of the password.
>
> Do...
2012 Mar 12
3
postfix and spam, I am impressed
I have had the same email address since 1997 (when microsoft stole
bob.com from me thanks to network solutions...)
In the early days I of course was free with my email and used it everwhere.
Fast forward to 2012, some 15 years later.
woof..the amount of spam sent to me has always just kept getting worse
and worse.
On my centos 5 server I just used sendmail with spamassassin and it
killed a