Displaying 20 results from an estimated 10000 matches similar to: "sieve vacation problem (discarding)"
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
2010 Jan 25
3
sieve or another vacation/autoreply
Hello,
i'm trying to do some delivery notification for each incoming address.
Problem is that sieve vacation has :days but minimum value is 1 eg
period in which addresses
are kept and are not responded to - but that is not that i want.
Is there other extension (in devel ???) or some other way (lda using
procmail or maildrop) how to implement my request ? (Before migration
we used qmail +
2010 Jan 15
1
sieve: discarding vacation response
Configuration: RHEL 5.3, Dovecot 2.0 beta1, dovecot-2.0-sieve (1week old)
[wenjie at build dovecot2-2.0.beta1]$ telnet mail4a 24
Trying 172.19.1.74...
Connected to mail4a.cloud.dev.mlsrvr.com (172.19.1.74).
Escape character is '^]'.
220 mail4a Dovecot LMTP ready
mail from:<testmail4a50 at dev.p4nt5.com>
250 2.1.0 OK
rcpt to:<testmail4a2 at dev.p4nt5.com>
250 2.1.5 OK
DATA
354
2010 Jan 29
2
sieve script
Hello,
after qmail migration need convert some .procmailrc scripts. Found
converter procmail -> sieve, but i'm not sure of quality of
conversion.
My script:
---------------
if header :contains "from" ["user at domain1.tld", "user2 at domain2.tld",
"user3 at domain3.tld"] {
redirect "foo1 at bar.tld";
redirect "foo2 at
2011 May 17
1
sieve vacation reply
Hi,
I'm configuring postfix with dovecot and roundcube. I'm using flat files
as passwdb userdb.
Everything works fine except sieve vacation reply. when i send mail from
ex. user dennis to tytus I get "discarding vacation response for message
implicitly delivered to".
What Am i doing wrong?
thanks
sieve: using sieve path for user's script: /home/tytus/.dovecot.sieve
2012 Mar 20
2
dovecot, sieve and vacation
Hi there !
Have a small problem with sieve and vacation: it seems to descard the vacation filter I created instead of sending back an email:
Mar 20 11:56:28 hostname dovecot: deliver(virtual_user): sieve: msgid=unspecified: discarding vacation response for message implicitly delivered to <virtual_user at hostname>
after searching a bit on the net, I stumbled on another (old) thread:
2013 Sep 20
1
Fwd: lmtp
Hello,
using dovecot with postfix with mysql. Some domains have alias. Local
delivery is realized over lmtp.
When lmtp delivery to aliased domains, it takes bad mail_location - it
takes aliased instead real domain, so lmtp is creating domain and user
directory. Lmtp doesn't make sql lookup. I need lmtp delivery to real
domain and i don't want to create symlinks.
mail_location =
2019 Sep 02
4
Sieve vacation :addresses match only case-sensitive?
The recipients in the vacation :addresses String list are matched
case-sensitive.
If the recipient gets a mail with wrong case, the message is discarded with:
"discarding vacation response for implicitly delivered message; no known
(envelope) recipient address found in message headers"
I think the matching should be case-insensitive.
Is this a bug or do I miss some option?
I'm
2020 Nov 09
1
DOP-1414 sieve vacation address matching is case sensitive
Hello,
One year ago a bug was reported regarding pigeonhole vacation plugin
https://www.mail-archive.com/dovecot at dovecot.org/msg78588.html
a mail sent to User at domain.com instead of user at domain.com will generate a "
vacation action: discarding vacation response for implicitly delivered
message; no known (envelope) recipient address found in message headers
(recipient=<user at
2009 Aug 07
2
sieve vacation response
Hello,
we're implementing a dovecot 1.2.1 with sieve 0.1.7 and managesieve 0.11.7.
We're having problems with creating sieve scripts so that vacation works.
Our script looks like this:
require ["fileinto", "vacation"];
if address :matches ["To", "Cc"] "*someone at example.com*" {
if not header :matches "X-Spam-Status"
2010 Feb 15
1
dovecot-sieve vacation vs qmail-ldap
Helloo,
We are using dovectot lda with qmail-ldap,
dovecot 1.2.10, sieve 0.1.15
lda is executed as
exec /var/qmail/bin/preline -f /usr/local/dovecot/libexec/dovecot/deliver -s
preline adds Delivered-To: header,
everything works fine except vacation
Feb 9 16:07:16 thebe dovecot: deliver(lazy): sieve:
msgid=unspecified: discarding vacation response for message implicitly
delivered to <lazy
2013 Oct 02
1
sieve notify and lmtp
Hello,
i've setup sieve script which send notify to user (user at domain.com).
But user at domain.com is alias user at domain.com and
user at anotherdomain.com. LMTP delivers notification only to
user at domain.com but not to user at anotherdomain.com. How to force send
notification over smtp (which will be delivered to both) or i must use
to=user at anotherdomain.com in notify ?
Thank you
2008 Apr 08
5
temporary disable account
Hello,
is there some way how to disable temporarily account or access to
files. I need to backup with tar, but there is problem when tar is
reading and some file changed (with --ignore-failed-read it continues
but archive is not created and without --ignore-failed-read it fails).
Some accounts are huge ;( Need something like qmail sticky bit or
world writable directory - qmail is not delivering
2008 Feb 26
3
multiple ip and ssl
Hello,
is possible in some way use on each ip address different certificate
(for imap, for pop3). There are options like (but that is not enough
for me):
protocol imap {
listen = *:10143
ssl_listen = *:10943
..
}
protocol pop3 {
listen = *:10100
..
}
I have server for 4 domains (each has own ip address), so i need bind
one ip address to one domain to one certificate(each certificate
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
2011 Apr 20
1
sieve-test ignores precedence and other for vacation
Hello,
I'm using pigeonhole-0.2.3, it works fine.
I tried to verify some build in checks of vacation concerning precedence
or auto-submitted header lines.
It looks like sieve-test ignores header lines like
Auto-Submitted: auto-submitted
Precedence: bulk
Return-Path: MAILER-DAEMON at ...
if I have a vacation script like
require ["vacation", "regex",
2009 Nov 05
4
deliver_log_format ignored
Hello,
seems that LDA ignores deliver_log_format (still log with format:
"msgid=%m: %$")
# 1.2.6: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.31 x86_64 Debian squeeze/sid xfs
log_path: /var/log/dovecot/error.log
info_log_path: /var/log/dovecot/info.log
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: none
listen: none
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
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 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
2020 Sep 23
2
Vacation sieve explained: how does it work?
Hi all,
I have a legacy system that uses gnarwl to handle vacation messages, most specifically the vacation messages are stored in LDAP. We have a web based tool that allows people to update their vacation message, all they?re doing is modifying LDAP.
I am trying to find out if dovecot?s vacation sieve can do the same thing. I am struggling however to find something that describes to me how