[qmailtoaster] Bellsouth Yahoo Domainkeys

2009-02-17 Thread Kent Busbee
Every since there seems to have been some sort of merge/joint project with bellsouth and yahoo, I have had problems receiving bellsouth emails. Thier domainkeys seem to be messed up. I keep getting things like this: 02-17 11:16:52 tcpserver: pid 581 from 67.195.8.69 02-17 11:16:52 tcpserver: ok

Re: [qmailtoaster] Bellsouth Yahoo Domainkeys

2009-02-17 Thread Eric Shubert
Domainkeys on the toaster is known to be broken. Signing of outgoing emails appears to work reliably, but checking of incoming emails is intermittently errant. You can do one of 2 things to work around the problem. If you want to disable only incoming checking and continue to sign outgoing

Re: [qmailtoaster] Bellsouth Yahoo Domainkeys

2009-02-17 Thread Kent Busbee
Too bad! It seems to have been working for the last two years. Anyhow, I edited the file /etc/tcp.smtp and it would not let me save. I am logged in as root am I missing something? [r...@mail tcprules.d]# whoami root [r...@mail tcprules.d]# ls -l total 40 -rw-r--r-- 1 root root 479 Oct 16

Re: [qmailtoaster] Bellsouth Yahoo Domainkeys

2009-02-17 Thread Kent Busbee
Ok, now I am worried! I did a reboot to force a diskcheck: shutdown -r -F now Still no joy. It is as if I have no permissions to the file as ROOT, yet they are there 744. And, it will not allow me to even change the permissions. suggestions??? See response above; Kent Busbee wrote: Too

Re: [qmailtoaster] Bellsouth Yahoo Domainkeys

2009-02-17 Thread Jake Vickers
Kent Busbee wrote: Ok, now I am worried! I did a reboot to force a diskcheck: shutdown -r -F now Still no joy. It is as if I have no permissions to the file as ROOT, yet they are there 744. And, it will not allow me to even change the permissions. suggestions??? Hmm. Sounds like you

Re: [qmailtoaster] Bellsouth Yahoo Domainkeys

2009-02-17 Thread Eric Shubert
What are the permissions on /etc ? Kent Busbee wrote: Too bad! It seems to have been working for the last two years. Anyhow, I edited the file /etc/tcp.smtp and it would not let me save. I am logged in as root am I missing something? [r...@mail tcprules.d]# whoami root [r...@mail

Re: [qmailtoaster] Bellsouth Yahoo Domainkeys

2009-02-17 Thread Kent Busbee
See response below; Jake Vickers wrote: Kent Busbee wrote: Ok, now I am worried! I did a reboot to force a diskcheck: shutdown -r -F now Still no joy. It is as if I have no permissions to the file as ROOT, yet they are there 744. And, it will not allow me to even change the

Re: [qmailtoaster] Bellsouth Yahoo Domainkeys

2009-02-17 Thread Kent Busbee
They seem to be fine: [r...@mail /]# ls -ld etc drwxr-xr-x 84 root root 12288 Feb 17 15:42 etc [r...@mail /]# ls -ld etc/tcprules.d/ drwxr-xr-x 2 root root 4096 Feb 17 17:14 etc/tcprules.d/ [r...@mail /]# [r...@mail /]# cd /etc/tcprules.d/ [r...@mail tcprules.d]# [r...@mail tcprules.d]# ls

Re: [qmailtoaster] Bellsouth Yahoo Domainkeys

2009-02-17 Thread Eric Shubert
# id # lsof | grep tcp.smtp ? Kent Busbee wrote: They seem to be fine: [r...@mail /]# ls -ld etc drwxr-xr-x 84 root root 12288 Feb 17 15:42 etc [r...@mail /]# ls -ld etc/tcprules.d/ drwxr-xr-x 2 root root 4096 Feb 17 17:14 etc/tcprules.d/ [r...@mail /]# [r...@mail /]# cd /etc/tcprules.d/

Re: [qmailtoaster] Bellsouth Yahoo Domainkeys

2009-02-17 Thread Eric Broch
Could it by how the disk is mounted? /etc/fstab - Original Message - From: Kent Busbee kbus...@northlakechristian.org To: qmailtoaster-list@qmailtoaster.com Sent: Tuesday, February 17, 2009 5:33 PM Subject: Re: [qmailtoaster] Bellsouth Yahoo Domainkeys They seem to be fine: [r

Re: [qmailtoaster] Bellsouth Yahoo Domainkeys

2009-02-17 Thread Kent Busbee
] Bellsouth Yahoo Domainkeys They seem to be fine: [r...@mail /]# ls -ld etc drwxr-xr-x 84 root root 12288 Feb 17 15:42 etc [r...@mail /]# ls -ld etc/tcprules.d/ drwxr-xr-x 2 root root 4096 Feb 17 17:14 etc/tcprules.d/ [r...@mail /]# [r...@mail /]# cd /etc/tcprules.d/ [r...@mail tcprules.d

Re: [qmailtoaster] Bellsouth Yahoo Domainkeys

2009-02-17 Thread Kent Busbee
good question: [r...@mail tcprules.d]# id uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel) [r...@mail tcprules.d]# lsof | grep tcp.smtp [r...@mail tcprules.d]# unfortunate answer... I'm probably going to have to go into single user mode and see if I can

Re: [qmailtoaster] Bellsouth Yahoo Domainkeys

2009-02-17 Thread Paul Zimdars
If you do an lsattr on the file does it have a +i? Is the immunity bit set? (only thing I can think of). Paul On Tue, 2009-02-17 at 20:02 -0600, Kent Busbee wrote: good question: [r...@mail tcprules.d]# id uid=0(root) gid=0(root)

Re: [qmailtoaster] Bellsouth Yahoo Domainkeys

2009-02-17 Thread Kent Busbee
Holy cow, I think you maybe right! [r...@mail tcprules.d]# lsattr tcp.smtp i tcp.smtp [r...@mail tcprules.d]# How do I correct this? Should it be? See response above; Paul Zimdars wrote: If you do an lsattr on the file does it have a +i? Is the immunity bit set? (only thing I

Re: [qmailtoaster] Bellsouth Yahoo Domainkeys

2009-02-17 Thread Paul Zimdars
chattr -i tcp.smtp (you probably set it a while ago but forgot..you can set it after you are done by doing a chattr +i tcp.smtp but then you might forget again ;) ). Paul On Tue, 2009-02-17 at 21:23 -0600, Kent Busbee wrote: Holy cow, I think you maybe right! [r...@mail tcprules.d]# lsattr

Re: [qmailtoaster] Bellsouth Yahoo Domainkeys

2009-02-17 Thread Kent Busbee
That was IT. You are brilliant! Thank you everyone for all your help. [r...@mail tcprules.d]# lsattr tcp.smtp i tcp.smtp [r...@mail tcprules.d]# [r...@mail tcprules.d]# chattr -i tcp.smtp [r...@mail tcprules.d]# lsattr tcp.smtp - tcp.smtp [r...@mail tcprules.d]# cp