1

Topic: QueuePool limit

======== Required information ====
- iRedMail version (check /etc/iredmail-release):  0.9.5-1
- Linux/BSD distribution name and version:  centos 7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? NO
- Related log if you're reporting an issue:




Aug 11 00:24:04 mail1 postfix/smtpd[8454]: warning: problem talking to server 127.0.0.1:7777: Connection timed out
Aug 11 00:24:04 mail1 postfix/smtpd[8425]: warning: connect to 127.0.0.1:7777: Connection timed out
Aug 11 00:24:04 mail1 postfix/smtpd[8425]: warning: problem talking to server 127.0.0.1:7777: Connection tim


in iredapd.log


 
-08-11 00:19:23 INFO [217.113.51.51] RCPT, www-data@XXX -> biuro@XXX, DUNNO
2016-08-11 00:19:53 ERROR Unexpected error: QueuePool limit of size 5 overflow 0 reached, connection timed out, timeout 30. Fallback to default action: DUNNO



[root@mail1 iredapd]# time telnet localhost 7777
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection timed out

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: QueuePool limit

Is MySQL service running? iRedAPD cannot connect to MySQL server.

3 (edited by fisher006 2016-08-11 14:28:36)

Re: QueuePool limit

Yes MySQL is running and works fine
Iredapd doesn't have any limits Because this is high traffic server? iredpad have this error like every 30-60sek

4

Re: QueuePool limit

Is this a busy server or not? If it's busy, please increase the pool size (pool_size=) and pool recycle (pool_recycle=). You can find it in file /opt/iredapd/libs/utils.py, like this:

        conn = create_engine(uri,
                             pool_size=20,
                             pool_recycle=3600,
                             max_overflow=0)

Restarting iredapd service is required.

5 (edited by fisher006 2016-08-11 19:19:24)

Re: QueuePool limit

I changed to:


        conn = create_engine(uri,
                             pool_size=150,
                             pool_recycle=7200,
                             max_overflow=0)



but still this same problem sad


Aug 11 13:05:17 mail2 postfix/smtpd[23757]: warning: problem talking to server 127.0.0.1:7777: Connection timed out
Aug 11 13:05:17 mail2 postfix/smtpd[24599]: warning: connect to 127.0.0.1:7777: Connection timed out
Aug 11 13:05:17 mail2 postfix/smtpd[24599]: warning: problem talking to server 127.0.0.1:7777: Connection timed out
Aug 11 13:05:18 mail2 postfix/smtpd[23791]: warning: connect to 127.0.0.1:7777: Connection timed out

6

Re: QueuePool limit

*) Did you restart iRedAPD service?
*) Is this a busy server?
*) In the same code line, please increase 'max_overflow=' to 10, like this:

        conn = create_engine(uri,
                             pool_size=150,
                             pool_recycle=7200,
                             max_overflow=10)

Both pool_size and pool_recycle are too large.

7

Re: QueuePool limit

conn = create_engine(uri,
                             pool_size=50,
                             pool_recycle=3600,
                             max_overflow=10)

will be ok?


1. Yes
2. Yes

Thanks smile

8

Re: QueuePool limit

fisher006 wrote:

conn = create_engine(uri,
                             pool_size=50,
                             pool_recycle=3600,
                             max_overflow=10)
will be ok?

Should be fine. Let me know if it doesn't work.

9

Re: QueuePool limit

It is better now but the error sometimes persists.
Which value I can change?

10

Re: QueuePool limit

fisher006 wrote:

It is better now but the error sometimes persists.
Which value I can change?

Same error in iRedAPD log file? "QueuePool limit of size 5 overflow 0 reached"?
If yes, increase 'max_overflow=' and restart iRedAPD service.

To help me understand this issue, could you share some more info about this server? how many mail accounts are hosted? how many emails in/out per-day?

11 (edited by fisher006 2016-08-12 00:01:30)

Re: QueuePool limit

ZhangHuangbin wrote:
fisher006 wrote:

It is better now but the error sometimes persists.
Which value I can change?

Same error in iRedAPD log file? "QueuePool limit of size 5 overflow 0 reached"?
If yes, increase 'max_overflow=' and restart iRedAPD service.

I dont see this error.

max_overflow=10 is enough or more?

To help me understand this issue, could you share some more info about this server? how many mail accounts are hosted? how many emails in/out per-day?


100k email accounts
5-10 emails per sec

12

Re: QueuePool limit

fisher006 wrote:

max_overflow=10 is enough or more?

Should be fine. the more important setting is 'pool_size='.

So what's your current setting now? Did this issue happen again with current setting?

13

Re: QueuePool limit

In this moment my settigs is:


conn = create_engine(uri,
                             pool_size=50,
                             pool_recycle=3600,
                             max_overflow=10)


iredapd.log looks ok

but maillog  sometimes have errors


Aug 11 13:05:17 mail2 postfix/smtpd[23757]: warning: problem talking to server 127.0.0.1:7777: Connection timed out
Aug 11 13:05:17 mail2 postfix/smtpd[24599]: warning: connect to 127.0.0.1:7777: Connection timed out
Aug 11 13:05:17 mail2 postfix/smtpd[24599]: warning: problem talking to server 127.0.0.1:7777: Connection timed out
Aug 11 13:05:18 mail2 postfix/smtpd[23791]: warning: connect to 127.0.0.1:7777: Connection timed out

14

Re: QueuePool limit

Try to increase 'pool_size=' to 100 since you're a busy server. And please keep monitoring whether there's any error in iRedAPD log file.

15 (edited by fisher006 2016-08-13 21:25:30)

Re: QueuePool limit

Still this same problem sad

In iredapd.log no errors

maillog:

Aug 13 10:43:13 mail1 postfix/smtpd[19350]: warning: problem talking to server 127.0.0.1:7777: Connection reset by peer
Aug 13 10:43:15 mail1 postfix/smtpd[19361]: warning: problem talking to server 127.0.0.1:7777: Connection reset by peer
Aug 13 10:43:19 mail1 postfix/smtpd[19414]: warning: problem talking to server 127.0.0.1:7777: Connection reset by peer
Aug 13 10:45:38 mail1 postfix/submission/smtpd[20299]: warning: connect to 127.0.0.1:7777: Connection timed out
Aug 13 10:45:38 mail1 postfix/submission/smtpd[20299]: warning: problem talking to server 127.0.0.1:7777: Connection timed out
Aug 13 10:45:41 mail1 postfix/submission/smtpd[20316]: warning: connect to 127.0.0.1:7777: Connection timed out
Aug 13 10:45:41 mail1 postfix/submission/smtpd[20316]: warning: problem talking to server 127.0.0.1:7777: Connection timed out
Aug 13 10:45:42 mail1 postfix/submission/smtpd[20329]: warning: connect to 127.0.0.1:7777: Connection timed out



amavisd.conf:

$max_servers = 20;

master.conf

# Amavisd integration.
smtp-amavis unix -  -   n   -   20  smtp
    -o smtp_data_done_timeout=1200
    -o smtp_send_xforward_command=yes
    -o disable_dns_lookups=yes
    -o max_use=40

