I have postfix email server on Ubuntu 11.04 version. I upgraded installed packages using the following command
sudo aptitude update && sudo aptitude safe-upgrade
Once I update those packages, I couldn't connect my email from my client machine. So I tested my postfix server using telnet.
telnet mail.mydomain.com 25
I got the following result for the above command.
Trying 127.0.0.1...
Connected to mail.mydomain.com.
Escape character is '^]'.
I am very new to this postfix server. I couldn't understand whether my postfix server corrupted or not? Why I couldn't connect my email after updating the packages?