Issue with logrotate and dovecot

2024-10-23 Thread Jim Wright via dovecot
Something new here has cropped up, no changes to configs for some time. I've had my dovecot using the default /var/log/dovecot.log location for logging, logrotate used to back this up weekly and logging would continue using this same file. Now when logrotate runs, it correctly backs up the lo

Re: Issue with logrotate and dovecot

2024-10-23 Thread Jim Wright via dovecot
On 2024-10-23 14:47, Jim Wright via dovecot wrote: Something new here has cropped up, no changes to configs for some time. I've had my dovecot using the default /var/log/dovecot.log location for logging, logrotate used to back this up weekly and logging would continue using this same file. No

Re: fixing sieve (?)

2024-10-23 Thread Tom Hendrikx via dovecot
On 23-10-2024 17:02, Stefan G. Weichinger via dovecot wrote: Am 23.10.24 um 16:06 schrieb Benny Pedersen via dovecot: Stefan G. Weichinger via dovecot skrev den 2024-10-23 09:01: ok? i have sieve = file:~/.sieve;active=~/.dovecot.sieve note the ~ char :=) mails is here in ~/.maildir so

Re: Struggling to get sieve running

2024-10-23 Thread Nick Howitt via dovecot
On 23/10/2024 18:20, Aki Tuomi via dovecot wrote: On 23/10/2024 20:17 EEST nick--- via dovecot wrote: Hi, I am new to Dovecot and Debian, but I seem to have got Dovecot up and running with local delivery and then switched to LMTP. I am running Debian 12.7 and Webmin 2.202 to try and

Re: Struggling to get sieve running

2024-10-23 Thread Aki Tuomi via dovecot
> On 23/10/2024 20:17 EEST nick--- via dovecot wrote: > > > Hi, > I am new to Dovecot and Debian, but I seem to have got Dovecot up and running > with local delivery and then switched to LMTP. I am running Debian 12.7 and > Webmin 2.202 to try and get things running, but I've had to tweak f

Struggling to get sieve running

2024-10-23 Thread nick--- via dovecot
Hi, I am new to Dovecot and Debian, but I seem to have got Dovecot up and running with local delivery and then switched to LMTP. I am running Debian 12.7 and Webmin 2.202 to try and get things running, but I've had to tweak files. Also Webmin did not install dovecot-lmtpd, dovecot-sieve or dovec

Re: fixing sieve (?)

2024-10-23 Thread Markus Winkler via dovecot
Hi Stefan, On 23.10.24 17:02, Stefan G. Weichinger via dovecot wrote: I changed the setting slightly: sieve = file:/home/vmail/%d/%u/sieve/scripts;active=/home/vmail/%d/%u/ sieve/.dovecot.sieve edited filters in roundcube etc, checked symlink, looks ok so in this directory: /home/vmail/%d

Re: fixing sieve (?)

2024-10-23 Thread Stefan G. Weichinger via dovecot
Am 23.10.24 um 16:06 schrieb Benny Pedersen via dovecot: Stefan G. Weichinger via dovecot skrev den 2024-10-23 09:01: ok? i have sieve = file:~/.sieve;active=~/.dovecot.sieve note the ~ char :=) mails is here in ~/.maildir so sieve data is not in maildir home $home for my users comes fro

Re: fixing sieve (?)

2024-10-23 Thread Benny Pedersen via dovecot
Stefan G. Weichinger via dovecot skrev den 2024-10-23 09:01: ok? i have sieve = file:~/.sieve;active=~/.dovecot.sieve note the ~ char :=) mails is here in ~/.maildir so sieve data is not in maildir home ___ dovecot mailing list -- dovecot@dovecot

Re: fixing sieve (?)

2024-10-23 Thread Stefan G. Weichinger via dovecot
Am 23.10.24 um 09:01 schrieb Stefan G. Weichinger via dovecot: Am 23.10.24 um 08:55 schrieb Stefan G. Weichinger via dovecot: current try sieve = /home/vmail/%d/%u/sieve/scripts/managesieve.sieve even better (?): sieve = file:/home/vmail/%d/%u/sieve/scripts;active=/home/vmail/%d/%u/ sieve/

Re: fixing sieve (?)

2024-10-23 Thread Stefan G. Weichinger via dovecot
Am 23.10.24 um 08:55 schrieb Stefan G. Weichinger via dovecot: current try sieve = /home/vmail/%d/%u/sieve/scripts/managesieve.sieve even better (?): sieve = file:/home/vmail/%d/%u/sieve/scripts;active=/home/vmail/%d/%u/sieve/scripts/.dovecot.sieve ok? ___