Le jeu. 16 mai 2019 à 17:36, Niels Dettenbach via Info-cyrus <
info-cyrus@lists.andrew.cmu.edu> a écrit :
> ...if i remember correctly, Cyrus expects (at least in some setups)
> recipient
> addresses within SIEVE vacation scripts to "react". Could you try to set
> this
> for test?
>
You are right
Am Donnerstag, 16. Mai 2019, 11:49:55 CEST schrieb Sylvain:
> For example, this one will never send vacation messages to sender :
> require ["vacation"];
> vacation :days 1 :subject "OUTOFTHEOFFICE" "I AM OUT OF THE OFFICE";
...if i remember correctly, Cyrus expects (at least in some setups) recip
2.com"]
:subject “I'm out of office"
Maybe you need to specify addresses?, though it is not logical.
Wiel Offermans
wil...@offermans.rompen.nl
> On 16 May 2019, at 11:49, Sylvain wrote:
>
> Hi list,
>
> I'm testing Cyrus 3 on the future debian 10 that wi
Hi list,
I'm testing Cyrus 3 on the future debian 10 that will be soon released.
Vacation sieve scripts seem not to run. Other scripts do.
For example, this one will never send vacation messages to sender :
require ["vacation"];
vacation :days 1 :subject "OUTOFTHEOFFICE"
Found the solution to the problem, just changed the SMTP provider (the
relay, just for the <> address).
This was working with one of the mail addresses because I was sending
using a return address from "domain 2", it didn't need to use an
external relay to send the mail.
My external relay re
Hi,
I have the following sieve script:
require ["vacation"];
# rule:[Ferias]
if true
{
vacation :addresses ["mail address domain 1","mail address
domain 2"] :subject "Out of the office" :from "mail address domain 1" text:
Some text
.
;
}
This was generated by roundcube. I'm using post
On Wed, 10 Oct 2001, Ken Murchison wrote:
> >
> > #define DEFAULT_SENDMAIL ("/usr/lib/sendmail")
>
> If you were looking at this line of code, you should've seen that
> DEFAULT_SENDMAIL is the _fallback_ value for the "sendmail" config
> option (line 429). From imapd.conf(5):
>
>sendma
"Kevin M. Myer" wrote:
>
> Hello,
>
> This is mainly for archive purposes in case anyone else has the same
> problems I did and thinks to search the archives first.
>
> I have spent quite a few hours trying to figure out why my sieve vacation
> scripts were not working with postfix. I upgrad
Hello,
This is mainly for archive purposes in case anyone else has the same
problems I did and thinks to search the archives first.
I have spent quite a few hours trying to figure out why my sieve vacation
scripts were not working with postfix. I upgraded my Berkeley DB
libraries from 3.1.17
> Why is this? None of the MTAs I've tested are case sensitive in the
> local-part
> of the address. I regularly recieve mail to my account in a mix of cases
> and it
> comes through fine.
For example Sendmail can be case sensitive in the local-part of the address.
/ Kari Hurtta
rough fine.
>
> Chris Audley
> [EMAIL PROTECTED]
>
> err, maybe you'd better make that
>
> [EMAIL PROTECTED]
>
> - Original Message -
> From: "Lawrence Greenfield" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>; "Shelley Wal
> On Fri, 20 Jul 2001 16:13:20 -0400,
> Chris Audley <[EMAIL PROTECTED]> (ca) writes:
ca> Why is this? None of the MTAs I've tested are case sensitive in the
ca> local-part
ca> of the address. I regularly recieve mail to my account in a mix of cases
ca> and it
ca> comes through fine.
I
al Message -
From: "Lawrence Greenfield" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Shelley Waltz"
<[EMAIL PROTECTED]>
Sent: Thursday, July 19, 2001 4:17 PM
Subject: Re: Vacation Sieve
> It [sieve rules] should be case sensitive for the stuff on the left si
I just looked at the code and the domain part of each address tested in
vacation is converted to lowercase before comparing them, hence the
right side of the "@" is case-insensitive. I also verified this by
using the sieve 'test' program.
Ken
Shelley Waltz wrote:
>
> Larry,
> It is case sensi
Larry,
It is case sensitive for the right of @. Once I changed my
sendmail configuration to use the masquerade domain as
"cabm.rutgers.edu" and .not. "CABM.RUTGERS.EDU", then
Sieve vaction worked fine.
I could also have it work by not changing sendmail, but changing
the addresses in my Sieve scr
It should be case sensitive for the stuff on the left side of the
"@", and case-insensitive for the stuff on the right side of the "@".
Is this not the case?
Larry
Date: Thu, 19 Jul 2001 14:02:23 -0400
From: Shelley Waltz <[EMAIL PROTECTED]>
It turns out that Sieve is "case sensitive"
It turns out that Sieve is "case sensitive" regarding the
addresses specified.
{ Shelley Waltz
Center for Advanced Biotechnology and Medicine
UMDNJ/Rutgers University
679 Hoes Lane
Piscataway, NJ 08854-5638
phone: (732) 235-3346 };
On Mon, 16 Jul 2001, Shelley Waltz wrote:
> I havbe
I havbe read through all the archives and the setup I currently
have should work with sieve vaction mail.
I am running cyrus-imapd-1.6.24 and cmu-sieve-1.3 and sendmail-8.10.1
My sendmail has the following configuration
define(`confLOCAL_MAILER', `cyrus')dnl
define(`CYRUS_MAILER_FLAGS', `A5@/:|S
18 matches
Mail list logo