Sieve with many criteria

2016-08-12 Thread Vince42
Hi, currently I am putting all my filter strings into a big array in my sieve script. I wonder whether this is the best way to store many criteria. Any suggestions? -- Cheers,\\|// Vince (o o) ooO-(_)-Ooo---

Re: SSL connection reset by peer

2016-08-04 Thread Vince42
Hi, [Olaf Hopp] - [2016-08-02 23:45] > just a shot into the dark: if you are running out of entropy, you > might get SSL errors. If this is a virtual machine, there are not > many entropy sources. Consider installing alternative entropy sources > like haveged(*), available in many distro repos. T

Re: SSL connection reset by peer

2016-08-01 Thread Vince42
Hi, [Steffen Kaiser] - [2016-07-26 09:05] >> Could it be that I need to offer more login processes or that I should >> raise some of my configuration values? The mail_max_userip_connections >> does not seem to solve the problem. > usually you get some warning in the logs, if such limit is reached

Re: SSL connection reset by peer

2016-07-27 Thread Vince42
Hi, [Steffen Kaiser] - [2016-07-26 09:05] I am running a dovecot server and have set up an external monitoring, where every five minutes a login with SSL on port 993 is done. I usually get once a day an error "connection reset by peer - SSL connect", which goes away until the n

Re: SSL connection reset by peer

2016-07-25 Thread Vince42
Hi, [Steffen Kaiser] - [2016-07-25 08:23] >> I am running a dovecot server and have set up an external monitoring, >> where every five minutes a login with SSL on port 993 is done. I usually >> get once a day an error "connection reset by peer - SSL connect", which >> goes away until the next moni

Re: SSL connection reset by peer

2016-07-25 Thread Vince42
Hi, [Christian Kivalo] - [2016-07-23 14:50] > I don't really have a suggestion for configuration but i think maybe > some logs and the output of doveconf -n would help. Is the error > definitly from your monitoring ip? I already searched in the logs but did not find anything obvious. Anything spe

Re: SSL connection reset by peer

2016-07-23 Thread Vince42
Hi, [Vince42] - [2016-07-22 00:19] > I am running a dovecot server and have set up an external monitoring, > where every five minutes a login with SSL on port 993 is done. I usually > get once a day an error "connection reset by peer - SSL connect", which > goes away unt

SSL connection reset by peer

2016-07-21 Thread Vince42
Hi, I am running a dovecot server and have set up an external monitoring, where every five minutes a login with SSL on port 993 is done. I usually get once a day an error "connection reset by peer - SSL connect", which goes away until the next monitor is executed. Initially I thought that raising

Re: IMAP Timeouts

2016-05-30 Thread Vince42
Hi, [Alexander Dalloz] - [29.05.2016 00:43] > At time when the SSL connection cannot be established check the value > of available entropy by cat /proc/sys/kernel/random/entropy_avail In > case you see a low value you should consider running a daemon like > haveged. I had the issue yesterday aga

Re: IMAP Timeouts

2016-05-29 Thread Vince42
Hi, [aki.tu...@dovecot.fi] - [29.05.2016 08:58] > Also make sure you are not facing simple firewall or interconnectivity issue. The server is running well all the time, except for these "hickups". I will also try Alexander's hint. > Also usually it helps if you provide outputs from > doveconf -

IMAP Timeouts

2016-05-28 Thread Vince42
Hi, from time to time the IMAP login times out ... my external monitoring says "connection reset by peer (SSL)" and Thunderbird tries to connect forever. After a short while everything returns back to normal operation. The system resources are plenty, there are no error messages and no greedy bac

Re: first_valid_uid

2016-05-27 Thread Vince42
Hi, [Aki Tuomi] - [27.05.2016 22:59] > May 27 22:14:36 server postfix/lmtp[26516]: B05AC15E25C4: > to=, orig_to=, > relay=server.domain.tld[private/dovecot-lmtp], delay=8910, > delays=8910/0.01/0.01/0, dsn= > 4.3.0, status=deferred (host server.domain.tld[private/dovecot-lmtp] > said: 451 4.3.0 T

Re: first_valid_uid

2016-05-27 Thread Vince42
Hi, [Aki Tuomi] - [27.05.2016 22:33] >> I have error log entries like >> >> dovecot: lmtp(22155, mail): Error: user mail: Mail access for users with >> UID 8 not permitted (see first_valid_uid in config file, uid from userdb >> lookup). >> >> This obviously tells me that the user mail (UID 8) is t

first_valid_uid

2016-05-27 Thread Vince42
Hi, I have error log entries like dovecot: lmtp(22155, mail): Error: user mail: Mail access for users with UID 8 not permitted (see first_valid_uid in config file, uid from userdb lookup). This obviously tells me that the user mail (UID 8) is trying to access the LMTP daemon. How can I find out