On Sat, Dec 16, 2000 at 09:36:53AM -0500, A R wrote: ... > [EMAIL PROTECTED]:~$ telnet localhost smtp > Trying 127.0.0.1... > telnet: Unable to connect to remote host: Connection refused > [EMAIL PROTECTED]:~$
okee, this probably means that your /etc/inetd.conf got hoosed, unless you are running exim in daemon mode. Somewhere you need to find lines like: #:MAIL: Mail, news and uucp services. smtp stream tcp nowait mail /usr/sbin/exim exim -bs if that smtp line is missing, add it, do as root "/etc/init.d/inetd reload" and try again. -- groetjes, carel