similar to: Understanding matches in sieve

Displaying 20 results from an estimated 4000 matches similar to: "Understanding matches in sieve"

2020 Oct 22
0
Understanding matches in sieve
On 10/21/20 11:15 AM, @lbutlr wrote: > RFC 5229 gives the following example: > > if address :matches ["To", "Cc"] ["coyote@**.com", > "wile@**.com"] { > # ${0} is the matching address > # ${1} is always the empty string > # ${2} is part of the domain name ("ACME.Example") >
2018 Oct 11
1
Booting CentOS 6 with Grub from CentOS 7
Stephen John Smoogen wrote: > On Tue, 9 Oct 2018 at 21:47, Yves Bellefeuille <yan at storm.ca> wrote: >> >> I had CentOS 6 installed on an MBR hard disk. I converted the disk to >> GPT (with UEFI) and installed CentOS 7 on a new partition. >> Um, say *what*?! This wasn't a complete rebuild? Next you'll tell us you buy hardware from Acme, the company that
2016 Mar 15
4
overview zlib efficiency?
On 3/15/16 10:13 AM, Sven Hartge wrote: > I don't have a script, but I can provide some numbers. I did a test with > a server for about 10.000 users and 2TB worth of mail, converting from > Maildir++ to mdbox with zlib (level = 6) and had a final size of 1TB, so > 2:1 reduction. These numbers roughly match my results. About 6 TB of mail compresses down to about 3 TB. The
2005 Feb 12
3
Is there a Caller ID issue in the latest CVSStable
Nicol?s Gudi?o <asternic@gmail.com> wrote: >>> Paul, 1.0.5 stable suffers from caller id issues as well, at least for >>> SIP channels. What fixed things for me was swapping in app_dial.c from >>> 1.0.2 stable (didn't try others). You could also just diff app_dial.c >>> between versions to find the problem but I took the lazy way out the >>>
2018 Dec 15
3
Overrideing pop delete?
On 12/14/18 3:34 PM, @lbutlr wrote: > Now that I think about it, even better would be a way to move the messages into an archive box when they are downloaded, this way they will be entirely invisible from the POP3 access, and I can use normal expiry functions to clean out that archive after backup. We do exactly this using the "Lazy Expunge" plugin:
2017 Feb 17
7
Problem with Let's Encrypt Certificate
Hello Folks, my StartCom SSL-Certificate expires soon and so I wanted to switch to Let's Encrypt Certificates instead. Unfortunatelly Thunderbird seems not to like it, although all -tested- other Clients work without any problems. When I connect with Thunderbird it sends an "Encrypted Alert" directly after the TLS handshake although Dovecot wants to continue the session. In the
2020 May 22
3
What causes mails to get striked-over only, and not deleted?
I have tried with this sieve config: imapsieve_mailbox1_name = Sent imapsieve_mailbox1_causes = COPY APPEND imapsieve_mailbox1_after = file:/etc/dovecot/sieve/sent.sieve and this sieve file (sent.sieve): discard; This should clearly cause the mail to be deleted right? But whats happen, is that the mail is not deleted, its just marked for deletion (gets a strike-through in Microsoft
2020 Oct 22
2
Sieve_before
On 22 Oct 2020, at 15:10, Sean Kamath <kamath at moltingpenguin.com> wrote: > On Oct 22, 2020, at 12:19, @lbutlr <kremels at kreme.com> wrote: >> On 22 Oct 2020, at 10:05, @lbutlr <kremels at kreme.com> wrote: >>> if address :matches ["To", "Cc"] ["*@*."] { >> if envelope :matches :detail "to" "*" {
2018 Mar 22
2
"failed to map segment from shared object" in sieve pipe
> On Mar 21, 2018, at 5:16 PM, Stephan Bosch <stephan at rename-it.nl> wrote: > > Those knobs depend a on your config. If there is truly some resource > limit causing this, it could be the vsz_limit of the (parent) process > invoking your program. Which service is doing that depends on your > config, either LMTP, the script service (when you're using socket >
2015 Oct 30
2
IMAP COPY creates invalid index data with zlib and mail_log plugins enabled but zlib_save off
I've noticed that maildir IMAP COPY commands can generate invalid dovecot.index entries when all seven of the following are true: - The zlib plugin is enabled; - The zlib_save/zlib_save_level options are NOT enabled; - The source message being copied is compressed; - The mail_log plugin is logging "copy" events; - The mail_log_fields setting includes at least one message header; -
2003 Oct 28
5
RX gain TX gain
I have an X100p card....and it is hard to hear the person on the other end. Should I mess with these values? I have heard both yes and no to this question in the past. If yes, how much louder should I make them? Thanks, MIchael
2015 May 08
1
Full text search indexes not used for header/body OR queries?
I've noticed that when using Lucene full text search, most queries use the indexes and/or header cache and are fast: . SEARCH BODY test . OK Search completed (0.001 secs). . SEARCH SUBJECT test . OK Search completed (0.053 secs). . SEARCH BODY test SUBJECT test . OK Search completed (0.002 secs). . SEARCH OR SUBJECT test FROM test . OK Search completed (0.093 secs). But an OR query that
2005 Aug 08
1
howto let the stream not passing asterisk
We need to configure asterisk to authenticate two sip ATAs, but the stream must go directly from one to another ata without tuching asterisk. Is this possible adding canreinvite=yes into sip.conf? is it true laso if asterisk doesn't recognize the spd (t38)? thanks Rosario -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Feb 17
5
Problem with Let's Encrypt Certificate
Seems wrong to me too, Robert. If you put your private key inside your certificate, won't it be sent to the client along with it ? Bastian, are you using an old version of thunderbird ? googling for "SSL alert number 42" gave me two results indicating a bug in thunderbird versions 31,32 and 33. You can check these links if you wish : *
2019 Dec 17
1
Is there a way to hide the top level virtual IMAP folder when using the virtual plugin?
I'm experimenting with the Virtual plugin to give users access to folders like "All Mail", "Recent" and so on, similar to Gmail. Something like this works properly: mail_location = maildir:~/ namespace { inbox = yes location = prefix = INBOX. separator = . type = private } namespace { prefix = INBOX.virtual. separator = . location =
2003 Nov 02
6
Asterisk behind LinkSys NAT Routing
Problem I have is this. outside firewall (extension 2003) can call me inside firewall (extension 2000) and all is fine. If I call from inside firewall (extension 2000) to outside firewall (extension 2003) I hear no ringing and person at other end can pick up and I hear for maybe a half second then I go to voicemail. If I add another extension on the outside then communication between outside
2020 Oct 22
2
Sieve_before
On 22 Oct 2020, at 10:05, @lbutlr <kremels at kreme.com> wrote: > require ["variables", "copy"]; > > if address :matches ["To", "Cc"] ["*@*."] { > redirect :copy "backup+295.${1}.${2}@*example.com*"; > } I have tried this with similar results: require ["copy", "variables",
2017 Mar 06
4
v2.2.28 released
On 6 Mar 2017, at 9.17, Tom Sommer <mail at tomsommer.dk> wrote: > > > On 2017-02-24 14:34, Timo Sirainen wrote: >> http://dovecot.org/releases/2.2/dovecot-2.2.28.tar.gz >> http://dovecot.org/releases/2.2/dovecot-2.2.28.tar.gz.sig > > Are there any plans to do a bugfix-release, that includes the few issues seen in the mailing-list, or do you consider 2.2.28 safe
2015 May 19
2
"doveadm backup" doesn't work anymore after upgrading to 2.2.18
Until today I could do this to backup my primary IMAP4 server: """ doveadm backup ssh csi doveadm dsync-server """ It doesn't work anymore after upgrading to Dovecot 2.2.18: """ jcea at ubuntu:~$ doveadm backup ssh csi doveadm dsync-server Enter passphrase for key '/home/jcea/.ssh/id_rsa': dsync-remote(root): Error: Mailbox INBOX: Failed
2005 Feb 15
3
Sip phones how to dial a # sign?
Hi list! I have some sip phones and Sipura ATA 2000's. However after dialling a number I need to dial a # to control a device. When I dial # Asterisk kicks in and puts the call on hold. How can I change this? Thx!! Remco