[exim-dev] [Bug 3039] "log_write called with no log flags se…

Inizio della pagina
Delete this message
Reply to this message
Autore: Exim Bugzilla
Data:  
To: exim-dev
Oggetto: [exim-dev] [Bug 3039] "log_write called with no log flags set" when log_reject_target empty
https://bugs.exim.org/show_bug.cgi?id=3039

--- Comment #4 from Matthew Frost <matthewf-eximbugzilla@???> ---
 Of note, this is on port 465 with tls_on_connect_ports = 465

 8872 processing "deny" (/usr/exim/configure 289)
 8872 check hosts = 141.xx.xx.xx:141.xx.xx.xx
 8872 host in "141.xx.xx.xx:141.xx.xx.xx"?
 8872  list element: 141.xx.xx.xx
 8872  list element: 141.xx.xx.xx
 8872  host in "141.xx.xx.xx:141.xx.xx.xx"? yes (matched "141.xx.xx.xx")
 8872 check log_reject_target = 
 8872 deny: condition test succeeded in ACL "acl_check_connection"
 8872 end of ACL "acl_check_connection": DENY
 8872 LOG: connection_reject
 8872   H=[141.xx.xx.xx] I=[178.xx.xx.xx]:465 Ci=8872 dropped by 'connect'
ACLNULL
 8872 LOG: MAIN PANIC DIE
 8872   log_write called with no log flags set
 8872 SMTP>> 421 Unexpected failure, please try later
c��R.].Ĉs��089'��~
 8872 SMTP>> 421 Unexpected failure, please try later
 8872 SMTP<<  i:W??��0�,�(�$��
 8872 SMTP>> 421 Unexpected failure, please try later
 8872 SMTP<< ?�?�?�?�?k?j?i?h?9?8?7?6?�?�?�?��2�.�*�&��?�?=?5?��/�+�'�#��      
                                                                               
                                                                               
                                                                               
                                                                               
                       
?�?�?�?�?g?@???>?3?2?1?0?�?�?�?�?E?D?C?B�1�-�)�%��?�?<?/?�?A�????
 8872 SMTP>> 421 Unexpected failure, please try later
 8872 SMTP<< ?���
                 �???�??C?
                          ???
 8872 SMTP>> 421 Unexpected failure, please try later
 8872 SMTP<< ?
 8872 SMTP>> 421 Unexpected failure, please try later
 8872 search_tidyup called
 8872 >>>>>>>>>>>>>>>> Exim pid=8872 (daemon-accept) terminating with rc=1

>>>>>>>>>>>>>>>>


The: 

"dropped by 'connect' ACLNULL"

message appears to originate in smtp_in.c via log_connect_tls_drop

/* Run the connect ACL if it exists */

user_msg = NULL;
if (acl_smtp_connect)
  {
  int rc;
  if ((rc = acl_check(ACL_WHERE_CONNECT, NULL, acl_smtp_connect, &user_msg,
                      &log_msg)) != OK)
    {
#ifndef DISABLE_TLS
    if (tls_in.on_connect)
      log_connect_tls_drop(US"'connect' ACL", log_msg);
    else
#endif
      (void) smtp_handle_acl_fail(ACL_WHERE_CONNECT, rc, user_msg, log_msg);
    return FALSE;
    }
  }

-- 
You are receiving this mail because:
You are on the CC list for the bug.


--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-dev-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/