Quantcast
Channel: Guides – netstat -an | grep -i listen
Viewing all articles
Browse latest Browse all 14

Test if local SMTP server is running

$
0
0
free tools

To test if a local SMTP server is running, you can try to ping the port 25 $ echo -e “quit” | nc localhost 25 $ echo -e “quit” | nc localhost 25 Related PostsHow do I test PHP SMTP functionality?How to Send email direct from linux terminalAdding new users to MySQL DatabasesRegex Character Definitions [...]

free tools


Viewing all articles
Browse latest Browse all 14

Trending Articles