Miguel wrote:
I downloaded an "E-mail Server" software for linux called eXtremail, i've
installed it but i cant get it to start (the daemon) the instructions say to
type "smtpd start" in the command prompt but it gives me this error
"bash: smtpd: command not found" ive tried going in to the directory in wich
the file is located but its not helping much....it still give me the same
error.
Chances are it is in either /usr/local/bin or /usr/local/sbin, so you
may want to
try:
/usr/local/bin/smtpd start
or
/usr/local/sbin/smtpd start
Note though, that sendmail, postfix and qmail are more popular smtp servers.
--Ray