Results 1 to 2 of 2
I telnetted to the Redhat server through port 25 and i connect but i want to know the commands to send mail from the session. Its postfix.
Thanks...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-14-2005 #1Just Joined!
- Join Date
- Jun 2005
- Posts
- 5
How to test Postfix
I telnetted to the Redhat server through port 25 and i connect but i want to know the commands to send mail from the session. Its postfix.
Thanks
- 06-14-2005 #2
You can use telnet:
To get out of DATA, you put a . on a line by itself then hit enter. You should get a 250 OK at the end.Code:telnet <IP> 25 EHLO MAIL FROM: <from-email> RCPT TO: <recipient-email> DATA Type message here. .
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy


Reply With Quote
