grandsatrap
July 24th, 2008, 08:41 PM
I am trying to install Postfix. All I need is to be able to send email out from my Ubuntu computer. My computer is behind a router and an ADSL modem. My Windows computers have no trouble sending an receiving email.
I tried following
https://help.ubuntu.com/community/Postfix but it has all sorts of SASL and TLS stuff that I don't know what it is and surely don't need.
I am now trying to follow http://flurdy.com/docs/postfix/index.html#config-simple-mta
Here is what I have:
1. ps -ef | grep postfix
root 13052 1 0 Jul06 ? 00:00:00 /usr/lib/postfix/master
postfix 23626 13052 0 20:17 ? 00:00:00 pickup -l -t fifo -u -c
postfix 23627 13052 0 20:17 ? 00:00:00 qmgr -l -t fifo -u
satrap 23709 23535 0 20:26 pts/0 00:00:00 grep postfix
2. telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
** NOTE: Postfix seems to be running from PS -EF, but nothing shows up when I do the TELNET LOCALHOST 25.
Please help.
I tried following
https://help.ubuntu.com/community/Postfix but it has all sorts of SASL and TLS stuff that I don't know what it is and surely don't need.
I am now trying to follow http://flurdy.com/docs/postfix/index.html#config-simple-mta
Here is what I have:
1. ps -ef | grep postfix
root 13052 1 0 Jul06 ? 00:00:00 /usr/lib/postfix/master
postfix 23626 13052 0 20:17 ? 00:00:00 pickup -l -t fifo -u -c
postfix 23627 13052 0 20:17 ? 00:00:00 qmgr -l -t fifo -u
satrap 23709 23535 0 20:26 pts/0 00:00:00 grep postfix
2. telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
** NOTE: Postfix seems to be running from PS -EF, but nothing shows up when I do the TELNET LOCALHOST 25.
Please help.