Re: Log rotation and combining...

2017-11-16 Thread SH Development
That doesn’t seem to work either. Where do I find logs for log rotation to see the reason it failed? Ethon > On Nov 16, 2017, at 7:53 PM, Bill Shirley > wrote: > > I believe you need a 'create' statement to set the permissions. Here > is an example for ma

Re: Log rotation and combining...

2017-11-16 Thread Bill Shirley
I believe you need a 'create' statement to set the permissions. Here is an example for mariadb: /var/log/mariadb/general.log /var/log/mariadb/slow_query.log /var/log/mariadb/error.log /var/log/mariadb/mariadb.log {     create 640 mysql mysql     daily     minsize 30M     notifempty

Re: Sieve coding question

2017-11-16 Thread Stephan Bosch
Op 11/16/2017 om 7:42 PM schreef lists.dove...@rogerklorese.com: > Is there a more appropriate list on which to ask for assistance in > coding Sieve rules, or may I ask here? I know of no other suitable venue, so go ahead. Regards, Stephan.

Sieve coding question

2017-11-16 Thread lists . dovecot
Is there a more appropriate list on which to ask for assistance in coding Sieve rules, or may I ask here?

Re: Postlogin script

2017-11-16 Thread j.emerlik
I finally used it like this: case $IP in 10.120.12[0-7].*) exec "$@" ;; 111.111.11.4[0-9]) exec "$@" ;; esac Thanks a lot Regards, Jacek case $IP in 10.120.12[0-7].*) exec "$@" ;; 195.150.13.4[0-9]) exec "$@" ;; esac 2017-11-10 23:03 GMT+01:00 Joseph Tam : > "j.emerlik"

Log rotation and combining...

2017-11-16 Thread SH Development
I have recently noticed that my dovecot-deliver.log is huge and wanted to start rotating it. So a couple of questions: 1. Can the dovecot-deliver.log be combined with the maillog, that gets rotated weekly? If it can be done, is it advisable? Since the inception of this particular server, the l

Re: [Mailbox aliases] Sponsoring of bug fixing

2017-11-16 Thread Aki Tuomi
On 09.11.2017 10:28, Aki Tuomi wrote: > > On 09.11.2017 10:14, azu...@pobox.sk wrote: >> Hi, >> >> how much would it cost to sponsor a complete* fix of mailbox aliases? >> >> https://www.dovecot.org/list/dovecot/2015-June/101176.html >> https://dovecot.org/list/dovecot/2016-September/105459.html