Community Support for OpenDocMan (Deprecated)

Full Version: V1.2.6.7 - Sendmail problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Email in OpenDocMan currently doesn't work yet WordPress (on the same server - same php.ini) works fine.

In the Ubuntu mail.log are the following lines:

Sep 23 12:32:05 server sm-mta[24145]: r8N2W5d4024145: from=<[email protected]>, size=783, class=0, nrcpts=1, msgid=<[email protected]>, proto=ESMTP, daemon=MTA-v4, relay=localhost [127.0.0.1]
Sep 23 12:32:05 server sendmail[24144]: r8N2W5kS024144: <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->, delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30444, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (r8N2W5d4024145 Message accepted for delivery)
Sep 23 12:32:05 server sm-mta[24147]: r8N2W5d4024145: to=<[email protected]>, delay=00:00:00, xdelay=00:00:00, mailer=esmtp, pri=120783, relay=ac.edu.au. [10.0.0.8], dsn=4.0.0, stat=Deferred: Connection refused by ac.edu.au.

10.0.0.8 is our proxy server.

Any ideas?
Petras
Looks like it thinks the user to=<[email protected]> is located on relay=ac.edu.au. [10.0.0.8]

So MX for ac.edu.au must point to 10.0.0.8 my guess

unless you have something like ac.edu.ac in the DS in sendmail.cf file