ubuntu - Postfix its installed but how do i test -


i tried read online test , cant email go out

telnet <ip> 25 ehlo mail from: <from-email> rcpt to: <recipient-email> data type message here. . <enter> => 

i tried , when type period nothing.....but postfix installed

to check whether postfix running or not

sudo postfix status 

if not running, start it.

sudo postfix start 

then telnet localhost port 25 test email id

ehlo localhost mail from: root@localhost rcpt to: your_email_id data subject: first mail on postfix  hi, there? regards, admin . 

do not forget . @ end, indicates end of line


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -