similar to: [sieve][regex] Matching multiple strings in the "Received" header

Displaying 20 results from an estimated 900 matches similar to: "[sieve][regex] Matching multiple strings in the "Received" header"

2018 May 07
2
[sieve][regex] Matching multiple strings in the "Received" header
Adi Pircalabu skrev den 2018-05-07 05:10: > How should I write it to also match the space character at both the > beginning and end of the expression? use \ before space char
2018 May 08
2
[sieve][regex] Matching multiple strings in the "Received" header
Hello Adi, did you try: " from.*(outbound.protection.outlook.com|.google.com|.yahoo.com|mx.aol.com) " If you need to specify the posix character class: [[:blank:]] means space and tab. With pcre it would be like [ \t] [[:space:]] includes space, tab, newline, linefeed, formfeed, vertical tab (in pcre like [ \t\n\r\f\v])
2018 May 07
0
[sieve][regex] Matching multiple strings in the "Received" header
On 07-05-2018 12:13, Adi Pircalabu wrote: > > I'm trying to use this expression in Sieve, but for some reason the > filter doesn't work: > > require ["fileinto","regex"]; > > # rule:[gmail-outlook-yahoo-aol-friends] > if header :regex "received" >
2018 May 08
0
[sieve][regex] Matching multiple strings in the "Received" header
On 08-05-2018 2:43, Benny Pedersen wrote: > Adi Pircalabu skrev den 2018-05-07 05:10: > >> How should I write it to also match the space character at both the >> beginning and end of the expression? > > use \ before space char Tks. Just tried these two, unsuccessfully: "\.from.*(outbound.protection.outlook.com|.google.com|.yahoo.com|mx.aol.com)\." "\
2017 Mar 14
3
Dovecot 2.2.27 proxy - enforcing per client IP connection limits
Hi, mail_max_userip_connections is only enforced at the backend level. The setting has no effect on proxy. If you want to force the limit then you can only do it in the backend. Sami > On 9 Mar 2017, at 12.05, Adi Pircalabu <adi at ddns.com.au> wrote: > > Quick follow-up: updated the proxies to 2.2.28, but I still couldn't find a way to limit the inbound IMAP connections per
2018 May 08
0
[sieve][regex] Matching multiple strings in the "Received" header
On 08-05-2018 16:20, Gerald Galster wrote: > Hello Adi, > > did you try: > > " > from.*(outbound.protection.outlook.com|.google.com|.yahoo.com|mx.aol.com) > " > > If you need to specify the posix character class: > > [[:blank:]] means space and tab. With pcre it would be like [ \t] > [[:space:]] includes space, tab, newline, linefeed, formfeed,
2018 Nov 15
2
huge increase in storage activity afther dovecot upgrade
Yes, multiple imap servers using one shared nfs storage. With the same config on 2.2.13 the public interface traffic was similar to the storage interface, around 100 mbps. After we switch to 2.2.27 the storage interface traffic jumped 10 times while the public interface stayed the same. This make us thinking that something is wrong and each time a user logs in the whole Inbox content is read
2020 May 22
3
fail2ban setup centos 7 not picking auth fail?
On Fri, May 22, 2020 2:05 pm, Adi Pircalabu wrote: > On 22-05-2020 10:38, Voytek Eymont wrote: > > Hardly a Dovecot issue. Can you please post the output of this command? > /usr/bin/fail2ban-regex /var/log/dovecot.log > /etc/fail2ban/filter.d/dovecot.conf Adi, thanks, what I get is: # /usr/bin/fail2ban-regex /var/log/dovecot.log /etc/fail2ban/filter.d/dovecot.conf Running
2017 Feb 12
3
NIC Stability Problems Under Xen 4.4 / CentOS 6 / Linux 3.18
On 11/02/17 06:29, Kevin Stange wrote: > On 01/30/2017 06:41 PM, Kevin Stange wrote: >> On 01/30/2017 06:12 PM, Adi Pircalabu wrote: >>> On 31/01/17 10:49, Kevin Stange wrote: >>>> You said 3.x kernels specifically. The kernel on Xen Made Easy now is a >>>> 4.4 kernel. Any chance you have tested with that one? >>> >>> Not yet, however
2018 Aug 09
2
Best practices for backing up small mailserver to remote location
On 8/7/2018 5:08 PM, Adi Pircalabu wrote: > - Since you're on dynamic IP at home, set up a VPN tunnel using the > mailserver as server and HTPC as client. OpenVPN is ubiquitous and > widely supported. > - rsync your mailboxes using the tunnel connection. > This way you can back up your entire server, not only the mailboxes. Instead of openvpn, I use openssh. Use compression
2019 Feb 05
2
debugging installation problem
Given they in separate repos, is there a way to to verify which revisions go together? Is it enough that the clang (shortly) after llvm in time? On 2/5/19, 1:03 PM, "Eric Christopher" <echristo at gmail.com> wrote: Your clang and your llvm don't match, they're often version locked and you need to make sure both of them are the same-ish revision. -eric
2017 Mar 08
2
Dovecot 2.2.27 proxy - enforcing per client IP connection limits
Hi, Trying to keep abusive/buggy IMAP clients at bay on a number of Dovecot proxy servers, I've reconfigured them to use "mail_max_userip_connections = 50" in the "protocol imap" section, followed by restarting Dovecot. Yet, I'm still seeing 160+ established connections from a single IP address for the same email account. Am I missing anything? # 2.2.27
2018 Nov 14
2
Trying to do antispam with Sieve
On 2018-11-14 13:51, Adi Pircalabu wrote: > On 2018-11-14 13:11, Adi Pircalabu wrote: >> Hi, >> >> Using https://wiki.dovecot.org/HowTo/AntispamWithSieve I'm trying to >> execute scripts when moving to/from Spam folder, however nothing's >> happening. The actions are: >> 1. Move to Spam: redirect :copy "spamcop_spam at domain.local";
2020 May 13
4
Re: Can't connect to Managesieve Server - what´s wrong?
Am 14.05.2020 um 00:22 schrieb Benny Pedersen: > On 2020-05-14 00:14, Anton Blau wrote: > >> What can I do to get connect from Roundcube to dovecot-managemsieve? > > if roundcube is installed on same server as dovecot then disable ssl > in roundcube managesive plugin as same way for imap and submission/smtps > > Thank you for your very fast answer. There are two virtual
2018 Aug 07
3
Best practices for backing up small mailserver to remote location
My webserver also houses our mailserver. There's about six users on that mail system and I'm thinking it would be good to back up the mailboxes to my always on HTPC computer at home, which is reachable via a dynamic IP service. I know (or think) I need to use doveadm-backup for this but rather than reinvent the wheel (or use the wrong wheel altogether) I'm wondering if anyone can
2018 Dec 17
2
Apple mail fails with Submission
Dear all, I'm running dovecot # 2.3.2.1 - Pigeonhole version 0.5.2 () - OS: Linux 4.18.0-12-generic x86_64 Ubuntu 18.10 with Submission. It works great except with apple mail (Iphone). I get an error with the MTA (postfix): ""postfix/submission/smtpd[32552]: warning: non-SMTP command from mail.example.org[xx.xx.xx.xx]: Content-Transfer-Encoding: 7bit"" with other
2017 Dec 14
1
Xen PV DomU running Kernel 4.14.5-1.el7.elrepo.x86_64: xl -v vcpu-set <domU> <val> triggers domU kernel WARNING, then domU becomes unresponsive
On 15-12-2017 4:10, Akemi Yagi wrote: > On Mon, Dec 11, 2017 at 4:52 PM, Adi Pircalabu <adi at ddns.com.au> > wrote: > >> Has anyone seen this recently? I couldn't replicate it on: >> - CentOS 6 running kernel-2.6.32-696.16.1.el6.x86_64, >> kernel-lt-4.4.105-1.el6.elrepo.x86_64 >> - CentOS 7 running 4.9.67-1.el7.centos.x86_64 >> >> But I can
2018 Nov 14
3
Trying to do antispam with Sieve
Hi, Using https://wiki.dovecot.org/HowTo/AntispamWithSieve I'm trying to execute scripts when moving to/from Spam folder, however nothing's happening. The actions are: 1. Move to Spam: redirect :copy "spamcop_spam at domain.local"; 2. Move from Spam: redirect :copy "spamcop_ham at domain.local"; Here's the configuration I'm working with: doveconf: Warning:
2017 Dec 12
5
Xen PV DomU running Kernel 4.14.5-1.el7.elrepo.x86_64: xl -v vcpu-set <domU> <val> triggers domU kernel WARNING, then domU becomes unresponsive
Has anyone seen this recently? I couldn't replicate it on: - CentOS 6 running kernel-2.6.32-696.16.1.el6.x86_64, kernel-lt-4.4.105-1.el6.elrepo.x86_64 - CentOS 7 running 4.9.67-1.el7.centos.x86_64 But I can replicate it consistently running "xl -v vcpu-set <domU> <val>" on: - CentOS 6 running 4.14.5-1.el6.elrepo.x86_64 - CentOS 7 running 4.14.5-1.el7.elrepo.x86_64
2017 Jan 31
3
NIC Stability Problems Under Xen 4.4 / CentOS 6 / Linux 3.18
On 01/30/2017 06:12 PM, Adi Pircalabu wrote: > On 31/01/17 10:49, Kevin Stange wrote: >> You said 3.x kernels specifically. The kernel on Xen Made Easy now is a >> 4.4 kernel. Any chance you have tested with that one? > > Not yet, however the future Xen nodes we'll deploy will run CentOS 7 and > Xen with kernel 4.4. I'll keep you (and others here) posted on my