Re: Notifications to over-quota accounts

2024-03-15 Thread Urban Loesch via dovecot
Hi, I'm sending warnings to accounts when their quota gets up to 80% and again on 95%. Relevant parts from "doveconf -n": ... service quota-warning { executable = script /usr/local/bin/quota-warning.sh unix_listener quota-warning { user = mailstore } user = mailstore } plugin { .

Re: dovecot and oauth2 (with keycloak) not working

2023-11-20 Thread Urban Loesch via dovecot
Hi, I'm running dovecot with keycloak without problems since 1 month. >>Nov 20 08:20:30 auth: Error: oauth2(fran...@mydomain.com,10.10.40.30,): oauth2 failed: connect(10.10.100.10:443) failed: Connection refused It seem's that your keycloak is not responding to connection requests on port 443

Re: Minimum configuration for Dovecot SASL only?

2023-11-06 Thread Urban Loesch via dovecot
Hi, I use the same setup with the following packages: # dpkg -l |grep dovecot ii dovecot-core 2:2.3.21-1+debian10 amd64secure POP3/IMAP server - core files ii dovecot-mysql2:2.3.21-1+debian10 amd64

Re: auth: Panic: file oauth2-request.c assertion failed

2023-09-04 Thread Urban Loesch via dovecot
Hi, no one has received the same error? In the meantime I upgraded to dovecot 2.3.20. But the error is still here. ii dovecot-core 2:2.3.20-3+debian10 amd64secure POP3/IMAP server - core files ii dovecot-dbg 2:2.3.20-3

Re: Dovecot quota and Postfix smtpd_recipient_restrictions?

2019-03-20 Thread Urban Loesch via dovecot
Hi, Well, so the right syntax (in my case) would be: -o smtpd_recipient_restrictions = reject_non_fqdn_recipient,reject_unknown_recipient_domain,permit_sasl_authenticated,reject,check_policy_service inet:mailstore.example.com:12340 right?  :-) I configured it before the "permit_sasl_auth

Re: Dovecot quota and Postfix smtpd_recipient_restrictions?

2019-03-20 Thread Urban Loesch via dovecot
Hi, I would like to enable (the same) quota (count) for all (virtual)users, on Debian Stretch, Postfix 3.1.8, Dovecot 2.2.27, and is not clear for me if I need to tell Postfix to communicate with the service in /etc/postfix/main.cf as here: smtpd_recipient_restrictions =     ...     check_p

Re: Moving Alternate Storage to another disk.

2019-01-03 Thread Urban Loesch via dovecot
Hi, if you have the new disk installed on the same server you can try: - mount new disk for example in /mnt/temp - rsync -vaWH all files + directories from the old to the new disk - stop dovecot so no changes will happen on disks - make a final rsync again -> should not take many time - umout th