Couldn't rename bogus (error)

Discussion in 'Installation/Configuration' started by Herbert, May 14, 2006.

  1. Herbert

    Herbert New Member

    In my maillog i get the error:
    Couldn't rename bogus "/var/mail/admispconfig" into "/var/mail/BOGUS.admispconfig.8uGF"
    What is wrong?
    I'm used the search but nobody get this error.
    -
    And in my error log:
    an unknown filter was not added: PHP
    i think this one the last two errors on my server :)
     
    Last edited: May 14, 2006
  2. falko

    falko Super Moderator ISPConfig Developer

  3. Herbert

    Herbert New Member

    Falko the output is:
    lrwxrwxrwx 1 root root 10 Apr 30 20:53 /var/mail -> spool/mail

    Is root root correct??
     
  4. falko

    falko Super Moderator ISPConfig Developer

    It's just a symbolic link to /var/spool/mail.
    What's the output of
    Code:
    ls -la /var/spool/mail
    ?
     
  5. Herbert

    Herbert New Member

    Falko sorry for the delay, i was not at home this week.
    The output:
    > ls -la /var/spool/mail
    total 46800
    drwxrwxr-x 2 root mail 4096 May 20 01:15 .
    drwxr-xr-x 14 root root 4096 May 1 12:19 ..
    -rw-rw---- 1 herbert mail 0 May 1 13:18 admispconfig
    -rw------- 1 herbert mail 874194 May 20 01:15 herbert
    -rw------- 1 root mail 0 May 7 04:23 root

    etc.. etc...

    you see a error??
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Please execute:

    mv /var/spool/mail/admispconfig /var/spool/mail/admispconfig.bogus

    Postfix will create a new admispconfig mail spool file when the next email arrives.
     
  7. Herbert

    Herbert New Member

    Manny thanks, its working now..
     

Share This Page