R.Bucky
December 2nd, 2008, 07:40 AM
I have installed about a dozen Ubuntu servers thus far. So far, this is the only install where sendmail is causing problems. Any internal system email from Wordpress or one of my sendmail scripts sits and spins for about 2 minutes and then tells me it sent ok. But, i never receive the mail. Here is the output from
telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 markserver ESMTP Sendmail 8.14.1/8.14.1/Debian-8ubuntu1; Mon, 1 Dec 2008 22:36:55 -0800; (No UCE/UBE) logging access from: localhost(OK)-localhost [127.0.0.1]
Here is the output from my mail.log
Dec 1 22:36:14 markserver sm-mta[4811]: mAO2tx04010773: to=<user@example.com>, ctladdr=<www-data@buckyspalace.net> (33/33), delay=8+03:40:15, xdelay=00:10:18, mailer=esmtp, pri=32250365, relay=example.com. [208.77.188.166], dsn=4.0.0, stat=Deferred: Connection timed out with example.com.
Dec 1 22:36:14 markserver sm-mta[4811]: mAO2tx04010773: mB26PuEl004811: sender notify: Cannot send message for 5 days
Dec 1 22:36:14 markserver sm-mta[4811]: mB26PuEl004811: to=<www-data@buckyspalace.net>, delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30000, dsn=2.0.0, stat=Sent
Does this make sense to anyone? I currently host my domain with Ubuntu 7.10. I have reinstalled a couple of time previous (my errors) with no problems from sendmail. It used to be as simple as sudo apt-get install sendmail. Now, I am baffled.
telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 markserver ESMTP Sendmail 8.14.1/8.14.1/Debian-8ubuntu1; Mon, 1 Dec 2008 22:36:55 -0800; (No UCE/UBE) logging access from: localhost(OK)-localhost [127.0.0.1]
Here is the output from my mail.log
Dec 1 22:36:14 markserver sm-mta[4811]: mAO2tx04010773: to=<user@example.com>, ctladdr=<www-data@buckyspalace.net> (33/33), delay=8+03:40:15, xdelay=00:10:18, mailer=esmtp, pri=32250365, relay=example.com. [208.77.188.166], dsn=4.0.0, stat=Deferred: Connection timed out with example.com.
Dec 1 22:36:14 markserver sm-mta[4811]: mAO2tx04010773: mB26PuEl004811: sender notify: Cannot send message for 5 days
Dec 1 22:36:14 markserver sm-mta[4811]: mB26PuEl004811: to=<www-data@buckyspalace.net>, delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30000, dsn=2.0.0, stat=Sent
Does this make sense to anyone? I currently host my domain with Ubuntu 7.10. I have reinstalled a couple of time previous (my errors) with no problems from sendmail. It used to be as simple as sudo apt-get install sendmail. Now, I am baffled.