Displaying 20 results from an estimated 6000 matches similar to: "dovecot sieve sends vacation messages with null envelope sender"
2008 Aug 11
2
Auto Vacation replies again
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Sorry to bring this up again.
I have now configured my test server to pass all email messages off to
our central campus email filter gateway. This gateway scans all email
traffic for viruses/spam before being delivered to any local mail servers.
Once I did this my auto vacation replies are getting canned due to the
fact the from header line is empty
2012 Jul 30
4
sieve vacation messages trouble
FROM:mailman-bounces at dovecot.org
DATE:27. hein?kuuta 2012 16.58.35 UTC+3.00
TO:dovecot-owner at dovecot.org
SUBJECT:CONTENT FILTERED MESSAGE NOTIFICATION
The attached message matched the dovecot mailing list's content
filtering rules and was prevented from being forwarded on to the list
membership. ?You are receiving the only remaining copy of the
discarded message.
FROM:Asier Cidon
2015 Sep 08
3
Multiple vacation
Hi all
I'm using Dovecot 2.2.9 and I'm having problems configuring multiple
vacation actions.
The problem is that I'd like to have two different senders and two
different messages, selecting the correct case by the recipient email
address.
I mean, if someone writes me to my email address "to-address1 at example.com"
I'd like to answer from "from-address1 at
2014 Aug 01
2
vacation rule addresses
Hello everyone,
We have Dovecot 2.1.6 and Pigeonhole 0.3.0.
We would like Pigeonhole not to send the vacation response to noreply at whatever.com<mailto:noreply at whatever.com>. In this wiki http://wiki2.dovecot.org/Pigeonhole/Sieve/Usage#Vacation_auto-reply are showed the different exceptions, but the noreply is not in there.
How can I add this address, or another one, to this exception
2010 Feb 12
2
sieve vacation
Hello,
scenario:
OK 1. created vacation script (see below)
OK 2. send message from user at anotherdomain.tld to user at domain.tld =>
got auto vacation response (2010-02-11T19:42:13)
OK 3. send message from user at anotherdomain.tld to user at domain.tld =>
no response (is ok because ":days 1" settings) (2010-02-11T19:47:46)
BAD 4. send message from anotheruser at
2013 Sep 05
2
Vacation message and DMARC validation
Greetings,
I have found an issue in the interaction between sieve vacation messages
and the SPF, DKIM and DMARC email validation systems.
For example, let's say we have a message coming from a at a.com to b at b.com
at a server imap.mydomain.com. The account b at b.com has a vacation rule
in sieve, and that generates an autoresponse to a at a.com. Our problem
begins with the definition
2019 Oct 08
2
Case sensitivity in :addresses in sieve vacation scripts
Hi,
I have recently updated from Dovecot 2.2 to 2.3. Since I have noticed
that vacation responses from sieve are not working the same anymore.
For example, my sieve script looks like this:
vacation :days 1 :addresses ["Kippels at hhu.de","julian.kippels at hhu.de"]
it used to be that I got a vacation response if I sent a mail to
kippels at hhu.de and Kippels at hhu.de. Now
2009 Dec 30
3
sieve 0.1.14: vacation encodes Subject twice
Hi!
I noticed the following problem in dovecot-1.2-sieve-0.1.14:
The following vacation causes trouble with the Subject line:
if not exists ["List-Id", "List-Post"] {
vacation :days 7 :addresses ["test at netcologne.de"] :subject "=?utf-8?b?w4TDlsOc?= sadasd" "Bin gerade nicht hier.";
}
As you can see, the Subject is already MIME encoded
2016 Jul 27
2
Sieve vacation address problem
Hi,
it seams I have a problem with the vacation script.
The problem is that the vacation answers to a address that is not listed
in the sieve script. I checked the postfix master.conf which delivers to
lda correct parameter.
In the logfile you can see that that office at example.com received a
message that get delivered to user at example.com (with the sievescipt) and
to office at
2011 Jul 10
0
LDA/Sieve and vacation: empty envelope sender
Hello everyone,
while testing a vacation/reject sieve rule I get:
lda(sender at mydomain.xyz): Error: sieve: envelope sender address
'<>@mail.domain.xyz' is unparsable
follows an empty
Return-Path: <"<>"@mail.domain.xyz>
and the reject of the message itself by the recipient's MTA (syntax
error).
Unfortunately I had no luck when googling for similar
2018 Mar 03
2
sieve vacation alias handling problem
On 2018-03-03 21:28, Stephan Bosch wrote:
> Op 3/2/2018 om 3:35 PM schreef Karol Augustin:
>> Hi,
>>
>> I am using Dovecot LDA as LMTP renders envelope extension unusable.
>>
>> The problem I have noticed is that when user has multiple aliases sieve
>> responds to all of them, not only to :addresses specified.
>>
>> From testing it seems that
2011 Jun 16
1
Vacation -- reply to another address than envelope from
Vacation (Sieve) replies to the envelope address. However, I have a
customer which receive e-mails from a service which sends e-mails on
behalf of a user (submitted through a web form).
So an e-mail would be like (envelope from and from-header is
webformfromwhatever at foobar.com):
From: webformfromwhatever at foobar.com
To: mycustomer at hisdomain.com
Reply-To: usersrealmailaddress at
2016 May 31
2
sieve vacation script exclude based on sender email address
I thought I'd asked this question a few years ago but can't seem to find any eveidence of that so
here goes.
I've been looking at the sieve docs and recipes, done a lot of googling but no joy so far.
Using stanard vacation script and that works great, however I want to exclude certain sender
email addressess from ever receiving a vacation autoresponse, how do I go about adding that
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 Sep 30
1
How does sieve's vacation keep track of duplicates?
I see the .dovecot.lda-dupes file that is created, but it doesn't seem
like just plain text, and it doesn't seem to include strings of the
senders, just the recipient. But I know the vacation functionality is
clever enough to keep track of who it's already autoreplied to.
On a related note, I'm curious about other smarts built in to sieve's
vacation responder -- what other
2018 Mar 02
2
sieve vacation alias handling problem
Hi,
I am using Dovecot LDA as LMTP renders envelope extension unusable.
The problem I have noticed is that when user has multiple aliases sieve
responds to all of them, not only to :addresses specified.
>From testing it seems that :addresses only adds addresses to the list of
"known" emails to check against. It is not limiting it.
As I understand, sieve should check if To: header
2018 Apr 21
1
Sieve "redirect" changes envelope sender in 2.3. / pigeonhole 0.5
On 4/20/2018 8:53 AM, Olaf Hopp wrote:
> On 04/20/2018 02:01 PM, Olaf Hopp wrote:
>> Hi (Stephan?),
>> is it a new feature of dovecot 2.3 /pigeonhole 0.5 that a sieve "redirect" changes the envelope sender of
>> a redirected mail or simply a bug ?
>>
>> A sends mail to B, B redirects to C
>> C sees B (not A!) as envelope sender.
>> It is not a
2014 May 13
3
RFE: please add Return-Path: to sieve sent mail headers
May I ask to add Return-Path: some meaningful header line to sieve sent
mail headers in vacation message? Now the header line isn't generated at
all and the effect is as follows:
on receiving MTA:
2014-05-09T15:04:32+02:00 host/ip postfix/qmgr[2408]: 41F2F6024E:
from=<>, size=900, nrcpt=1 (queue active)
in received mail body:
Return-Path: <>
Would be nice to get:
Return-Path:
2018 Apr 20
2
Sieve "redirect" changes envelope sender in 2.3. / pigeonhole 0.5
OK, I found a solution:
trusted_users = exim:dovecot
in my exim.conf fixed it.
Anyway this is an important change of behavour between 2.2 und 2.3
In 2.2 the "dovecot" under exims "trusted_users" was not necessary.
Olaf
On 04/20/2018 02:53 PM, Olaf Hopp wrote:
> On 04/20/2018 02:01 PM, Olaf Hopp wrote:
>> Hi (Stephan?),
>> is it a new feature of dovecot 2.3
2017 Oct 23
2
Pigeonhole vacation and envelope extension recipient addresses
I have a situation where my LMTP RCPT TO: goes to a mailbox user account that
does not reflect either the final (through aliasing) or envelope email address.
SMTP RCPT TO: (envelope-local-part at envelope-domain)
Final Recipient: (final-local-part at final-domain)
LMTP RCPT TO: (mailbox-local-part at mailbox-domain)
I'd like to use the final recipient as the vacation address, but also