Hello! I setup quota and quota warnings for my mail system(dovecot+exim). By I want to reject only outgoing messages if quota exceeded. Is it possible to congi dovecot to not reject incoming messages? I use dovecot-lda for mail delivery. ldap_delivery: driver = pipe command = /usr/lib/dovecot/deliver -d "${lookup ldap{user=**********))(mai -f $sender_address -a $original_local_part@$original_domain message_prefix message_suffix delivery_date_add envelope_to_add return_path_add log_output return_output user = mail group = mail temp_errors = 64 : 69 : 70: 71 : 72 : 73 : 74 : 75 : 78 -- Aydar A. Kamalov
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 19 Oct 2017, Aidar Kamalov wrote:> Hello! I setup quota and quota warnings for my mail system(dovecot+exim). > By I want to reject only outgoing messages if quota exceeded.Oh, how do you do that?> Is it possible to congi dovecot to not reject incoming messages? I use > dovecot-lda for mail delivery.If you remove the "quota" plugin from mail_plugins of the lda section, quota is not calculated anymore, I guess. So, I suppose, you need to give unlimited quota for service LDA. How do you configure the quota? - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEVAwUBWemIE3z1H7kL/d9rAQLFDAf/VmEMBBYR2lCwrmNs08ReM/XTs0PjXMJo LVH9jKSVJi4PmLqHtiiz99OmmZUWxdTqhOeOGlgh0mCU37EVozRHI3IT+jjEp2mq lJlIG2PlpKns2xxWhLafmnwMnB2FE+B/a516BV1gKjzEagAIYElVc1So0ZrAy2As eYgLMQsatG/Kb3TE10UYVgsC0eN5ev2x89Z3qbKEzpMzMITrv/8x007cFMY8UcoI GWQ4mDrzYpxt4GZ9K1pipAK9DrcBwoClbgLHkHuXqoLeiO/TNWneBmRHSKiSrd0z wfK+C172XHA+E87+u+b+5LSWEzhKi13rK4E3fN9hsgaa5Cokayz9cw==dPdG -----END PGP SIGNATURE-----
Thank you! I disabled quota plugin and now if quota exceed I can't send any email, but I can receive new emails. 2017-10-20 8:22 GMT+03:00 Steffen Kaiser <skdovecot at smail.inf.fh-brs.de>:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Thu, 19 Oct 2017, Aidar Kamalov wrote: > > Hello! I setup quota and quota warnings for my mail system(dovecot+exim). >> By I want to reject only outgoing messages if quota exceeded. >> > > Oh, how do you do that? > > Is it possible to congi dovecot to not reject incoming messages? I use >> dovecot-lda for mail delivery. >> > > If you remove the "quota" plugin from mail_plugins of the lda section, > quota is not calculated anymore, I guess. So, I suppose, you need to give > unlimited quota for service LDA. How do you configure the quota? > > - -- Steffen Kaiser > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1 > > iQEVAwUBWemIE3z1H7kL/d9rAQLFDAf/VmEMBBYR2lCwrmNs08ReM/XTs0PjXMJo > LVH9jKSVJi4PmLqHtiiz99OmmZUWxdTqhOeOGlgh0mCU37EVozRHI3IT+jjEp2mq > lJlIG2PlpKns2xxWhLafmnwMnB2FE+B/a516BV1gKjzEagAIYElVc1So0ZrAy2As > eYgLMQsatG/Kb3TE10UYVgsC0eN5ev2x89Z3qbKEzpMzMITrv/8x007cFMY8UcoI > GWQ4mDrzYpxt4GZ9K1pipAK9DrcBwoClbgLHkHuXqoLeiO/TNWneBmRHSKiSrd0z > wfK+C172XHA+E87+u+b+5LSWEzhKi13rK4E3fN9hsgaa5Cokayz9cw=> =dPdG > -----END PGP SIGNATURE----- >-- Aydar A. Kamalov