Advertisement
Guest User

Untitled

a guest
Feb 29th, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.10 KB | None | 0 0
  1. [18:43:45.78][47d00dbe] SMTP[NOTE]: Start connection to "ssl://server:465"
  2. [18:43:45.81][47d00dbe] PHP[NOTICE]: /var/www/clients/client1/web49/web/libraries/MailSo/Net/NetClient.php [line:221, code:2]
  3. [18:43:45.81][47d00dbe] PHP[NOTICE]: Error: fsockopen(): SSL operation failed with code 1. OpenSSL Error messages:
  4. error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
  5.  
  6. warning: TLS library problem: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca:s3_pkt.c:1293:SSL alert number
  7.  
  8. clean not work
  9.  
  10. CONNECTED(00000003)
  11. didn't found starttls in server response, try anyway...
  12. 140472865404560:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:s23_lib.c:184:
  13. ---
  14. no peer certificate available
  15. ---
  16. No client certificate CA names sent
  17. ---
  18. SSL handshake has read 0 bytes and written 330 bytes
  19. ---
  20. New, (NONE), Cipher is (NONE)
  21. Secure Renegotiation IS NOT supported
  22. Compression: NONE
  23. Expansion: NONE
  24.  
  25. # Debian specific: Specifying a file name will cause the first
  26. # line of that file to be used as the name. The Debian default
  27. # is /etc/mailname.
  28. #myorigin = /etc/mailname
  29.  
  30. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
  31. biff = no
  32.  
  33. # appending .domain is the MUA's job.
  34. append_dot_mydomain = no
  35.  
  36. # Uncomment the next line to generate "delayed mail" warnings
  37. #delay_warning_time = 4h
  38.  
  39. readme_directory = /usr/share/doc/postfix
  40.  
  41.  
  42.  
  43. smtpd_use_tls = yes
  44. smtpd_tls_auth_only = no
  45. smtpd_tls_key_file = /etc/ssl/private/mail.where-you.ru.key
  46. smtpd_tls_cert_file = /etc/ssl/certs/mail.where-you.ru.crt
  47. smtpd_tls_CAfile = /etc/postfix/tls/cacert2.pem
  48. tls_random_source = dev:/dev/urandom
  49.  
  50.  
  51. # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
  52. # information on enabling SSL in the smtp client.
  53.  
  54. #smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
  55. smtpd_relay_restrictions = permit_mynetworks,
  56. permit_sasl_authenticated,
  57. reject_unauth_destination
  58. myhostname = prj.where-you.ru
  59. alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
  60. alias_database = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
  61. myorigin = /etc/mailname
  62. #mydestination = prj.where-you.ru, localhost, localhost.localdomain, mail.came.space, came.space
  63. relayhost =
  64. mynetworks = 127.0.0.0/8, 192.168.14.0/24, 85.237.50.133, 95.83.78.65, localhost
  65. mailbox_command = procmail -a "$EXTENSION"
  66. mailbox_size_limit = 0
  67. recipient_delimiter = +
  68. inet_interfaces = all
  69. html_directory = /usr/share/doc/postfix/html
  70. virtual_alias_domains =
  71. virtual_alias_maps = hash:/var/lib/mailman/data/virtual-mailman, proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, proxy:mysql:/etc/postfix/mysql-virtual_email2email.cf
  72. virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
  73. virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
  74. virtual_mailbox_base = /var/vmail
  75. virtual_uid_maps = static:5000
  76. virtual_gid_maps = static:5000
  77. inet_protocols = all
  78. smtpd_sasl_auth_enable = yes
  79. broken_sasl_auth_clients = yes
  80. smtpd_sasl_authenticated_header = yes
  81. smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, check_recipient_access mysql:/etc/postfix/mysql-virtual_recipient.cf
  82. #smtpd_tls_security_level = may
  83. transport_maps = hash:/var/lib/mailman/data/transport-mailman, proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
  84. relay_domains = mysql:/etc/postfix/mysql-virtual_relaydomains.cf
  85. relay_recipient_maps = mysql:/etc/postfix/mysql-virtual_relayrecipientmaps.cf
  86. proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks
  87. smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql-virtual_sender.cf
  88. smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql-virtual_client.cf
  89. smtpd_client_message_rate_limit = 100
  90. maildrop_destination_concurrency_limit = 1
  91. maildrop_destination_recipient_limit = 1
  92. virtual_transport = dovecot
  93. header_checks = regexp:/etc/postfix/header_checks
  94. mime_header_checks = regexp:/etc/postfix/mime_header_checks
  95. nested_header_checks = regexp:/etc/postfix/nested_header_checks
  96. body_checks = regexp:/etc/postfix/body_checks
  97. owner_request_special = no
  98. #smtp_tls_security_level = may
  99. #smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
  100. smtpd_tls_protocols = !SSLv2,!SSLv3
  101. smtp_tls_protocols = !SSLv2,!SSLv3
  102. smtp_tls_mandatory_protocols = !SSLv2,!SSLv3, !TLSv1, !TLSv1.1
  103. dovecot_destination_recipient_limit = 1
  104. smtpd_sasl_type = dovecot
  105. smtpd_sasl_path = private/auth
  106. content_filter = amavis:[127.0.0.1]:10024
  107. receive_override_options = no_address_mappings
  108. message_size_limit = 0
  109.  
  110. # Postfix master process configuration file. For details on the format
  111. # of the file, see the master(5) manual page (command: "man 5 master" or
  112. # on-line: http://www.postfix.org/master.5.html).
  113. #
  114. # Do not forget to execute "postfix reload" after editing this file.
  115. #
  116. # ==========================================================================
  117. # service type private unpriv chroot wakeup maxproc command + args
  118. # (yes) (yes) (yes) (never) (100)
  119. # ==========================================================================
  120. smtp inet n - - - - smtpd
  121. smtp inet n - - - 1 postscreen
  122. #smtpd pass - - - - - smtpd
  123. #dnsblog unix - - - - 0 dnsblog
  124. #tlsproxy unix - - - - 0 tlsproxy
  125. submission inet n - n - - smtpd
  126. -o smtpd_sasl_auth_enable=yes
  127. -o smtpd_tls_auth_only=yes
  128. -o smtpd_client_restrictions=permit_sasl_authenticated,reject_unauth_destination,reject
  129. -o smtpd_sasl_security_options=noanonymous,noplaintext
  130. -o smtpd_sasl_tls_security_options=noanonymous
  131.  
  132. smtps inet n - - - - smtpd
  133. -o smtpd_tls_wrappermode=yes
  134. -o smtpd_sasl_auth_enable=yes
  135. -o smtpd_tls_auth_only=yes
  136. -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  137. -o smtpd_sasl_security_options=noanonymous,noplaintext
  138. -o smtpd_sasl_tls_security_options=noanonymous
  139. #628 inet n - - - - qmqpd
  140. pickup unix n - - 60 1 pickup
  141. cleanup unix n - - - 0 cleanup
  142. qmgr unix n - n 300 1 qmgr
  143. #qmgr unix n - n 300 1 oqmgr
  144. tlsmgr unix - - - 1000? 1 tlsmgr
  145. rewrite unix - - - - - trivial-rewrite
  146. bounce unix - - - - 0 bounce
  147. defer unix - - - - 0 bounce
  148. trace unix - - - - 0 bounce
  149. verify unix - - - - 1 verify
  150. flush unix n - - 1000? 0 flush
  151. proxymap unix - - n - - proxymap
  152. proxywrite unix - - n - 1 proxymap
  153. smtp unix - - - - - smtp
  154. relay unix - - - - - smtp
  155. # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  156. showq unix n - - - - showq
  157. error unix - - - - - error
  158. retry unix - - - - - error
  159. discard unix - - - - - discard
  160. local unix - n n - - local
  161. virtual unix - n n - - virtual
  162. lmtp unix - - - - - lmtp
  163. anvil unix - - - - 1 anvil
  164. scache unix - - - - 1 scache
  165. #
  166. # ====================================================================
  167. # Interfaces to non-Postfix software. Be sure to examine the manual
  168. # pages of the non-Postfix software to find out what options it wants.
  169. #
  170. # Many of the following services use the Postfix pipe(8) delivery
  171. # agent. See the pipe(8) man page for information about ${recipient}
  172. # and other message envelope options.
  173. # ====================================================================
  174. #
  175. # maildrop. See the Postfix MAILDROP_README file for details.
  176. # Also specify in main.cf: maildrop_destination_recipient_limit=1
  177. #
  178. #maildrop unix - n n - - pipe
  179. # flags=DRhu user=vmail argv=/usr/bin/maildrop -d vmail ${extension} ${recipient} ${user} ${nexthop} ${sender}
  180. #
  181. # ====================================================================
  182. #
  183. # Recent Cyrus versions can use the existing "lmtp" master.cf entry.
  184. #
  185. # Specify in cyrus.conf:
  186. # lmtp cmd="lmtpd -a" listen="localhost:lmtp" proto=tcp4
  187. #
  188. # Specify in main.cf one or more of the following:
  189. # mailbox_transport = lmtp:inet:localhost
  190. # virtual_transport = lmtp:inet:localhost
  191. #
  192. # ====================================================================
  193. #
  194. # Cyrus 2.1.5 (Amos Gouaux)
  195. # Also specify in main.cf: cyrus_destination_recipient_limit=1
  196. #
  197. #cyrus unix - n n - - pipe
  198. # user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
  199. #
  200. # ====================================================================
  201. # Old example of delivery via Cyrus.
  202. #
  203. #old-cyrus unix - n n - - pipe
  204. # flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
  205. #
  206. # ====================================================================
  207. #
  208. # See the Postfix UUCP_README file for configuration details.
  209. #
  210. uucp unix - n n - - pipe
  211. flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  212. #
  213. # Other external delivery methods.
  214. #
  215. ifmail unix - n n - - pipe
  216. flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  217. bsmtp unix - n n - - pipe
  218. flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  219. scalemail-backend unix - n n - 2 pipe
  220. flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  221. mailman unix - n n - - pipe
  222. flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  223. ${nexthop} ${user}
  224.  
  225. dovecot unix - n n - - pipe
  226. flags=DROhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop}
  227. amavis unix - - - - 2 smtp
  228. -o smtp_data_done_timeout=1200
  229. -o smtp_send_xforward_command=yes
  230.  
  231. 127.0.0.1:10025 inet n - - - - smtpd
  232. -o content_filter=
  233. -o local_recipient_maps=
  234. -o relay_recipient_maps=
  235. -o smtpd_restriction_classes=
  236. -o smtpd_client_restrictions=
  237. -o smtpd_helo_restrictions=
  238. -o smtpd_sender_restrictions=
  239. -o smtpd_recipient_restrictions=permit_mynetworks,reject
  240. -o mynetworks=127.0.0.0/8
  241. -o strict_rfc821_envelopes=yes
  242. -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement