Results 1 to 2 of 2
I recently installed postfix on a redhat 9.0 server. i am having problems when i telnet to the box and try to send an email through the commands
telnet <IP> ...
- 06-15-2005 #1Just Joined!
- Join Date
- Jun 2005
- Posts
- 5
Postfix problem
I recently installed postfix on a redhat 9.0 server. i am having problems when i telnet to the box and try to send an email through the commands
telnet <IP> 25
EHLO
MAIL FROM: <from-email>
RCPT TO: <recipient-email>
DATA
Type message here.
.
it never responds and just sits there, can anyone help with this, greatly appreciated.
- 06-17-2005 #2Just Joined!
- Join Date
- Apr 2005
- Posts
- 62
try to check maillog on attemp to do that.. #tail -f /var/log/maillog it will at least give you a clue on what had happened


Reply With Quote