· 10 years ago · Nov 03, 2015, 01:42 PM
1exim -bh 5.9.8.71
2
3**** SMTP testing session as if from host 5.9.8.71
4**** but without any ident (RFC 1413) callback.
5**** This is not for real!
6
7>>> host in hosts_connection_nolog? no (option unset)
8>>> host in host_lookup? yes (matched "*")
9>>> looking up host name for 5.9.8.71
10>>> IP address lookup yielded static.71.8.9.5.clients.your-server.de
11>>> gethostbyname2 looked up these IP addresses:
12>>> name=static.71.8.9.5.clients.your-server.de address=5.9.8.71
13>>> checking addresses for static.71.8.9.5.clients.your-server.de
14>>> 5.9.8.71 OK
15>>> host in host_reject_connection? no (option unset)
16>>> host in sender_unqualified_hosts? no (option unset)
17>>> host in recipient_unqualified_hosts? no (option unset)
18>>> host in helo_verify_hosts? no (option unset)
19>>> host in helo_try_verify_hosts? no (option unset)
20>>> host in helo_accept_junk_hosts? no (option unset)
21220 mail.serverem.hu ESMTP Exim 4.76 Tue, 03 Nov 2015 10:39:46 +0100
22MAIL FROM: mail@cimem.hu
23250 OK
24RCPT TO: neutrino@gmail.com
25>>> using ACL "acl_check_rcpt"
26>>> processing "accept"
27>>> check hosts = :
28>>> host in ":"? no (end of list)
29>>> accept: condition test failed
30>>> processing "deny"
31>>> check local_parts = ^.*[@%!/|] : ^\\.
32>>> tamas.varga in "^.*[@%!/|] : ^\."? no (end of list)
33>>> deny: condition test failed
34>>> processing "accept"
35>>> check local_parts = postmaster:abuse:root:webmaster
36>>> neutrino in "postmaster:abuse:root:webmaster"? no (end of list)
37>>> accept: condition test failed
38>>> processing "accept"
39>>> check domains = @:localhost:$primary_hostname
40>>> gmail.com in "@:localhost:mail.serverem.hu"? no (end of list)
41>>> accept: condition test failed
42>>> processing "deny"
43>>> check condition = ${lookup mysql{select address from users where local_part = '$local_part' and domain = '$domain' and enabled = 'no'}{yes}{no}}
44>>> = no
45>>> deny: condition test failed
46>>> processing "deny"
47>>> check condition = ${lookup mysql{select address from users where local_part = '$sender_address_local_part' and domain = '$sender_address_domain' and enabled = 'no'}{yes}{no}}
48>>> = no
49>>> deny: condition test failed
50>>> processing "accept"
51>>> check recipients = ${lookup mysql{select distinct address from users where address = '$local_part@$domain' and domain = '$sender_address_domain'}}
52>>> neutrino@gmail.com in ""? no (end of list)
53>>> accept: condition test failed
54>>> processing "accept"
55>>> check domains = ${lookup mysql{select distinct domain from users where local_part='$sender_address_local_part' and domain='$sender_address_domain'}}
56>>> gmail.com in "cimem.hu"? no (end of list)
57>>> accept: condition test failed
58>>> processing "accept"
59>>> check condition = ${lookup mysql{select address from allowed_addresses where domain = '$sender_address_domain' and '$local_part@$domain' like replace(address,'*','%')}{yes}{no}}
60>>> = yes
61>>> accept: condition test succeeded
62250 Accepted
63DATA
64354 Enter message, ending with "." on a line by itself
65teszt message
66.
67>>> host in ignore_fromline_hosts? no (option unset)
68LOG: 1ZtY4g-000DlD-H3 <= mail@cimem.hu H=static.71.8.9.5.clients.your-server.de [5.9.8.71] P=smtp S=245
69250 OK id=1ZtY4g-000DlD-H3
70
71**** SMTP testing: that is not a real message id!