Skip to main content

ltmp - Error: rename

Comments

4 comments

  • cPanelMichael
    Hello, Can you check to see if those email directories exist? EX:
    stat /home/username/mail/{,new,cur,tmp}
    If they do not exist, you can create them using 0751 permissions with both user and group ownership set to the account username. Thank you.
    0
  • Jcats
    Yes they do exist, the problem isn't just one account, its many. [root@srv03 ~]# stat /home/user/mail/{,new,cur,tmp} File: "/home/user/mail/" Size: 4096 Blocks: 8 IO Block: 4096 directory Device: fd00h/64768d Inode: 27668324 Links: 14 Access: (0751/drwxr-x--x) Uid: ( 1362/ user) Gid: ( 1362/ user) Access: 2017-09-21 10:19:18.916694296 +0200 Modify: 2017-09-22 00:18:12.646746645 +0200 Change: 2017-09-22 00:18:12.646746645 +0200 Birth: - stat: cannot stat "/home/user/mail/new": No such file or directory File: "/home/user/mail/cur" Size: 4096 Blocks: 8 IO Block: 4096 directory Device: fd00h/64768d Inode: 27668348 Links: 2 Access: (0751/drwxr-x--x) Uid: ( 1362/ user) Gid: ( 1362/ user) Access: 2017-09-20 23:17:20.541769032 +0200 Modify: 2008-04-10 09:51:46.000000000 +0200 Change: 2017-01-02 23:49:13.591997747 +0100 Birth: - File: "/home/user/mail/tmp" Size: 4096 Blocks: 8 IO Block: 4096 directory Device: fd00h/64768d Inode: 27668350 Links: 2 Access: (0751/drwxr-x--x) Uid: ( 1362/ user) Gid: ( 1362/ user) Access: 2017-09-21 10:19:19.131694139 +0200 Modify: 2017-09-22 00:18:12.646746645 +0200 Change: 2017-09-22 00:18:12.646746645 +0200 Birth: -
    0
  • Jcats
    Woops, nevermind, it doesn't exist! I see what happened now, thanks!
    0
  • cPanelMichael
    Woops, nevermind, it doesn't exist! I see what happened now, thanks!

    I'm happy to see the issue is now solved. Thanks!
    0

Please sign in to leave a comment.