RE: sendmail configuration

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> to check use the below command
>
> # netstat -an | grep smtp

The -n option to netstat will make that grep useless, since it shows the numerical information.

% netstat -atn | grep 25
tcp        0      0 0.0.0.0:25                  0.0.0.0:*                   LISTEN

% netstat -at | grep smtp
tcp        0      0 *:smtp                      *:*                         LISTEN

-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux