Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. ##### SERVER #####
  2. IP-address (as per hostname): ***.***.***.***
  3. [WARN] could not determine server's ip address by ifconfig
  4. [INFO] ISPConfig is installed.
  5.  
  6. ##### ISPCONFIG #####
  7. ISPConfig version is 3.1.11
  8.  
  9.  
  10. ##### VERSION CHECK #####
  11.  
  12. [INFO] php (cli) version is 7.0.27-0+deb9u1
  13.  
  14. ##### PORT CHECK #####
  15.  
  16.  
  17. ##### MAIL SERVER CHECK #####
  18.  
  19.  
  20. ##### RUNNING SERVER PROCESSES #####
  21.  
  22. [INFO] I found the following web server(s):
  23. Apache 2 (PID 30594)
  24. [INFO] I found the following mail server(s):
  25. Postfix (PID 29571)
  26. [INFO] I found the following pop3 server(s):
  27. Dovecot (PID 30439)
  28. [INFO] I found the following imap server(s):
  29. Dovecot (PID 30439)
  30. [INFO] I found the following ftp server(s):
  31. PureFTP (PID 30689)
  32.  
  33. ##### LISTENING PORTS #####
  34. (only ()
  35. Local (Address)
  36. [localhost]:10026 (30326/amavisd-new)
  37. [localhost]:10027 (29571/master)
  38. [anywhere]:587 (29571/master)
  39. [localhost]:11211 (22541/memcached)
  40. [anywhere]:110 (30439/dovecot)
  41. [anywhere]:143 (30439/dovecot)
  42. [anywhere]:111 (269/rpcbind)
  43. [anywhere]:465 (29571/master)
  44. [anywhere]:21 (30689/pure-ftpd)
  45. [anywhere]:22 (14678/sshd)
  46. [anywhere]:25 (29571/master)
  47. [anywhere]:993 (30439/dovecot)
  48. [anywhere]:995 (30439/dovecot)
  49. [localhost]:10023 (17488/postgrey)
  50. [localhost]:10024 (30326/amavisd-new)
  51. [localhost]:10025 (29571/master)
  52. *:*:*:*::*:10026 (30326/amavisd-new)
  53. *:*:*:*::*:3306 (29185/mysqld)
  54. *:*:*:*::*:587 (29571/master)
  55. [localhost]10 (30439/dovecot)
  56. [localhost]43 (30439/dovecot)
  57. [localhost]11 (269/rpcbind)
  58. *:*:*:*::*:80 (30594/apache2)
  59. *:*:*:*::*:8080 (30594/apache2)
  60. *:*:*:*::*:465 (29571/master)
  61. *:*:*:*::*:8081 (30594/apache2)
  62. *:*:*:*::*:21 (30689/pure-ftpd)
  63. *:*:*:*::*:22 (14678/sshd)
  64. *:*:*:*::*:25 (29571/master)
  65. *:*:*:*::*:443 (30594/apache2)
  66. *:*:*:*::*:993 (30439/dovecot)
  67. *:*:*:*::*:995 (30439/dovecot)
  68. *:*:*:*::*:10024 (30326/amavisd-new)
  69.  
  70.  
  71. ##### IPTABLES #####
  72. Chain INPUT (policy ACCEPT)
  73. target prot opt source destination
  74. f2b-postfix-sasl tcp -- [anywhere]/0 [anywhere]/0 multiport dports 25
  75. f2b-dovecot tcp -- [anywhere]/0 [anywhere]/0 multiport dports 110,995,143,993,587,465,4190
  76. f2b-pure-ftpd tcp -- [anywhere]/0 [anywhere]/0 multiport dports 21
  77. f2b-sshd tcp -- [anywhere]/0 [anywhere]/0 multiport dports 22
  78.  
  79. Chain FORWARD (policy ACCEPT)
  80. target prot opt source destination
  81.  
  82. Chain OUTPUT (policy ACCEPT)
  83. target prot opt source destination
  84.  
  85. Chain f2b-dovecot (1 references)
  86. target prot opt source destination
  87. RETURN all -- [anywhere]/0 [anywhere]/0
  88.  
  89. Chain f2b-postfix-sasl (1 references)
  90. target prot opt source destination
  91. RETURN all -- [anywhere]/0 [anywhere]/0
  92.  
  93. Chain f2b-pure-ftpd (1 references)
  94. target prot opt source destination
  95. RETURN all -- [anywhere]/0 [anywhere]/0
  96.  
  97. Chain f2b-sshd (1 references)
  98. target prot opt source destination
  99. REJECT all -- ***.***.***.*** [anywhere]/0 reject-with icmp-port-unreachable
  100. RETURN all -- [anywhere]/0 [anywhere]/0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement