Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. ubuntu@ip-10-x-x-x:~$ sudo netstat -plnt
  2. sudo: unable to resolve host ip-10-0-4-32
  3. Active Internet connections (only servers)
  4. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  5. tcp 0 0 127.0.0.1:783 0.0.0.0:* LISTEN 1178/perl
  6. tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 3841/master
  7. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1078/sshd
  8. tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 3841/master
  9. tcp 0 0 127.0.0.1:10024 0.0.0.0:* LISTEN 1173/amavisd-new (m
  10. tcp 0 0 127.0.0.1:10025 0.0.0.0:* LISTEN 3841/master
  11. tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1127/mysqld
  12. tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 3841/master
  13. tcp6 0 0 :::110 :::* LISTEN 1854/couriertcpd
  14. tcp6 0 0 :::143 :::* LISTEN 4172/couriertcpd
  15. tcp6 0 0 ::1:783 :::* LISTEN 1178/perl
  16. tcp6 0 0 :::22 :::* LISTEN 1078/sshd
  17. tcp6 0 0 :::993 :::* LISTEN 4124/couriertcpd
  18. tcp6 0 0 :::995 :::* LISTEN 1883/couriertcpd
  19.  
  20. inet_interfaces = all
  21. inet_protocols = ipv4
  22.  
  23. SSLPORT=0.0.0.0.993
  24. SSLADDRESS=0.0.0.0
  25.  
  26. PORT=0.0.0.0.143
  27. ADDRESS=0.0.0.0
  28.  
  29. sudo /etc/init.d/courier-imap restart
  30. sudo /etc/init.d/courier-imap-ssl restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement