Re: Postfix hooking Dovecot quota (correct syntax)

2019-03-23 Thread Viktor Dukhovni
> On Mar 23, 2019, at 3:59 AM, Davide Marchi wrote: > > tpd_recipient_restrictions = >... >check_policy_service inet:mailstore.example.com:12340 > > > I've a doubt: is it correct the space between "[..]service" > and "inet[..]"? Yes, that's what should appear in the file. > I've ru

Re: Postfix hooking Dovecot quota (correct syntax)

2019-03-23 Thread Ralph Seichter
* Davide Marchi: > it is suggested to add in "main.cf" > > smtpd_recipient_restrictions = > ... > check_policy_service inet:mailstore.example.com:12340 Add this using a text editor, keeping leading whitespaces for line continuation, instead of using postconf in a shell. See http://www.postfi

Postfix hooking Dovecot quota (correct syntax)

2019-03-23 Thread Davide Marchi
Hi Friends, on Debian Stretch, Postfix 3.1.9 and Dovecot 2.2.27 I'm enabling user quota. Following this tutorial (suggested from Dovecot mailing list): https://blog.sys4.de/postfix-dovecot-mailbox-quota-en.html it is suggested to add in "main.cf" smtpd_recipient_restrictions = ... che