/var/mail BOGUS files

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default /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:/]
    > 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
    Administrateur de systemes Guest

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. .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)....
    4. This is such a bogus article
      http://support.microsoft.com/default.aspx?scid=kb;en-us;306165 -- George Hester __________________________________
    5. 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. ...
  3. #2

    Default Re: /var/mail BOGUS files

    On Mon, 16 Aug 2004 17:22:48 GMT, Administrateur de systemes <sysadmin@DMS.UMontreal.CA> wrote:
    >
    > -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 ...
    Were you doing anything today at 1:14 PM with any of these programs?
    Look at what you were doing, that might help. Also, 'nobody' might
    suggest an NFS shared filesystem, is this shared out?

    Dave Hinz Guest

  4. #3

    Default Re: /var/mail BOGUS files

    Administrateur de systemes <sysadmin@DMS.UMontreal.CA> writes:
    > 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
    Search for

    /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

  5. #4

    Default Re: /var/mail BOGUS files

    On Mon, 16 Aug 2004 17:22:48 GMT, Administrateur de systemes
    <sysadmin@DMS.UMontreal.CA> wrote:
    > 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 ...
    >
    I'm not sure, but if /var/mail is mounted on several hosts, you may need
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139