smtp issues
Posted: Fri Aug 08, 2008 2:18 pm
I have installed postfix and configured it.
Above is the result of telneting the port. however ping mail.mysite.com is not working and i am still not able to send any mails yet.
What can be done/
Code: Select all
debian:/etc/postfix# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
220 mail.mysite.org ESMTP Postfix (Debian/GNU)
ehlo localhost
250-mail.mysite.org
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
What can be done/