Ask a Question related to Linux / Unix Administration, Design and Development.
-
Administrateur de systemes #1
/var/mail BOGUS files
Hi all Linux gurus !
I have on my email server a series of BOGUS files .
It's a solaris 9 box with sendmail 8.10.12
My mailboxes ( /var/mail ) is mounted on all clients redhat
for beeing used for pine elm etc ...
here are the kinda of Bogus files
[1318][root@leonard:/][1319][root@leonard:/var/mail]> cd /var/mail......> ls -lrt
-r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.tC
-r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.E
-r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.D
-r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.qG
-r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.eG
-r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.ZG
-r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.8F
Where those come from ??? Procmail ? nfs ? clients like pine or dtmail ?
I don't know where to start looking from ...
Thanks for your help .
FG
Administrateur de systemes Guest
-
Bogus Code
I lose the right hand side of my weight-conversation table when viewed through the browser. The code for this table has been taken from a free-code... -
CFMX 7 Getting Bogus DB Error
Since upgrading to CFMX 7 two weeks ago I have been getting a sporadic database error on pages that work 99% of the time. Error is: Error Executing... -
.PDF files (as Mail attachments) areautomatically converted to .MIM files.
I send .pdf attachments from Mac (via Mail) and a PC user cannot open the files because they are converted to .MIM (I assume this is MIME).... -
This is such a bogus article
http://support.microsoft.com/default.aspx?scid=kb;en-us;306165 -- George Hester __________________________________ -
ftp connects even if address is bogus
Running a firewall or parent controls software? -- Ken Wickes This posting is provided "AS IS" with no warranties, and confers no rights. ... -
Dave Hinz #2
Re: /var/mail BOGUS files
On Mon, 16 Aug 2004 17:22:48 GMT, Administrateur de systemes <sysadmin@DMS.UMontreal.CA> wrote:
Were you doing anything today at 1:14 PM with any of these programs?>
> -r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.tC
> -r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.E
>
> Where those come from ??? Procmail ? nfs ? clients like pine or dtmail ?
> I don't know where to start looking from ...
Look at what you were doing, that might help. Also, 'nobody' might
suggest an NFS shared filesystem, is this shared out?
Dave Hinz Guest
-
Joe Chung #3
Re: /var/mail BOGUS files
Administrateur de systemes <sysadmin@DMS.UMontreal.CA> writes:
Search for> Hi all Linux gurus !
>
>
> I have on my email server a series of BOGUS files .
> It's a solaris 9 box with sendmail 8.10.12
> My mailboxes ( /var/mail ) is mounted on all clients redhat
> for beeing used for pine elm etc ...
> here are the kinda of Bogus files
>
> [1318][root@leonard:/]>> > cd /var/mail
> [1319][root@leonard:/var/mail]>> > ls -lrt
> .....
>
> -r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.tC
> -r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.E
> -r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.D
> -r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.qG
> -r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.eG
> -r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.ZG
> -r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.8F
>
>
> Where those come from ??? Procmail ? nfs ? clients like pine or dtmail ?
> I don't know where to start looking from ...
>
> Thanks for your help .
> FG
/var/spool/mail bogus
on google.com and groups.google.com and you should get hits.
They seem related to procmail, the final delivery agent.
Essentially, procmail found that the owner of mail file was not
correct and renamed it as a precaution, i.e. it found that root
did not own the root mail spool, joe did not own the joe mail
spool, etc.
You're getting permission problems for your mail spool directory
probably due to NFS root squashing.
-jc
--
(apply 'concat (reverse (list "com"
(char-to-string 46) "yahoo"
(char-to-string 64) "joechung")))
Joe Chung Guest
-
Bill Marcum #4
Re: /var/mail BOGUS files
On Mon, 16 Aug 2004 17:22:48 GMT, Administrateur de systemes
<sysadmin@DMS.UMontreal.CA> wrote:I'm not sure, but if /var/mail is mounted on several hosts, you may need> Hi all Linux gurus !
>
>
> I have on my email server a series of BOGUS files .
> It's a solaris 9 box with sendmail 8.10.12
> My mailboxes ( /var/mail ) is mounted on all clients redhat
> for beeing used for pine elm etc ...
> here are the kinda of Bogus files
>
> [1318][root@leonard:/]>> > cd /var/mail
> [1319][root@leonard:/var/mail]>> > ls -lrt
> .....
>
> -r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.tC
> -r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.E
> -r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.D
> -r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.qG
> -r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.eG
> -r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.ZG
> -r-------- 1 nobody nobody 1 Aug 16 13:14 BOGUS.root.8F
>
>
> Where those come from ??? Procmail ? nfs ? clients like pine or dtmail ?
> I don't know where to start looking from ...
>
to find which one has been r00ted. You might start by looking in the
log files to see what happened and who was logged on at 13:14 on August
16.
Why not just use a pop/imap server for email?
--
Liberals don't believe they deserve anything they own; conservatives think
they're entitled to everything they've stolen.
Bill Marcum Guest



Reply With Quote

