I will try the suggestions so far.
I have no idea at the moment how to generate an email on this new server. In addition, it is not my email choice, but whichever one vBulletin is using. We have no intention of using this machine for serving mail.
Our domain is nawcc.org, however the vBulletin site is mb.nawcc.org. The mx record for nawcc.org points to an exchange server. All I want from the mail services on the whm/cpanel machine is to send out the mail generated by vBulletin and other applications. It would be nice to support the email integration mod, but we have another facility that performs a very similar mail reflector service, so I could do without that.
I have full root access to this machine, but I did not install the whm/cpanel. I did create the mb.nawcc.org domain on the machine and copied the vBulletin to it. I was a PDP-8/PDP-11/VAX developer for Digital Equipment years ago but I am very rusty with unix/linux. I spend a lot of time with --help.
There is currently no mx entry to mb.nawcc.org, only for nawcc.org.
--------------- Added [DATE]1255702892[/DATE] at [TIME]1255702892[/TIME] ---------------
The tail of exim_mai.nlog is shown below. There are lots of entries and several .gz files also, so it looks like vBulletin is trying to send out mails, but is not succeeding because the network does not believe it is authorized.
I would guess this is related to the missing mx record.
This was working just fine on our dedicated server at WestHost where they set up the server for us. We are mostly on our own with the colocation server.
Quote:
2009-10-16 10:05:20 1MynQj-0001st-Nc SMTP error from remote mail server after end of data: host b.mx.mail.yahoo.com [66.196.82.7]: 451 Message temporarily deferred - [160]
2009-10-16 10:05:20 1MynQj-0001st-Nc == xxxxxxxxxxx@xxxx R=lookuphost T=remote_smtp defer (-46): SMTP error from remote mail server after end of data: host b.mx.mail.yahoo.com [66.196.82.7]: 451 Message temporarily deferred - [160]
2009-10-16 10:05:20 1MynQj-0001t7-Rw ** xxxxxxxxxx@xxxxx R=lookuphost T=remote_smtp: SMTP error from remote mail server after MAIL FROM:<nobody@centos-5.3> SIZE=2445: host mx2.comcast.net [76.96.30.116]: 550 5.1.0 Invalid sender domain
2009-10-16 10:05:20 1MynQm-0001uI-QM <= <> R=1MynQj-0001t7-Rw U=mailnull P=local S=2314
2009-10-16 10:05:20 1MynQj-0001t7-Rw Completed
2009-10-16 10:05:20 1MynQm-0001uI-QM ** nobody@centos-5.3 R=fail_remote_domains: The mail server could not deliver mail to nobody@centos-5.3. The account or domain may not exist, they may be blacklisted, or missing the proper dns entries.
2009-10-16 10:05:20 1MynQm-0001uI-QM Frozen (delivery error message)
2009-10-16 10:05:21 1MynQj-0001t2-Q3 SMTP error from remote mail server after end of data: host mx1.rog.mail.yahoo.com [69.147.95.19]: 451 Message temporarily deferred - [160]
|
--------------- Added [DATE]1255703505[/DATE] at [TIME]1255703505[/TIME] ---------------
Here is the tail from the maillog file.
Quote:
Oct 16 10:24:24 centos-5 spamd[32345]: auto-whitelist: open of auto-whitelist file failed: locker: safe_lock: cannot create tmp lockfile /.spamassassin/auto-whitelist.lock.centos-5.3.32345 for /.spamassassin/auto-whitelist.lock: Permission denied
Oct 16 10:24:24 centos-5 spamd[32345]: spamd: identified spam (1000.0/5.0) for root:99 in 0.0 seconds, 834 bytes.
Oct 16 10:24:24 centos-5 spamd[32345]: spamd: result: Y 999 - GTUBE,NO_RECEIVED,NO_RELAYS scantime=0.0,size=834,user=root,uid=99,required_sc ore=5.0,rhost=localhost,raddr=127.0.0.1,rport=4293 0,mid=<GTUBE1.1010101@example.net>,autolearn=no,sh ortcircuit=no
Oct 16 10:24:24 centos-5 spamd[32324]: prefork: child states: I
Oct 16 10:24:24 centos-5 pop3d: Connection, ip=[::ffff:127.0.0.1]
Oct 16 10:24:24 centos-5 pop3d: LOGOUT, ip=[::ffff:127.0.0.1]
Oct 16 10:24:24 centos-5 pop3d: Disconnected, ip=[::ffff:127.0.0.1]
Oct 16 10:24:24 centos-5 imapd: Connection, ip=[::ffff:127.0.0.1]
Oct 16 10:24:35 centos-5 imapd: LOGIN, user=cpanel@localhost, ip=[::ffff:127.0.0.1], port=[50472], protocol=IMAP
Oct 16 10:24:35 centos-5 imapd: LOGOUT, user=cpanel@localhost, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=12, sent=86, time=0
|