Guest User

Untitled

a guest
Mar 20th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. telnet 87.106.xxx.xxx 25
  2.  
  3. Trying 87.106.xxx.xxx...
  4. telnet: Unable to connect to remote host: Connection refused
  5.  
  6. sudo netstat -plntu
  7.  
  8. tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 9518/sendmail: MTA:
  9.  
  10. Package sendmail is not installed, so not removed
  11. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  12.  
  13. apt-get purge sendmail-bin sendmail-base opensmtpd
  14.  
  15. [root@wcmisdlin02 ~]# grep ^inet_interfaces /etc/postfix/main.cf
  16. inet_interfaces = all
  17. [root@wcmisdlin02 ~]#
  18.  
  19. # grep -E '^DAEMON_OPTIONS.*Addr' /etc/mail/sendmail.mc
  20. DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
  21. #
Add Comment
Please, Sign In to add comment