2016-06-27 08:21:02 INFO [200.147.33.216] END-OF-MESSAGE, -> comercial@main.domain, DUNNO
2016-06-27 08:25:35 DEBUG Connect from 127.0.0.1, port 51532.
2016-06-27 08:25:35 DEBUG smtp session: request=smtpd_access_policy
2016-06-27 08:25:35 DEBUG smtp session: protocol_state=RCPT
2016-06-27 08:25:35 DEBUG smtp session: protocol_name=ESMTP
2016-06-27 08:25:35 DEBUG smtp session: client_address=213.229.161.138
2016-06-27 08:25:35 DEBUG smtp session: client_name=mx4.mitula.org
2016-06-27 08:25:35 DEBUG smtp session: reverse_client_name=mx4.mitula.org
2016-06-27 08:25:35 DEBUG smtp session: helo_name=mitula.net
2016-06-27 08:25:35 DEBUG smtp session: sender=noreply@mitula.org
2016-06-27 08:25:35 DEBUG smtp session: recipient=trafego@main.domain
2016-06-27 08:25:35 DEBUG smtp session: recipient_count=0
2016-06-27 08:25:35 DEBUG smtp session: queue_id=
2016-06-27 08:25:35 DEBUG smtp session: instance=12c8.57710d2f.5b608.0
2016-06-27 08:25:35 DEBUG smtp session: size=6107
2016-06-27 08:25:35 DEBUG smtp session: etrn_domain=
2016-06-27 08:25:35 DEBUG smtp session: stress=
2016-06-27 08:25:35 DEBUG smtp session: sasl_method=
2016-06-27 08:25:35 DEBUG smtp session: sasl_username=
2016-06-27 08:25:35 DEBUG smtp session: sasl_sender=
2016-06-27 08:25:35 DEBUG smtp session: ccert_subject=
2016-06-27 08:25:35 DEBUG smtp session: ccert_issuer=
2016-06-27 08:25:35 DEBUG smtp session: ccert_fingerprint=
2016-06-27 08:25:35 DEBUG smtp session: ccert_pubkey_fingerprint=
2016-06-27 08:25:35 DEBUG smtp session: encryption_protocol=
2016-06-27 08:25:35 DEBUG smtp session: encryption_cipher=
2016-06-27 08:25:35 DEBUG smtp session: encryption_keysize=0
2016-06-27 08:25:35 DEBUG --> Apply plugin: reject_null_sender
2016-06-27 08:25:35 DEBUG <-- Result: DUNNO
2016-06-27 08:25:35 DEBUG --> Apply plugin: reject_sender_login_mismatch
2016-06-27 08:25:35 DEBUG Not an authenticated sender (no sasl_username).
2016-06-27 08:25:35 DEBUG [SQL] query alias domains:
SELECT alias_domain
FROM alias_domain
WHERE alias_domain='mitula.org' OR target_domain='mitula.org'
LIMIT 1
2016-06-27 08:25:35 DEBUG SQL query result: None
2016-06-27 08:25:35 DEBUG Sender domain is not hosted locally.
2016-06-27 08:25:35 DEBUG <-- Result: DUNNO
2016-06-27 08:25:35 DEBUG --> Apply plugin: greylisting
2016-06-27 08:25:35 DEBUG [SQL] Query greylisting whitelists:
SELECT id, sender, comment
FROM greylisting_whitelists
WHERE account IN ('trafego@main.domain', '@main.domain', '@.')
2016-06-27 08:25:35 DEBUG No whitelist found.
2016-06-27 08:25:35 DEBUG [SQL] query greylisting settings:
SELECT id, account, sender, sender_priority, active
FROM greylisting
WHERE account IN ('trafego@main.domain', '@main.domain', '@.')
ORDER BY priority DESC, sender_priority DESC
2016-06-27 08:25:35 DEBUG [SQL] query result: [(1L, '@.', '@.', 0, 1)]
2016-06-27 08:25:35 DEBUG Greylisting should be applied according to SQL record: (id=1, account='@.', sender='@.')
2016-06-27 08:25:35 ERROR <!> Error while applying plugin "greylisting": unsupported operand type(s) for +: 'int' and 'str'
2016-06-27 08:25:35 DEBUG --> Apply plugin: throttle
2016-06-27 08:25:35 DEBUG Bypass sender throttling (No sasl_username).
2016-06-27 08:25:35 DEBUG Check recipient throttling.
2016-06-27 08:25:35 DEBUG [SQL] Query throttle setting:
SELECT id, account, priority, period, max_msgs, max_quota, msg_size
FROM throttle
WHERE kind='inbound' AND account IN ('213.229.161.138', '@ip', '@.', 'trafego@main.domain', '@main.domain', '@.main.domain', '@com.br', '@.com.br', '@br', '@.br', '*.*.*.138', '213.229.*.*', '213.*.*.*', '213.*.161.138', '*.*.161.138', '213.229.161.*', '*.229.161.138', '213.*.*.138', '213.229.*.138', '*.*.*.*')
ORDER BY priority DESC
2016-06-27 08:25:35 DEBUG [SQL] Query result:
[]
2016-06-27 08:25:35 DEBUG No recipient throttle setting.
2016-06-27 08:25:35 DEBUG <-- Result: DUNNO
2016-06-27 08:25:35 DEBUG --> Apply plugin: sql_alias_access_policy
2016-06-27 08:25:35 DEBUG [SQL] query access policy:
SELECT accesspolicy, goto, moderators
FROM alias
WHERE
address='trafego@main.domain'
AND islist=1
AND active=1
LIMIT 1
2016-06-27 08:25:35 DEBUG SQL query result: None