Wietse Venema: > > and restarted postfix. However, I'm now getting "(connect to > > 127.0.0.1[127.0.0.1]:10024: Connection refused)". I did a grep in the > > logs and the output was "Feb 27 09:48:17 server postfix/smtp[11674]: > > 3C361768793: to=<to...@ozses.net>, relay=127.0.0.1[127.0.0.1]:10024, > > delay=0.04, delays=0.03/0.01/0/0, dsn=4.4.2, status=deferred (lost > > connection with 127.0.0.1[127.0.0.1] while receiving the initial server > > greeting)"
You have a service on 127.0.0.1 port 10024 that isn't receiving mail as it should. If that is not a Postfix service, then my trouble shooting egrep pattern will not apply. Wietse