Hi Kevin,
Thanks for responding to my post and for offering any help you can provide. I responded to some of your questions below:
Quote:
You provided no info to diagnose your DNS.
I'm not really sure how to diagnose my DNS thoroughly/properly. I used the "check" feature in the linode DNS admin panel and they all say "OK." Otherwise from observing how a few people have checked DNS in this email forum,
Here is the dig x my IP
Code:
; <<>> DiG 9.7.0-P1 <<>> -x XXX.XXX.XXX.XX
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 21095
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 5, ADDITIONAL: 0
;; QUESTION SECTION:
;XX.XXX.XXX.XXX.in-addr.arpa. IN PTR
;; ANSWER SECTION:
XX.XXX.XXX.XXX.in-addr.arpa. 86400 IN PTR myhost.mydomain.com.
;; AUTHORITY SECTION:
XXX.XXX.XXX.in-addr.arpa. 86400 IN NS ns1.linode.com.
XXX.XXX.XXX.in-addr.arpa. 86400 IN NS ns4.linode.com.
XXX.XXX.XXX.in-addr.arpa. 86400 IN NS ns5.linode.com.
XXX.XXX.XXX.in-addr.arpa. 86400 IN NS ns3.linode.com.
XXX.XXX.XXX.in-addr.arpa. 86400 IN NS ns2.linode.com.
;; Query time: 32 msec
;; SERVER: XX.XXX.XXX.X#XX(XX.XXX.XXX.4)
;; WHEN: Thu Jul 5 06:00:53 2012
;; MSG SIZE rcvd: 185
Linked below is a screenshot of what logwatch reports for Postfix here. If you need any more information let me know.
http://i136.photobucket.com/albums/q175 ... gwatch.jpgQuote:
7) I said: I tried to set up logrotate to send mail but it didn't recognize the "mail command" so I gave up.
You said: No info provided on how you tried to set it up.
I added a "mail" command to the stanza in my "allwebsites" file in the logrotate.d folder, just like below:
Code:
/home/username/pathtomywordpresslogs/*/log/*log
{
rotate 5
daily
compress
delaycompress
sharedscripts
postrotate
mail me@myemailaddress.com
/etc/init.d/nginx restart
endscript
}
Doing a test verbose (vfd?) logrotate run gives me an "unexpected text" error. No logs have ever been sent to me.
Quote:
I said: If you want to see the mail.info log for the past day or so, here's a pastebin link...
You said: Obfuscated Data... If you can't figure it out, provide real data.
Here is a look at it without the redacted IPs. The members.linode IP is not my server IP. My server IP is very different from this.
A small sample of it is here:
Code:
Jul 5 09:00:49 myhost postfix/qmgr[2247]: E6673633C5: from=<>, size=3003, nrcpt=1 (queue active)
Jul 5 09:00:49 myhost postfix/smtp[4263]: connect to members.linode.com[67.18.186.61]:25: Connection refused
Jul 5 09:00:49 myhost postfix/smtp[4264]: connect to members.linode.com[67.18.186.61]:25: Connection refused
Jul 5 09:00:49 myhost postfix/smtp[4263]: CECFC633F6: to=<root@members.linode.com>, relay=none, delay=267101, delays=267101/0.3/0.05/0, dsn=4.4.1, status=deferred (connect to members.linode.com[67.18.186.61]:25: Connection refused)
Jul 5 09:00:49 myhost postfix/smtp[4264]: AC8D8633EC: to=<root@members.linode.com>, relay=none, delay=178897, delays=178897/0.06/0.05/0, dsn=4.4.1, status=deferred (connect to members.linode.com[67.18.186.61]:25: Connection refused)
Jul 5 09:00:49 myhost postfix/smtp[4265]: connect to members.linode.com[67.18.186.61]:25: Connection refused
Jul 5 09:00:49 myhost postfix/smtp[4265]: E6673633C5: to=<root@members.linode.com>, relay=none, delay=354892, delays=354892/0.04/0.05/0, dsn=4.4.1, status=deferred (connect to members.linode.com[67.18.186.61]:25: Connection refused)
Jul 5 09:10:48 myhost postfix/qmgr[2247]: 5EF7C633E4: from=<>, size=2934, nrcpt=1 (queue active)
Jul 5 09:10:48 myhost postfix/qmgr[2247]: BF9A663404: from=<>, size=2947, nrcpt=1 (queue active)
Jul 5 09:10:48 myhost postfix/smtp[4281]: connect to members.linode.com[67.18.186.61]:25: Connection refused
Jul 5 09:10:48 myhost postfix/smtp[4282]: connect to members.linode.com[67.18.186.61]:25: Connection refused
Jul 5 09:10:48 myhost postfix/smtp[4281]: 5EF7C633E4: to=<root@members.linode.com>, relay=none, delay=92852, delays=92852/0.01/0.05/0, dsn=4.4.1, status=deferred (connect to members.linode.com[67.18.186.61]:25: Connection refused)
Jul 5 09:10:48 myhost postfix/smtp[4282]: BF9A663404: to=<root@members.linode.com>, relay=none, delay=9001, delays=9001/0.01/0.04/0, dsn=4.4.1, status=deferred (connect to members.linode.com[67.18.186.61]:25: Connection refused)
Thanks again.
P. S. My /etc/aliases file reads:
Code:
root: myusername