Advertisement
Guest User

Untitled

a guest
Jul 4th, 2017
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.36 KB | None | 0 0
  1. auth_advertise_hosts = *
  2.  
  3.  
  4. acl_check_rcpt:
  5.  
  6. accept hosts = :
  7.  
  8. accept hosts = +relay_from_hosts
  9. set acl_m3 = goodmail
  10.  
  11.  
  12. accept authenticated = *
  13. set acl_m3 = goodmail
  14. control = submission
  15.  
  16.  
  17.  
  18. begin authenticators
  19.  
  20. PLAIN:
  21. driver = plaintext
  22. public_name = PLAIN
  23. server_set_id = $auth2
  24. server_prompts = :
  25. server_condition = ${if saslauthd{{$auth2}{$auth3}} {1}{0}}
  26. #server_condition = ${if saslauthd{{$2}{$3}{smtp}} {1}}
  27. server_advertise_condition = yes
  28.  
  29. # LOGIN authentication has traditional prompts and responses. There is no
  30. # authorization ID in this mechanism, so unlike PLAIN the username and
  31. # password are $auth1 and $auth2. Apart from that you can use the same
  32. # server_condition setting for both authenticators.
  33.  
  34. LOGIN:
  35. driver = plaintext
  36. server_set_id = $auth1
  37. server_prompts = <| Username: | Password:
  38. server_condition = ${if saslauthd{{$1}{$2}{smtp}} {1}}
  39. # server_advertise_condition = ${if def:tls_cipher }
  40.  
  41. % lsb_release -a
  42. No LSB modules are available.
  43. Distributor ID: Ubuntu
  44. Description: Ubuntu 14.04.5 LTS
  45. Release: 14.04
  46. Codename: trusty
  47.  
  48. root@example 10.10.10.10 /var/log/exim % exim -d -bh 10.10.10.10
  49. Exim version 4.82 uid=0 gid=0 pid=3136 D=fbb95cfd
  50. Berkeley DB: Berkeley DB 5.3.28: (September 9, 2013)
  51. Support for: crypteq iconv() IPv6 PAM Perl Expand_dlfunc GnuTLS move_frozen_messages Content_Scanning DKIM Old_Demime
  52. Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmjz dbmnz dnsdb dsearch ldap ldapdn ldapm mysql nis nis0 passwd pgsql sqlite
  53. Authenticators: cram_md5 cyrus_sasl dovecot plaintext spa
  54. Routers: accept dnslookup ipliteral iplookup manualroute queryprogram redirect
  55. Transports: appendfile/maildir/mailstore/mbx autoreply lmtp pipe smtp
  56. Fixed never_users: 0
  57. Size of off_t: 8
  58. Compiler: GCC [4.8.4]
  59. Library version: GnuTLS: Compile: 2.12.23
  60. Runtime: 2.12.23
  61. Library version: Cyrus SASL: Compile: 2.1.25
  62. Runtime: 2.1.25 [Cyrus SASL]
  63. Library version: PCRE: Compile: 8.31
  64. Runtime: 8.31 2012-07-06
  65. Total 19 lookups
  66. Library version: MySQL: Compile: 5.5.55 [(Ubuntu)]
  67. Runtime: 5.5.55
  68. Library version: SQLite: Compile: 3.8.2
  69. Runtime: 3.8.2
  70. WHITELIST_D_MACROS: "OUTGOING"
  71. TRUSTED_CONFIG_LIST: "/etc/exim4/trusted_configs"
  72. changed uid/gid: forcing real = effective
  73. uid=0 gid=0 pid=3136
  74. auxiliary group list: <none>
  75. seeking password data for user "uucp": cache not available
  76. getpwnam() succeeded uid=10 gid=10
  77. changed uid/gid: calling tls_validate_require_cipher
  78. uid=105 gid=112 pid=3137
  79. auxiliary group list: <none>
  80. tls_validate_require_cipher child 3137 ended: status=0x0
  81. LOG: MAIN
  82. Warning: purging the environment.
  83. Suggested action: use keep_environment.
  84. configuration file is /var/lib/exim4/config.autogenerated
  85. log selectors = 00000ffc 00632001
  86. trusted user
  87. admin user
  88. changed uid/gid: privilege not needed
  89. uid=105 gid=112 pid=3136
  90. auxiliary group list: 45 112
  91. seeking password data for user "mail": cache not available
  92. getpwnam() succeeded uid=8 gid=8
  93. user name "root" extracted from gecos field "root"
  94. originator: uid=0 gid=0 login=root name=root
  95. sender address = root@example
  96. sender_fullhost = [10.10.10.10]
  97. sender_rcvhost = [10.10.10.10]
  98.  
  99. **** SMTP testing session as if from host 10.10.10.10
  100. **** but without any ident (RFC 1413) callback.
  101. **** This is not for real!
  102.  
  103. host in hosts_connection_nolog? no (option unset)
  104. LOG: smtp_connection MAIN
  105. SMTP connection from [10.10.10.10]
  106. host in host_lookup? yes (matched "*")
  107. looking up host name for 10.10.10.10
  108. DNS lookup of 156.108.213.91.in-addr.arpa (PTR) gave HOST_NOT_FOUND
  109. returning DNS_NOMATCH
  110. IP address lookup using gethostbyaddr()
  111. IP address lookup yielded example
  112. alias sea
  113. gethostbyname2(af=inet6) returned 1 (HOST_NOT_FOUND)
  114. gethostbyname2 looked up these IP addresses:
  115. name=example address=10.10.10.10
  116. checking addresses for example
  117. 10.10.10.10 OK
  118. gethostbyname2(af=inet6) returned 1 (HOST_NOT_FOUND)
  119. gethostbyname2 looked up these IP addresses:
  120. name=example address=10.10.10.10
  121. checking addresses for sea
  122. 10.10.10.10 OK
  123. sender_fullhost = example [10.10.10.10]
  124. sender_rcvhost = example ([10.10.10.10])
  125. set_process_info: 3136 handling incoming connection from example [10.10.10.10]
  126. host in host_reject_connection? no (option unset)
  127. host in sender_unqualified_hosts? no (option unset)
  128. host in recipient_unqualified_hosts? no (option unset)
  129. host in helo_verify_hosts? no (option unset)
  130. host in helo_try_verify_hosts? no (option unset)
  131. host in helo_accept_junk_hosts? no (option unset)
  132. SMTP>> 220 example ESMTP Exim 4.82 Ubuntu Tue, 04 Jul 2017 12:10:08 +0200
  133. 220 example ESMTP Exim 4.82 Ubuntu Tue, 04 Jul 2017 12:10:08 +0200
  134. smtp_setup_msg entered
  135. ehlo o
  136. SMTP<< ehlo o
  137. sender_fullhost = example (o) [10.10.10.10]
  138. sender_rcvhost = example ([10.10.10.10] helo=o)
  139. set_process_info: 3136 handling incoming connection from example (o) [10.10.10.10]
  140. host in pipelining_advertise_hosts? yes (matched "*")
  141. host in auth_advertise_hosts? yes (matched "*")
  142. host in tls_advertise_hosts? no (option unset)
  143. 250-example Hello example [10.10.10.10]
  144. 250-SIZE 52428800
  145. 250-8BITMIME
  146. 250-PIPELINING
  147. 250 HELP
  148. SMTP>> 250-example Hello example [10.10.10.10]
  149. 250-SIZE 52428800
  150. 250-8BITMIME
  151. 250-PIPELINING
  152. 250 HELP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement