Mail system problems.

Discussion in 'Installation/Configuration' started by SkIRmiS, Oct 13, 2005.

  1. rafaelenrike

    rafaelenrike New Member

    Mail System Problem

    This is the output for ls -la /var/mail for the specified user (I can't post all the directory output because it's too long (so many characters).
    Code:
    [root@webserver ~]# ls -la /var/mail/web1_user1
    -rw-------  1 web1_user1 mail 2910002 Apr  4 16:33 /var/mail/web1_user1
    This is the output for repquota -avug | web1_user1

    Code:
    [root@webserver ~]# repquota -avug | grep web1_user1
    web1_user1 --    2864       0       0              5     0     0
    The home directory is at /home/www/web1/user/ (the ISPConfig default).
     
    Last edited: Apr 5, 2006
  2. falko

    falko Super Moderator ISPConfig Developer

    Looks ok. What's the output of
    Code:
    df -h
    ?
     
  3. fobicodam

    fobicodam ISPConfig Developer ISPConfig Developer

    everything is fine in my server, it keeps telling me procmail has not rights to write in the mail dir, pleaseee
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Can you please post the output of the command "df -h" as falko requested?
     
  5. fobicodam

    fobicodam ISPConfig Developer ISPConfig Developer

    Will be usual to fix one problem to have another? im really tired of fix bugs, i dont know if they are linux or postfix or ispconfig's bugs, but im really tired..

    How the hell can i fix this one?!?!?!

    This is the Postfix program at host webserver2.imago.com.ar.

    I'm sorry to have to inform you that your message could not
    be delivered to one or more recipients. It's attached below.

    For further assistance, please send mail to <postmaster>

    If you do so, please include this problem report. You can
    delete your own text from the attached returned message.

    The Postfix program

    <[email protected]> (expanded from <[email protected]>):
    can't create user output file. Command output: procmail: Couldn't create
    "/var/mail/web1_daniel"



    The logs says the "·$)"·($") HD_QUOTA=*1024 error.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Which ISPConfig version do you use?
    Do you use Maildir or Mbox as mail storage format?
    Please post the output of the command "df -h" as falko requested?

    If you dont post data like the output of the command "df -h", we are not able to help you!
     
  7. tijn_tux

    tijn_tux New Member

    Well, correct me if iam wrong, but if you use mbox you can max have a mailfile of x mb (really not mucht) i've had the same problem, only solution i had was to split the whole mailfile into sinlge mails and use cat to restore the original, (meanwhile fetching all the mail)

    Hope this helps you...

    tijn
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    On current linux distributions, you dont have the 2GB limit anymore. But mbox files tend to get corrupted when a mail arrives while you download emails with pop3 or access them with imap. Thats why we recommend always to use maildir.
     

Share This Page