utils.py

        conn = create_engine(uri,
                             pool_size=100,
                             pool_recycle=3600,
                             max_overflow=10)


even if I change pool_size to 200 I'm still getting errors

16

Re: QueuePool limit

*) How ofter does it happen? few minutes? few hours? or days?
*) Is it possible to let me login to your server to monitor iRedAPD and, hopefully, locate the problem?

17 (edited by fisher006 2016-08-14 22:12:26)

Re: QueuePool limit

1. Every few minutes
2. Yes, Can You send me your public key?



2016-08-09 15:33:33 INFO [104.160.65.9] Client retries too soon, greylisted again.
2016-08-09 15:33:33 INFO [104.160.65.9] RCPT, bounce-23915403@bounce.getresponse.com -> mariusz.polkowski@housestandard.pl, 451 4.7.1 451 Greylisted, please try again in 5 minutes
2016-08-09 15:33:33 INFO [104.47.1.86] Client is whitelisted for greylisting service: (id=1467848, sender=104.47.0.0/17, comment="AUTO-UPDATE: hotmail.com")
2016-08-09 15:33:33 INFO [104.47.1.86] RCPT, w.skoryk@bel-pol.com.pl -> biuro@swiatokienkoscian.pl, DUNNO
2016-08-09 15:33:33 INFO [127.0.0.1] END-OF-MESSAGE, srs0=s50w=t6=bounce.getresponse.com=bounce-23915403@mail1.mail.pl -> kmarkowska@housestandard.pl, DUNNO
2016-08-12 15:33:33 INFO [127.0.0.1] END-OF-MESSAGE,  -> halinapm@interia.pl, DUNNO
2016-08-12 15:33:33 INFO [185.23.21.92] END-OF-MESSAGE, multiservice@multiservice.tv => lukasz.michalski@citi.com, DUNNO
2016-08-13 15:33:33 DEBUG <-- Result: 451 4.7.1 451 Greylisted, please try again in 5 minutes
2016-08-13 15:33:33 DEBUG Session ended
2016-08-13 15:33:33 INFO [185.17.199.168] RCPT, tedswoodsworking@dopits.bid -> sklep@sklepeko.net, 451 4.7.1 451 Greylisted, please try again in 5 minutes
2016-08-13 15:33:33 DEBUG smtp session: request=smtpd_access_policy
2016-08-13 15:33:33 DEBUG smtp session: protocol_state=RCPT
2016-08-13 15:33:33 DEBUG smtp session: protocol_name=ESMTP
2016-08-13 15:33:33 DEBUG smtp session: client_address=94.152.193.97
2016-08-13 15:33:33 DEBUG smtp session: client_name=unknown
2016-08-13 15:33:33 DEBUG smtp session: reverse_client_name=m3.mailingweb.com.pl
2016-08-13 15:33:33 DEBUG smtp session: helo_name=smtp.5197.v.tld.pl
2016-08-13 15:33:33 DEBUG smtp session: sender=odbicia@supermailito.pl
2016-08-13 15:33:33 DEBUG smtp session: recipient=concrete@concrete.net.pl
2016-08-13 15:33:33 DEBUG smtp session: recipient_count=0
2016-08-13 15:33:33 DEBUG smtp session: queue_id=
2016-08-13 15:33:33 DEBUG smtp session: instance=4d43.57af21ab.150ca.0
2016-08-13 15:33:33 DEBUG smtp session: size=0
2016-08-13 15:33:33 DEBUG smtp session: etrn_domain=
2016-08-13 15:33:33 DEBUG smtp session: stress=
2016-08-13 15:33:33 DEBUG smtp session: sasl_method=
2016-08-13 15:33:33 DEBUG smtp session: sasl_username=
2016-08-13 15:33:33 DEBUG smtp session: sasl_sender=
2016-08-13 15:33:33 DEBUG smtp session: ccert_subject=
2016-08-13 15:33:33 DEBUG smtp session: ccert_issuer=
2016-08-13 15:33:33 DEBUG smtp session: ccert_fingerprint=
2016-08-13 15:33:33 DEBUG smtp session: ccert_pubkey_fingerprint=
2016-08-13 15:33:33 DEBUG smtp session: encryption_protocol=
2016-08-13 15:33:33 DEBUG smtp session: encryption_cipher=
2016-08-13 15:33:33 DEBUG smtp session: encryption_keysize=0
2016-08-13 15:33:33 DEBUG --> Apply plugin: greylisting
2016-08-13 15:33:33 DEBUG [SQL] Query greylisting whitelists: 
2016-08-13 15:33:33 DEBUG No whitelist found.
2016-08-13 15:33:33 DEBUG [SQL] query greylisting settings: 
2016-08-13 15:33:33 DEBUG [SQL] query result: [(1L, '@.', '@.', 0, 1)]
2016-08-13 15:33:33 DEBUG Greylisting should be applied according to SQL record: (id=1, account='@.', sender='@.')
2016-08-13 15:33:33 DEBUG [SQL] query greylisting tracking: 
2016-08-13 15:33:33 INFO [94.152.193.97] Client has passed the greylisting, accept this email.
2016-08-13 15:33:33 DEBUG [SQL] Update expired date (30 days from now on): 
2016-08-13 15:33:33 DEBUG <-- Result: DUNNO
2016-08-13 15:33:33 DEBUG --> Apply plugin: amavisd_wblist
2016-08-13 15:33:33 DEBUG Possible policy senders: ['@.', 'odbicia@supermailito.pl', '@supermailito.pl', '@.supermailito.pl', '@pl', '@.pl', 'odbicia@*', '94.152.193.97', '*.*.*.97', '94.152.193.*', '94.*.*.*', '94.*.*.97', '94.152.*.*', '*.152.193.97', '94.*.193.97', '*.*.193.97', '*.*.*.*', '94.152.*.97']
2016-08-13 15:33:33 DEBUG Possible policy recipients: ['@.', 'concrete@concrete.net.pl', '@concrete.net.pl', '@.concrete.net.pl', '@net.pl', '@.net.pl', '@pl', '@.pl']
2016-08-13 15:33:33 DEBUG Apply wblist for inbound message.
2016-08-13 15:33:33 DEBUG [SQL] Query local addresses: 
2016-08-13 15:33:33 DEBUG Local addresses (in `users`): [(11L, '@.')]
2016-08-13 15:33:33 DEBUG [SQL] Query external addresses: 
2016-08-13 15:33:33 DEBUG No record found in SQL database.
2016-08-13 15:33:33 DEBUG No valid sender id or recipient id.
2016-08-13 15:33:33 DEBUG <-- Result: DUNNO
2016-08-13 15:33:33 DEBUG Session ended
2016-08-13 15:33:33 INFO [94.152.193.97] RCPT, odbicia@supermailito.pl -> concrete@concrete.net.pl, DUNNO
2016-08-13 15:33:33 DEBUG smtp session: request=smtpd_access_policy
2016-08-13 15:33:33 DEBUG smtp session: protocol_state=RCPT
2016-08-13 15:33:33 DEBUG smtp session: protocol_name=SMTP
2016-08-13 15:33:33 DEBUG smtp session: client_address=69.47.38.13
2016-08-13 15:33:33 DEBUG smtp session: client_name=d47-69-13-38.col.wideopenwest.com
2016-08-13 15:33:33 DEBUG smtp session: reverse_client_name=d47-69-13-38.col.wideopenwest.com
2016-08-13 15:33:33 DEBUG smtp session: helo_name=d47-69-13-38.col.wideopenwest.com
2016-08-13 15:33:33 DEBUG smtp session: sender=euvsv@gviwiob.die.net
2016-08-13 15:33:33 DEBUG smtp session: recipient=wdialogu@wdialogu.pl
2016-08-13 15:33:33 DEBUG smtp session: recipient_count=0
2016-08-13 15:33:33 DEBUG smtp session: queue_id=
2016-08-13 15:33:33 DEBUG smtp session: instance=4d36.57af21ac.4acfc.0
2016-08-13 15:33:33 DEBUG smtp session: size=0
2016-08-13 15:33:33 DEBUG smtp session: etrn_domain=
2016-08-13 15:33:33 DEBUG smtp session: stress=
2016-08-13 15:33:33 DEBUG smtp session: sasl_method=
2016-08-13 15:33:33 DEBUG smtp session: sasl_username=
2016-08-13 15:33:33 DEBUG smtp session: sasl_sender=
2016-08-13 15:33:33 DEBUG smtp session: ccert_subject=
2016-08-13 15:33:33 DEBUG smtp session: ccert_issuer=
2016-08-13 15:33:33 DEBUG smtp session: ccert_fingerprint=
2016-08-13 15:33:33 DEBUG smtp session: ccert_pubkey_fingerprint=
2016-08-13 15:33:33 DEBUG smtp session: encryption_protocol=
2016-08-13 15:33:33 DEBUG smtp session: encryption_cipher=
2016-08-13 15:33:33 DEBUG smtp session: encryption_keysize=0
2016-08-13 15:33:33 DEBUG --> Apply plugin: greylisting
2016-08-13 15:33:33 DEBUG [SQL] Query greylisting whitelists: 
2016-08-13 15:33:33 DEBUG No whitelist found.
2016-08-13 15:33:33 DEBUG [SQL] query greylisting settings: 
2016-08-13 15:33:33 DEBUG [SQL] query result: [(1L, '@.', '@.', 0, 1)]
2016-08-13 15:33:33 DEBUG Greylisting should be applied according to SQL record: (id=1, account='@.', sender='@.')
2016-08-13 15:33:33 DEBUG [SQL] query greylisting tracking: 
2016-08-13 15:33:33 INFO [69.47.38.13] Client has not been seen before, greylisted.
2016-08-13 15:33:33 DEBUG [SQL] New tracking: 
2016-08-13 15:33:33 DEBUG <-- Result: 451 4.7.1 451 Greylisted, please try again in 5 minutes
2016-08-13 15:33:33 DEBUG Session ended
2016-08-13 15:33:33 INFO [69.47.38.13] RCPT, euvsv@gviwiob.die.net -> wdialogu@wdialogu.pl, 451 4.7.1 451 Greylisted, please try again in 5 minutes
2016-08-13 15:33:33 DEBUG smtp session: request=smtpd_access_policy
2016-08-13 15:33:33 DEBUG smtp session: protocol_state=END-OF-MESSAGE
2016-08-13 15:33:33 DEBUG smtp session: protocol_name=ESMTP
2016-08-13 15:33:33 DEBUG smtp session: client_address=137.74.183.234
2016-08-13 15:33:33 DEBUG smtp session: client_name=n410.m.okazikmail.pl
2016-08-13 15:33:33 DEBUG smtp session: reverse_client_name=n410.m.okazikmail.pl
2016-08-13 15:33:33 DEBUG smtp session: helo_name=mail.n410.m.okazikmail.pl
2016-08-13 15:33:33 DEBUG smtp session: sender=news410@n410.m.okazikmail.pl
2016-08-13 15:33:33 DEBUG smtp session: recipient=marcin@mlodarp.org
2016-08-13 15:33:33 DEBUG smtp session: recipient_count=1
2016-08-13 15:33:33 DEBUG smtp session: queue_id=56A8E42FA033
2016-08-13 15:33:33 DEBUG smtp session: instance=4584.57af21aa.9079a.0
2016-08-13 15:33:33 DEBUG smtp session: size=73557
2016-08-13 15:33:33 DEBUG smtp session: etrn_domain=
2016-08-13 15:33:33 DEBUG smtp session: stress=
2016-08-13 15:33:33 DEBUG smtp session: sasl_method=
2016-08-13 15:33:33 DEBUG smtp session: sasl_username=
2016-08-13 15:33:33 DEBUG smtp session: sasl_sender=
2016-08-13 15:33:33 DEBUG smtp session: ccert_subject=
2016-08-13 15:33:33 DEBUG smtp session: ccert_issuer=
2016-08-13 15:33:33 DEBUG smtp session: ccert_fingerprint=
2016-08-13 15:33:33 DEBUG smtp session: ccert_pubkey_fingerprint=
2016-08-13 15:33:33 DEBUG smtp session: encryption_protocol=TLSv1.2
2016-08-13 15:33:33 DEBUG smtp session: encryption_cipher=ECDHE-RSA-AES256-GCM-SHA384
2016-08-13 15:33:33 DEBUG smtp session: encryption_keysize=256
2016-08-13 15:33:33 DEBUG Skip plugin: greylisting (protocol_state != END-OF-MESSAGE)
2016-08-13 15:33:33 DEBUG Skip plugin: amavisd_wblist (protocol_state != END-OF-MESSAGE)
2016-08-13 15:33:33 DEBUG Session ended
2016-08-13 15:33:33 INFO [137.74.183.234] END-OF-MESSAGE, news410@n410.m.okazikmail.pl -> marcin@mlodarp.org, DUNNO
2016-08-13 15:33:33 DEBUG smtp session: request=smtpd_access_policy
2016-08-13 15:33:33 DEBUG smtp session: protocol_state=END-OF-MESSAGE
2016-08-13 15:33:33 DEBUG smtp session: protocol_name=ESMTP
2016-08-13 15:33:33 DEBUG smtp session: client_address=127.0.0.1
2016-08-13 15:33:33 DEBUG smtp session: client_name=localhost
2016-08-13 15:33:33 DEBUG smtp session: reverse_client_name=localhost
2016-08-13 15:33:33 DEBUG smtp session: helo_name=mail2.mail.pl
2016-08-13 15:33:33 DEBUG smtp session: sender=SRS0=xGmR=UC=n366.z.okazikmail.pl=news366@mail1.mail.pl
2016-08-13 15:33:33 DEBUG smtp session: recipient=
2016-08-13 15:33:33 DEBUG smtp session: recipient_count=2
2016-08-13 15:33:33 DEBUG smtp session: queue_id=B802C42FA036
2016-08-13 15:33:33 DEBUG smtp session: instance=3be8.57af21ab.85385.0
2016-08-13 15:33:33 DEBUG smtp session: size=74356
2016-08-13 15:33:33 DEBUG smtp session: etrn_domain=
2016-08-13 15:33:33 DEBUG smtp session: stress=
2016-08-13 15:33:33 DEBUG smtp session: sasl_method=
2016-08-13 15:33:33 DEBUG smtp session: sasl_username=
2016-08-13 15:33:33 DEBUG smtp session: sasl_sender=
2016-08-13 15:33:33 DEBUG smtp session: ccert_subject=
2016-08-13 15:33:33 DEBUG smtp session: ccert_issuer=
2016-08-13 15:33:33 DEBUG smtp session: ccert_fingerprint=
2016-08-13 15:33:33 DEBUG smtp session: ccert_pubkey_fingerprint=
2016-08-13 15:33:33 DEBUG smtp session: encryption_protocol=
2016-08-13 15:33:33 DEBUG smtp session: encryption_cipher=
2016-08-13 15:33:33 DEBUG smtp session: encryption_keysize=0
2016-08-13 15:33:33 DEBUG Skip plugin: greylisting (protocol_state != END-OF-MESSAGE)
2016-08-13 15:33:33 DEBUG Skip plugin: amavisd_wblist (protocol_state != END-OF-MESSAGE)
2016-08-13 15:33:33 DEBUG Session ended
2016-08-13 15:33:33 INFO [127.0.0.1] END-OF-MESSAGE, srs0=xgmr=uc=n366.z.okazikmail.pl=news366@mail1.mail.pl -> , DUNNO
2016-08-13 15:33:33 DEBUG smtp session: request=smtpd_access_policy
2016-08-13 15:33:33 DEBUG smtp session: protocol_state=RCPT
2016-08-13 15:33:33 DEBUG smtp session: protocol_name=ESMTP
2016-08-13 15:33:33 DEBUG smtp session: client_address=164.132.178.251
2016-08-13 15:33:33 DEBUG smtp session: client_name=n188.m.okazikmail.pl
2016-08-13 15:33:33 DEBUG smtp session: reverse_client_name=n188.m.okazikmail.pl
2016-08-13 15:33:33 DEBUG smtp session: helo_name=mail.n188.m.okazikmail.pl
2016-08-13 15:33:33 DEBUG smtp session: sender=news188@n188.m.okazikmail.pl
2016-08-13 15:33:33 DEBUG smtp session: recipient=biuro@fundamenti.pl
2016-08-13 15:33:33 DEBUG smtp session: recipient_count=0
2016-08-13 15:33:33 DEBUG smtp session: queue_id=
2016-08-13 15:33:33 DEBUG smtp session: instance=4f63.57af21ac.6ac6b.0
2016-08-13 15:33:33 DEBUG smtp session: size=73940
2016-08-13 15:33:33 DEBUG smtp session: etrn_domain=
2016-08-13 15:33:33 DEBUG smtp session: stress=
2016-08-13 15:33:33 DEBUG smtp session: sasl_method=
2016-08-13 15:33:33 DEBUG smtp session: sasl_username=
2016-08-13 15:33:33 DEBUG smtp session: sasl_sender=
2016-08-13 15:33:33 DEBUG smtp session: ccert_subject=
2016-08-13 15:33:33 DEBUG smtp session: ccert_issuer=
2016-08-13 15:33:33 DEBUG smtp session: ccert_fingerprint=
2016-08-13 15:33:33 DEBUG smtp session: ccert_pubkey_fingerprint=
2016-08-13 15:33:33 DEBUG smtp session: encryption_protocol=TLSv1.2
2016-08-13 15:33:33 DEBUG smtp session: encryption_cipher=ECDHE-RSA-AES256-GCM-SHA384
2016-08-13 15:33:33 DEBUG smtp session: encryption_keysize=256
2016-08-13 15:33:33 DEBUG --> Apply plugin: greylisting
2016-08-13 15:33:33 DEBUG [SQL] Query greylisting whitelists: 
2016-08-13 15:33:33 DEBUG No whitelist found.
2016-08-13 15:33:33 DEBUG [SQL] query greylisting settings: 
2016-08-13 15:33:33 DEBUG [SQL] query result: [(1L, '@.', '@.', 0, 1)]
2016-08-13 15:33:33 DEBUG Greylisting should be applied according to SQL record: (id=1, account='@.', sender='@.')
2016-08-13 15:33:33 DEBUG [SQL] query greylisting tracking: 
2016-08-13 15:33:33 INFO [164.132.178.251] Client has passed the greylisting, accept this email.
2016-08-13 15:33:33 DEBUG [SQL] Update expired date (30 days from now on): 
2016-08-13 15:33:33 DEBUG <-- Result: DUNNO
2016-08-13 15:33:33 DEBUG --> Apply plugin: amavisd_wblist
2016-08-13 15:33:33 DEBUG Possible policy senders: ['@.', 'news188@n188.m.okazikmail.pl', '@n188.m.okazikmail.pl', '@.n188.m.okazikmail.pl', '@m.okazikmail.pl', '@.m.okazikmail.pl', '@okazikmail.pl', '@.okazikmail.pl', '@pl', '@.pl', 'news188@*', '164.132.178.251', '*.*.*.251', '164.*.*.251', '164.132.*.251', '164.132.*.*', '164.*.*.*', '*.*.178.251', '164.*.178.251', '164.132.178.*', '*.*.*.*', '*.132.178.251']
2016-08-13 15:33:33 DEBUG Possible policy recipients: ['@.', 'biuro@fundamenti.pl', '@fundamenti.pl', '@.fundamenti.pl', '@pl', '@.pl']
2016-08-13 15:33:33 DEBUG Apply wblist for inbound message.
2016-08-13 15:33:33 DEBUG [SQL] Query local addresses: 
2016-08-13 15:33:33 DEBUG Local addresses (in `users`): [(11L, '@.')]
2016-08-13 15:33:33 DEBUG [SQL] Query external addresses: 
2016-08-13 15:33:33 DEBUG No record found in SQL database.
2016-08-13 15:33:33 DEBUG No valid sender id or recipient id.
2016-08-13 15:33:33 DEBUG <-- Result: DUNNO
2016-08-13 15:33:33 DEBUG Session ended
2016-08-13 15:33:33 INFO [164.132.178.251] RCPT, news188@n188.m.okazikmail.pl -> biuro@fundamenti.pl, DUNNO
2016-08-13 15:33:33 DEBUG smtp session: request=smtpd_access_policy
2016-08-13 15:33:33 DEBUG smtp session: protocol_state=RCPT
2016-08-13 15:33:33 DEBUG smtp session: protocol_name=SMTP
2016-08-13 15:33:33 DEBUG smtp session: client_address=62.176.77.2
2016-08-13 15:33:33 DEBUG smtp session: client_name=62-176-77-2.ip.btc-net.bg
2016-08-13 15:33:33 DEBUG smtp session: reverse_client_name=62-176-77-2.ip.btc-net.bg
2016-08-13 15:33:33 DEBUG smtp session: helo_name=62-176-77-2.ip.btc-net.bg
2016-08-13 15:33:33 DEBUG smtp session: sender=avtzxd@carlottinetworks.com
2016-08-13 15:33:33 DEBUG smtp session: recipient=kontakt@ghdesign.pl
2016-08-13 15:33:33 DEBUG smtp session: recipient_count=0
2016-08-13 15:33:33 DEBUG smtp session: queue_id=
2016-08-13 15:33:33 DEBUG smtp session: instance=4fce.57af21ac.7a12b.0
2016-08-13 15:33:33 DEBUG smtp session: size=0
2016-08-13 15:33:33 DEBUG smtp session: etrn_domain=
2016-08-13 15:33:33 DEBUG smtp session: stress=
2016-08-13 15:33:33 DEBUG smtp session: sasl_method=
2016-08-13 15:33:33 DEBUG smtp session: sasl_username=
2016-08-13 15:33:33 DEBUG smtp session: sasl_sender=
2016-08-13 15:33:33 DEBUG smtp session: ccert_subject=
2016-08-13 15:33:33 DEBUG smtp session: ccert_issuer=
2016-08-13 15:33:33 DEBUG smtp session: ccert_fingerprint=
2016-08-13 15:33:33 DEBUG smtp session: ccert_pubkey_fingerprint=
2016-08-13 15:33:33 DEBUG smtp session: encryption_protocol=
2016-08-13 15:33:33 DEBUG smtp session: encryption_cipher=
2016-08-13 15:33:33 DEBUG smtp session: encryption_keysize=0
2016-08-13 15:33:33 DEBUG --> Apply plugin: greylisting
2016-08-13 15:33:33 DEBUG [SQL] Query greylisting whitelists: 
2016-08-13 15:33:33 DEBUG No whitelist found.
2016-08-13 15:33:33 DEBUG [SQL] query greylisting settings: 
2016-08-13 15:33:33 DEBUG [SQL] query result: [(1L, '@.', '@.', 0, 1)]
2016-08-13 15:33:33 DEBUG Greylisting should be applied according to SQL record: (id=1, account='@.', sender='@.')
2016-08-13 15:33:33 DEBUG [SQL] query greylisting tracking: 
2016-08-13 15:33:33 INFO [62.176.77.2] Client has not been seen before, greylisted.
2016-08-13 15:33:33 DEBUG [SQL] New tracking: 
2016-08-14 15:33:33 DEBUG No record found in SQL database.
2016-08-14 15:33:33 DEBUG No valid sender id or recipient id.
2016-08-14 15:33:33 DEBUG <-- Result: DUNNO
2016-08-14 15:33:33 DEBUG Session ended
2016-08-14 15:33:33 INFO [185.70.36.174] RCPT, 6x12628.255233.592080905@info04.maildream.pl -> biuro@eko-system.biz, DUNNO
2016-08-14 15:33:33 DEBUG smtp session: request=smtpd_access_policy
2016-08-14 15:33:33 DEBUG smtp session: protocol_state=RCPT
2016-08-14 15:33:33 DEBUG smtp session: protocol_name=ESMTP
2016-08-14 15:33:33 DEBUG smtp session: client_address=5.230.21.38
2016-08-14 15:33:33 DEBUG smtp session: client_name=unknown
2016-08-14 15:33:33 DEBUG smtp session: reverse_client_name=unknown
2016-08-14 15:33:33 DEBUG smtp session: helo_name=blzq86.diabeteskit2.website
2016-08-14 15:33:33 DEBUG smtp session: sender=DefeatingDiabetesKit@diabeteskit2.website
2016-08-14 15:33:33 DEBUG smtp session: recipient=krzysztof.marcinkiewicz@gametrance.pl
2016-08-14 15:33:33 DEBUG smtp session: recipient_count=0
2016-08-14 15:33:33 DEBUG smtp session: queue_id=
2016-08-14 15:33:33 DEBUG smtp session: instance=81f.57b07327.2b182.0
2016-08-14 15:33:33 DEBUG smtp session: size=19499
2016-08-14 15:33:33 DEBUG smtp session: etrn_domain=
2016-08-14 15:33:33 DEBUG smtp session: stress=
2016-08-14 15:33:33 DEBUG smtp session: sasl_method=
2016-08-14 15:33:33 DEBUG smtp session: sasl_username=
2016-08-14 15:33:33 DEBUG smtp session: sasl_sender=
2016-08-14 15:33:33 DEBUG smtp session: ccert_subject=
2016-08-14 15:33:33 DEBUG smtp session: ccert_issuer=
2016-08-14 15:33:33 DEBUG smtp session: ccert_fingerprint=
2016-08-14 15:33:33 DEBUG smtp session: ccert_pubkey_fingerprint=
2016-08-14 15:33:33 DEBUG smtp session: encryption_protocol=
2016-08-14 15:33:33 DEBUG smtp session: encryption_cipher=
2016-08-14 15:33:33 DEBUG smtp session: encryption_keysize=0
2016-08-14 15:33:33 DEBUG --> Apply plugin: greylisting
2016-08-14 15:33:33 DEBUG [SQL] Query greylisting whitelists: 
2016-08-14 15:33:33 DEBUG No whitelist found.
2016-08-14 15:33:33 DEBUG [SQL] query greylisting settings: 
2016-08-14 15:33:33 DEBUG [SQL] query result: [(1L, '@.', '@.', 0, 1)]
2016-08-14 15:33:33 DEBUG Greylisting should be applied according to SQL record: (id=1, account='@.', sender='@.')
2016-08-14 15:33:33 DEBUG [SQL] query greylisting tracking: 
2016-08-14 15:33:33 INFO [5.230.21.38] Client has not been seen before, greylisted.
2016-08-14 15:33:33 DEBUG [SQL] New tracking: 
2016-08-14 15:33:33 DEBUG <-- Result: 451 4.7.1 451 Greylisted, please try again in 5 minutes
2016-08-14 15:33:33 DEBUG Session ended
2016-08-14 15:33:33 INFO [5.230.21.38] RCPT, defeatingdiabeteskit@diabeteskit2.website -> krzysztof.marcinkiewicz@gametrance.pl, 451 4.7.1 451 Greylisted, please try again in 5 minutes
2016-08-14 15:33:33 DEBUG smtp session: request=smtpd_access_policy
2016-08-14 15:33:33 DEBUG smtp session: protocol_state=RCPT
2016-08-14 15:33:33 DEBUG smtp session: protocol_name=ESMTP
2016-08-14 15:33:33 DEBUG smtp session: client_address=188.212.37.167
2016-08-14 15:33:33 DEBUG smtp session: client_name=magazine.blackfriday
2016-08-14 15:33:33 DEBUG smtp session: reverse_client_name=magazine.blackfriday
2016-08-14 15:33:33 DEBUG smtp session: helo_name=magazine.blackfriday
2016-08-14 15:33:33 DEBUG smtp session: sender=aleksandra_wozniak@laptopuri.blackfriday
2016-08-14 15:33:33 DEBUG smtp session: recipient=badoo@s3net.pl
2016-08-14 15:33:33 DEBUG smtp session: recipient_count=0
2016-08-14 15:33:33 DEBUG smtp session: queue_id=
2016-08-14 15:33:33 DEBUG smtp session: instance=6fa.57b07325.cb19b.0
2016-08-14 15:33:33 DEBUG smtp session: size=2875
2016-08-14 15:33:33 DEBUG smtp session: etrn_domain=
2016-08-14 15:33:33 DEBUG smtp session: stress=
2016-08-14 15:33:33 DEBUG smtp session: sasl_method=
2016-08-14 15:33:33 DEBUG smtp session: sasl_username=
2016-08-14 15:33:33 DEBUG smtp session: sasl_sender=
2016-08-14 15:33:33 DEBUG smtp session: ccert_subject=
2016-08-14 15:33:33 DEBUG smtp session: ccert_issuer=
2016-08-14 15:33:33 DEBUG smtp session: ccert_fingerprint=
2016-08-14 15:33:33 DEBUG smtp session: ccert_pubkey_fingerprint=
2016-08-14 15:33:33 DEBUG smtp session: encryption_protocol=TLSv1.2
2016-08-14 15:33:33 DEBUG smtp session: encryption_cipher=ECDHE-RSA-AES256-GCM-SHA384
2016-08-14 15:33:33 DEBUG smtp session: encryption_keysize=256
2016-08-14 15:33:33 DEBUG --> Apply plugin: greylisting
2016-08-14 15:33:33 DEBUG [SQL] Query greylisting whitelists: 
2016-08-14 15:33:33 DEBUG No whitelist found.
2016-08-14 15:33:33 DEBUG [SQL] query greylisting settings: 
2016-08-14 15:33:33 DEBUG [SQL] query result: [(1L, '@.', '@.', 0, 1)]
2016-08-14 15:33:33 DEBUG Greylisting should be applied according to SQL record: (id=1, account='@.', sender='@.')
2016-08-14 15:33:33 DEBUG [SQL] query greylisting tracking: 
2016-08-14 15:33:33 INFO [188.212.37.167] Client has not been seen before, greylisted.
2016-08-14 15:33:33 DEBUG [SQL] New tracking: 
2016-08-14 15:33:33 DEBUG <-- Result: 451 4.7.1 451 Greylisted, please try again in 5 minutes
2016-08-14 15:33:33 DEBUG Session ended
2016-08-14 15:33:33 INFO [188.212.37.167] RCPT, aleksandra_wozniak@laptopuri.blackfriday -> badoo@s3net.pl, 451 4.7.1 451 Greylisted, please try again in 5 minutes
2016-08-14 15:33:33 DEBUG smtp session: request=smtpd_access_policy
2016-08-14 15:33:33 DEBUG smtp session: protocol_state=RCPT
2016-08-14 15:33:33 DEBUG smtp session: protocol_name=ESMTP
2016-08-14 15:33:33 DEBUG smtp session: client_address=164.132.178.204
2016-08-14 15:33:33 DEBUG smtp session: client_name=n109.m.okazikmail.pl
2016-08-14 15:33:33 DEBUG smtp session: reverse_client_name=n109.m.okazikmail.pl
2016-08-14 15:33:33 DEBUG smtp session: helo_name=mail.n109.m.okazikmail.pl
2016-08-14 15:33:33 DEBUG smtp session: sender=news109@n109.m.okazikmail.pl
2016-08-14 15:33:33 DEBUG smtp session: recipient=ewelina.galant@edjr.pl
2016-08-14 15:33:33 DEBUG smtp session: recipient_count=0
2016-08-14 15:33:33 DEBUG smtp session: queue_id=
2016-08-14 15:33:33 DEBUG smtp session: instance=81c.57b07325.d6052.0
2016-08-14 15:33:33 DEBUG smtp session: size=74586
2016-08-14 15:33:33 DEBUG smtp session: etrn_domain=
2016-08-14 15:33:33 DEBUG smtp session: stress=
2016-08-14 15:33:33 DEBUG smtp session: sasl_method=
2016-08-14 15:33:33 DEBUG smtp session: sasl_username=
2016-08-14 15:33:33 DEBUG smtp session: sasl_sender=
2016-08-14 15:33:33 DEBUG smtp session: ccert_subject=
2016-08-14 15:33:33 DEBUG smtp session: ccert_issuer=
2016-08-14 15:33:33 DEBUG smtp session: ccert_fingerprint=
2016-08-14 15:33:33 DEBUG smtp session: ccert_pubkey_fingerprint=
2016-08-14 15:33:33 DEBUG smtp session: encryption_protocol=TLSv1.2
2016-08-14 15:33:33 DEBUG smtp session: encryption_cipher=ECDHE-RSA-AES256-GCM-SHA384
2016-08-14 15:33:33 DEBUG smtp session: encryption_keysize=256
2016-08-14 15:33:33 DEBUG --> Apply plugin: greylisting
2016-08-14 15:33:33 DEBUG [SQL] Query greylisting whitelists: 
2016-08-14 15:33:33 DEBUG No whitelist found.
2016-08-14 15:33:33 DEBUG [SQL] query greylisting settings: 
2016-08-14 15:33:33 DEBUG [SQL] query result: [(1L, '@.', '@.', 0, 1)]
2016-08-14 15:33:33 DEBUG Greylisting should be applied according to SQL record: (id=1, account='@.', sender='@.')
2016-08-14 15:33:33 DEBUG [SQL] query greylisting tracking: 
2016-08-14 15:33:33 INFO [164.132.178.204] Client has passed the greylisting, accept this email.
2016-08-14 15:33:33 DEBUG [SQL] Update expired date (30 days from now on): 
2016-08-14 15:33:33 DEBUG <-- Result: DUNNO
2016-08-14 15:33:33 DEBUG --> Apply plugin: amavisd_wblist
2016-08-14 15:33:33 DEBUG Possible policy senders: ['@.', 'news109@n109.m.okazikmail.pl', '@n109.m.okazikmail.pl', '@.n109.m.okazikmail.pl', '@m.okazikmail.pl', '@.m.okazikmail.pl', '@okazikmail.pl', '@.okazikmail.pl', '@pl', '@.pl', 'news109@*', '164.132.178.204', '*.*.178.204', '164.132.*.*', '164.*.*.*', '164.*.*.204', '*.132.178.204', '164.*.178.204', '164.132.178.*', '*.*.*.*', '164.132.*.204', '*.*.*.204']
2016-08-14 15:33:33 DEBUG Possible policy recipients: ['@.', 'ewelina.galant@edjr.pl', '@edjr.pl', '@.edjr.pl', '@pl', '@.pl']
2016-08-14 15:33:33 DEBUG Apply wblist for inbound message.
2016-08-14 15:33:33 DEBUG [SQL] Query local addresses: 
2016-08-14 15:33:33 DEBUG Local addresses (in `users`): [(11L, '@.')]
2016-08-14 15:33:33 DEBUG [SQL] Query external addresses: 
2016-08-14 15:33:33 DEBUG No record found in SQL database.
2016-08-14 15:33:33 DEBUG No valid sender id or recipient id.
2016-08-14 15:33:33 DEBUG <-- Result: DUNNO
2016-08-14 15:33:33 DEBUG Session ended
2016-08-14 15:33:33 INFO [164.132.178.204] RCPT, news109@n109.m.okazikmail.pl -> ewelina.galant@edjr.pl, DUNNO
2016-08-14 15:33:33 DEBUG smtp session: request=smtpd_access_policy
2016-08-14 15:33:33 DEBUG smtp session: protocol_state=RCPT
2016-08-14 15:33:33 DEBUG smtp session: protocol_name=ESMTP
2016-08-14 15:33:33 DEBUG smtp session: client_address=137.74.183.197
2016-08-14 15:33:33 DEBUG smtp session: client_name=n373.m.okazikmail.pl
2016-08-14 15:33:33 DEBUG smtp session: reverse_client_name=n373.m.okazikmail.pl
2016-08-14 15:33:33 DEBUG smtp session: helo_name=mail.n373.m.okazikmail.pl
2016-08-14 15:33:33 DEBUG smtp session: sender=news373@n373.m.okazikmail.pl
2016-08-14 15:33:33 DEBUG smtp session: recipient=doktor@doktor.net.pl
2016-08-14 15:33:33 DEBUG smtp session: recipient_count=0
2016-08-14 15:33:33 DEBUG smtp session: queue_id=
2016-08-14 15:33:33 DEBUG smtp session: instance=28f.57b07325.cb4e4.0
2016-08-14 15:33:33 DEBUG smtp session: size=74566
2016-08-14 15:33:33 DEBUG smtp session: etrn_domain=
2016-08-14 15:33:33 DEBUG smtp session: stress=
2016-08-14 15:33:33 DEBUG smtp session: sasl_method=
2016-08-14 15:33:33 DEBUG smtp session: sasl_username=
2016-08-14 15:33:33 DEBUG smtp session: sasl_sender=
2016-08-14 15:33:33 DEBUG smtp session: ccert_subject=
2016-08-14 15:33:33 DEBUG smtp session: ccert_issuer=
2016-08-14 15:33:33 DEBUG smtp session: ccert_fingerprint=
2016-08-14 15:33:33 DEBUG smtp session: ccert_pubkey_fingerprint=
2016-08-14 15:33:33 DEBUG smtp session: encryption_protocol=TLSv1.2
2016-08-14 15:33:33 DEBUG smtp session: encryption_cipher=ECDHE-RSA-AES256-GCM-SHA384
2016-08-14 15:33:33 DEBUG smtp session: encryption_keysize=256
2016-08-14 15:33:33 DEBUG --> Apply plugin: greylisting
2016-08-14 15:33:33 DEBUG [SQL] Query greylisting whitelists: 
2016-08-14 15:33:33 DEBUG No whitelist found.
2016-08-14 15:33:33 DEBUG [SQL] query greylisting settings: 
2016-08-14 15:33:33 DEBUG [SQL] query result: [(1L, '@.', '@.', 0, 1)]
2016-08-14 15:33:33 DEBUG Greylisting should be applied according to SQL record: (id=1, account='@.', sender='@.')
2016-08-14 15:33:33 DEBUG [SQL] query greylisting tracking: 
2016-08-14 15:33:33 INFO [137.74.183.197] Client has passed the greylisting, accept this email.
2016-08-14 15:33:33 DEBUG [SQL] Update expired date (30 days from now on): 
2016-08-14 15:33:33 DEBUG <-- Result: DUNNO
2016-08-14 15:33:33 DEBUG --> Apply plugin: amavisd_wblist
2016-08-14 15:33:33 DEBUG Possible policy senders: ['@.', 'news373@n373.m.okazikmail.pl', '@n373.m.okazikmail.pl', '@.n373.m.okazikmail.pl', '@m.okazikmail.pl', '@.m.okazikmail.pl', '@okazikmail.pl', '@.okazikmail.pl', '@pl', '@.pl', 'news373@*', '137.74.183.197', '137.*.183.197', '*.*.183.197', '137.74.*.*', '137.74.183.*', '*.*.*.197', '137.74.*.197', '137.*.*.*', '137.*.*.197', '*.*.*.*', '*.74.183.197']
2016-08-14 15:33:33 DEBUG Possible policy recipients: ['@.', 'doktor@doktor.net.pl', '@doktor.net.pl', '@.doktor.net.pl', '@net.pl', '@.net.pl', '@pl', '@.pl']
2016-08-14 15:33:33 DEBUG Apply wblist for inbound message.
2016-08-14 15:33:33 DEBUG [SQL] Query local addresses: 
2016-08-14 15:33:33 DEBUG Local addresses (in `users`): [(11L, '@.')]
2016-08-14 15:33:33 DEBUG [SQL] Query external addresses: 
2016-08-14 15:33:33 DEBUG No record found in SQL database.
2016-08-14 15:33:33 DEBUG No valid sender id or recipient id.
2016-08-14 15:33:33 DEBUG <-- Result: DUNNO
2016-08-14 15:33:33 DEBUG Session ended
2016-08-14 15:33:33 INFO [137.74.183.197] RCPT, news373@n373.m.okazikmail.pl -> doktor@doktor.net.pl, DUNNO
2016-08-14 15:33:33 DEBUG smtp session: request=smtpd_access_policy
2016-08-14 15:33:33 DEBUG smtp session: protocol_state=RCPT
2016-08-14 15:33:33 DEBUG smtp session: protocol_name=ESMTP
2016-08-14 15:33:33 DEBUG smtp session: client_address=85.214.216.219
2016-08-14 15:33:33 DEBUG smtp session: client_name=www.orlowski.eu
2016-08-14 15:33:33 DEBUG smtp session: reverse_client_name=www.orlowski.eu
2016-08-14 15:33:33 DEBUG smtp session: helo_name=h2049149.stratoserver.net
2016-08-14 15:33:33 DEBUG smtp session: sender=dariusz_kaminski@orle.de
2016-08-14 15:33:33 DEBUG smtp session: recipient=info@tokir.pl
2016-08-14 15:33:33 DEBUG smtp session: recipient_count=0
2016-08-14 15:33:33 DEBUG smtp session: queue_id=
2016-08-14 15:33:33 DEBUG smtp session: instance=603.57b0732a.715b9.0
2016-08-14 15:33:33 DEBUG smtp session: size=1967
2016-08-14 15:33:33 DEBUG smtp session: etrn_domain=
2016-08-14 15:33:33 DEBUG smtp session: stress=
2016-08-14 15:33:33 DEBUG smtp session: sasl_method=
2016-08-14 15:33:33 DEBUG smtp session: sasl_username=
2016-08-14 15:33:33 DEBUG smtp session: sasl_sender=
2016-08-14 15:33:33 DEBUG smtp session: ccert_subject=
2016-08-14 15:33:33 DEBUG smtp session: ccert_issuer=
2016-08-14 15:33:33 DEBUG smtp session: ccert_fingerprint=
2016-08-14 15:33:33 DEBUG smtp session: ccert_pubkey_fingerprint=
2016-08-14 15:33:33 DEBUG smtp session: encryption_protocol=
2016-08-14 15:33:33 DEBUG smtp session: encryption_cipher=
2016-08-14 15:33:33 DEBUG smtp session: encryption_keysize=0
2016-08-14 15:33:33 DEBUG --> Apply plugin: greylisting
2016-08-14 15:33:33 DEBUG [SQL] Query greylisting whitelists: 
2016-08-14 15:33:33 DEBUG No whitelist found.
2016-08-14 15:33:33 DEBUG [SQL] query greylisting settings: 
2016-08-14 15:33:33 DEBUG [SQL] query result: [(1L, '@.', '@.', 0, 1)]
2016-08-14 15:33:33 DEBUG Greylisting should be applied according to SQL record: (id=1, account='@.', sender='@.')
2016-08-14 15:33:33 DEBUG [SQL] query greylisting tracking: 
2016-08-14 15:33:33 INFO [85.214.216.219] Client has passed the greylisting, accept this email.
2016-08-14 15:33:33 DEBUG [SQL] Update expired date (30 days from now on): 
2016-08-14 15:33:33 DEBUG <-- Result: DUNNO
2016-08-14 15:33:33 DEBUG --> Apply plugin: amavisd_wblist
2016-08-14 15:33:33 DEBUG Possible policy senders: ['@.', 'dariusz_kaminski@orle.de', '@orle.de', '@.orle.de', '@de', '@.de', 'dariusz_kaminski@*', '85.214.216.219', '85.214.*.*', '*.214.216.219', '85.*.*.219', '85.214.*.219', '85.214.216.*', '*.*.*.219', '85.*.*.*', '85.*.216.219', '*.*.*.*', '*.*.216.219']
2016-08-14 15:33:33 DEBUG Possible policy recipients: ['@.', 'info@tokir.pl', '@tokir.pl', '@.tokir.pl', '@pl', '@.pl']
2016-08-14 15:33:33 DEBUG Apply wblist for inbound message.
2016-08-14 15:33:33 DEBUG [SQL] Query local addresses: 
2016-08-14 15:33:33 DEBUG Local addresses (in `users`): [(11L, '@.')]
2016-08-14 15:33:33 DEBUG [SQL] Query external addresses: 
2016-08-14 15:33:33 DEBUG No record found in SQL database.
2016-08-14 15:33:33 DEBUG No valid sender id or recipient id.
2016-08-14 15:33:33 DEBUG <-- Result: DUNNO
2016-08-14 15:33:33 DEBUG Session ended
2016-08-14 15:33:33 INFO [85.214.216.219] RCPT, dariusz_kaminski@orle.de -> info@tokir.pl, DUNNO
2016-08-14 15:33:33 DEBUG smtp session: request=smtpd_access_policy
2016-08-14 15:33:33 DEBUG smtp session: protocol_state=RCPT
2016-08-14 15:33:33 DEBUG smtp session: protocol_name=ESMTP
2016-08-14 15:33:33 DEBUG smtp session: client_address=178.32.12.179
2016-08-14 15:33:33 DEBUG smtp session: client_name=p3.sunmail.pl
2016-08-14 15:33:33 DEBUG smtp session: reverse_client_name=p3.sunmail.pl
2016-08-14 15:33:33 DEBUG smtp session: helo_name=p3.sunmail.pl
2016-08-14 15:33:33 DEBUG smtp session: sender=sg@p3.sunmail.pl
2016-08-14 15:33:33 DEBUG smtp session: recipient=kancelaria@flsupport.pl
2016-08-14 15:33:33 DEBUG smtp session: recipient_count=0
2016-08-14 15:33:33 DEBUG smtp session: queue_id=
2016-08-14 15:33:33 DEBUG smtp session: instance=571.57b07325.ae777.0
2016-08-14 15:33:33 DEBUG smtp session: size=19737
2016-08-14 15:33:33 DEBUG smtp session: etrn_domain=
2016-08-14 15:33:33 DEBUG smtp session: stress=
2016-08-14 15:33:33 DEBUG smtp session: sasl_method=
2016-08-14 15:33:33 DEBUG smtp session: sasl_username=
2016-08-14 15:33:33 DEBUG smtp session: sasl_sender=
2016-08-14 15:33:33 DEBUG smtp session: ccert_subject=
2016-08-14 15:33:33 DEBUG smtp session: ccert_issuer=
2016-08-14 15:33:33 DEBUG smtp session: ccert_fingerprint=
2016-08-14 15:33:33 DEBUG smtp session: ccert_pubkey_fingerprint=
2016-08-14 15:33:33 DEBUG smtp session: encryption_protocol=TLSv1.2
2016-08-14 15:33:33 DEBUG smtp session: encryption_cipher=AECDH-AES256-SHA
2016-08-14 15:33:33 DEBUG smtp session: encryption_keysize=256
2016-08-14 15:33:33 DEBUG --> Apply plugin: greylisting
2016-08-14 15:33:33 DEBUG [SQL] Query greylisting whitelists: 
2016-08-14 15:33:33 DEBUG No whitelist found.
2016-08-14 15:33:33 DEBUG [SQL] query greylisting settings: 
2016-08-14 15:33:33 DEBUG [SQL] query result: [(1L, '@.', '@.', 0, 1)]
2016-08-14 15:33:33 DEBUG Greylisting should be applied according to SQL record: (id=1, account='@.', sender='@.')
2016-08-14 15:33:33 DEBUG [SQL] query greylisting tracking: 

This is debug from date when iredapd has timeouts

18

Re: QueuePool limit

No error in pasted debug log.

Here's my ssh public key:

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWD2oZef2kq2CPq/TYuuAeualfL/AH6EW2n2Tzf5DsC8V5OmZAr4S7pdBH4D33T0gFrLq/woin6KXIdoiLF/dwQcPYYUA5wToRxz9cGG5U8TezkSDogjYyhqVQuDnSiiT/RF0uIytuX5e8XkfZS2TLQJTgt0Af23rPEm0TY/zd6XCNx/osdRAP25Sw3lztWkXH9wNs58ncRQjirBx853dI5qycMzBhcWBpUQAc9Yul1dyKG6SpLPbgz2wyufbDOdZOr9lZPa0MdbuTGZ8Ge3c90BQQlRNzZSBmbfeTbFHQacV+kDOvEX10PpRJE9PXnQnwk6HNs2lxsbbPzqaLnNs7 zhb_iredmail_org

19

Re: QueuePool limit

Hi, I send info to info@.