![]() |
V1.2.6.7 - Sendmail problems - Printable Version +- Community Support for OpenDocMan (Deprecated) (https://forum.opendocman.com) +-- Forum: OpenDocMan Community Discussion (https://forum.opendocman.com/forum-5.html) +--- Forum: OpenDocMan Support - Community Based (https://forum.opendocman.com/forum-6.html) +--- Thread: V1.2.6.7 - Sendmail problems (/thread-644.html) |
V1.2.6.7 - Sendmail problems - pvirzintas - 09-22-2013 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 Re: V1.2.6.7 - Sendmail problems - fugazi - 09-26-2013 Looks like it thinks the user to=<petras.v[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 |