======== Required information ====
- iRedMail version: 0.9.2 (0.9 -> 0.9.1 -> 0.9.2)
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): PGSQL
- Web server (Apache or Nginx): Nginx
- Linux/BSD distribution name and version: Ubuntu 14.04.2 LTS, Trusty Tahr
- Related log if you're reporting an issue:
====
iRedAPD-1.6.0 ( 1.4.4 -> 1.5.0 -> 1.6.0) and patch applied from this topic for amavisd_wblist
Sometimes I see lines with errors:
2015-07-27 17:30:01 ERROR <!> Error applying plugin amavisd_wblist: need more than 1 val
ue to unpack
From iredapd.log
2015-07-27 17:30:01 DEBUG Connect from 127.0.0.1, port 52775.
2015-07-27 17:30:01 DEBUG smtp session: request=smtpd_access_policy
2015-07-27 17:30:01 DEBUG smtp session: protocol_state=RCPT
2015-07-27 17:30:01 DEBUG smtp session: protocol_name=ESMTP
2015-07-27 17:30:01 DEBUG smtp session: client_address=213.183.125.125
2015-07-27 17:30:01 DEBUG smtp session: client_name=mail.mpftomsk.ru
2015-07-27 17:30:01 DEBUG smtp session: reverse_client_name=mail.mpftomsk.ru
2015-07-27 17:30:01 DEBUG smtp session: helo_name=mail.mpftomsk.ru
2015-07-27 17:30:01 DEBUG smtp session: sender=
2015-07-27 17:30:01 DEBUG smtp session: recipient=k.tochilina@rtvtomsk.ru
2015-07-27 17:30:01 DEBUG smtp session: recipient_count=0
2015-07-27 17:30:01 DEBUG smtp session: queue_id=
2015-07-27 17:30:01 DEBUG smtp session: instance=f1c.55b61639.71103.0
2015-07-27 17:30:01 DEBUG smtp session: size=224
2015-07-27 17:30:01 DEBUG smtp session: etrn_domain=
2015-07-27 17:30:01 DEBUG smtp session: stress=
2015-07-27 17:30:01 DEBUG smtp session: sasl_method=
2015-07-27 17:30:01 DEBUG smtp session: sasl_username=
2015-07-27 17:30:01 DEBUG smtp session: sasl_sender=
2015-07-27 17:30:01 DEBUG smtp session: ccert_subject=
2015-07-27 17:30:01 DEBUG smtp session: ccert_issuer=
2015-07-27 17:30:01 DEBUG smtp session: ccert_fingerprint=
2015-07-27 17:30:01 DEBUG smtp session: ccert_pubkey_fingerprint=
2015-07-27 17:30:01 DEBUG smtp session: encryption_protocol=
2015-07-27 17:30:01 DEBUG smtp session: encryption_cipher=
2015-07-27 17:30:01 DEBUG smtp session: encryption_keysize=0
2015-07-27 17:30:01 DEBUG Skip plugin: amavisd_message_size_limit (protocol_state != RCPT)
2015-07-27 17:30:01 DEBUG --> Apply plugin: amavisd_wblist
2015-07-27 17:30:01 ERROR <!> Error applying plugin amavisd_wblist: need more than 1 value to unpack
2015-07-27 17:30:01 DEBUG --> Apply plugin: sql_alias_access_policy
2015-07-27 17:30:01 DEBUG SQL: query access policy: SELECT accesspolicy, goto, moderators
FROM alias
WHERE
address='k.tochilina@rtvtomsk.ru'
AND address <> goto
AND active=1
LIMIT 1
2015-07-27 17:30:01 DEBUG SQL: record: None
2015-07-27 17:30:01 DEBUG <-- Result: DUNNO (Not a mail alias account)
2015-07-27 17:30:01 INFO [213.183.125.125] RCPT, -> k.tochilina@rtvtomsk.ru, DUNNO
2015-07-27 17:30:01 DEBUG Session ended
From mail.log :
Jul 27 17:30:01 gateway postfix/smtpd[3868]: connect from mail.mpftomsk.ru[213.183.125.125]
Jul 27 17:30:01 gateway cbpolicyd[2805]: module=Greylisting, action=defer, host=213.183.125.125, helo=mail.mpftomsk.ru, from=, to=k.tochilina@rtvtomsk.ru, reason=greylisted
Jul 27 17:30:01 gateway postfix/smtpd[3868]: NOQUEUE: reject: RCPT from mail.mpftomsk.ru
[213.183.125.125]: 451 4.7.1 <k.tochilina@rtvtomsk.ru>: Recipient address rejected: Grey
listing in effect, please come back later; from=<> to=<k.tochilina@rtvtomsk.ru> proto=ES
MTP helo=<mail.mpftomsk.ru>
Jul 27 17:30:01 gateway postfix/smtpd[3868]: disconnect from mail.mpftomsk.ru[213.183.12
5.125]
Whether that is necessary that to correct?