How to limit number of parallel deliveries to the same mailbox?

2021-03-12 Thread Alessio Cecchi
the same mailbox via LMTP? Thanks -- Alessio Cecchi Postmaster AT http://www.qboxmail.it http://www.linkedin.com/in/alessice

Re: policyd-weight not used

2014-01-29 Thread Alessio Cecchi
Il 29/01/2014 14:05, Wietse Venema ha scritto: Alessio Cecchi: Il 28/01/2014 18:01, Marc B ha scritto: Hi, I've got a small issue with our Postfix Relay which doesn't use the Policyd-Weight daemon or Tumgreyspf which it should. The Policy-Weight daemon is running and listen if I t

Re: Outlook 2010 554 5.7.1 reject

2014-01-28 Thread Alessio Cecchi
, iPhones & Androids. His Outlook is configured to use port 587 with TLS and port 993 with SSL. postfix and dovecot use a self-signed certificate. In dovecot.conf try to add: auth_mechanisms = plain login Let me know if it works. Ciao -- Alessio Cecchi is: @ ILS -> http://www.l

Re: policyd-weight not used

2014-01-28 Thread Alessio Cecchi
.0.1:12525 You must set check_policy_service as first check: smtpd_recipient_restrictions = check_policy_service unix:private/tumgreyspf check_policy_service inet:127.0.0.1:12525 permit_sasl_authenticated [...] Ciao -- Alessio Cecchi is: @ ILS -> http://www.linux.it/~alessice/ on Lin

Re: Log "milter-reject" at cleanup stage

2014-01-21 Thread Alessio Cecchi
Il 21/01/2014 13:18, Wietse Venema ha scritto: Alessio Cecchi: Jan 20 16:43:49 smtp-container postfix/smtp/smtpd[18383]: NOQUEUE: milter-reject: RCPT from 1-2-3-4.v4.it[1.2.3.4]: 451 4.7.1 Message quota exceeded; from= to= proto=ESMTP helo=<[192.168.5.104]> As you can see there isn'

Re: Log "milter-reject" at cleanup stage

2014-01-21 Thread Alessio Cecchi
Il 21/01/2014 13:07, Noel Jones ha scritto: On 1/21/2014 3:19 AM, Alessio Cecchi wrote: Hi, I have an authenticated SMTP, based on postfix 2.9.6 from debian repository with spamass-milter (for reduce outbound spam) and milter-greylist (for rate limit) and Dovecot SASL for users backend. It

Log "milter-reject" at cleanup stage

2014-01-21 Thread Alessio Cecchi
username (necessary to my parser). Is possibile to configure/force also "milter-greylist" to block the messagge (milter-reject) at the "postfix/cleanup" stage via postfix configuration? All others milter I've tried block the message at "cleanup" level, all ex