Mail not block oversize in mailbox

Discussion in 'Installation/Configuration' started by metaldrummer, Dec 12, 2007.

  1. metaldrummer

    metaldrummer New Member

    Hello:
    Please who can guide me. I have a SuseLinux 10.1 with Ispconfig 2.2.12 and the system does not block mail accounts when the mailbox size exceeds the allotted. It continues to receive e-mails and does not send back reports that the mailbox is full.
    I enclose a picture to see what the report shows.

    [​IMG]

    Besides I ask:
    When blocking a site for lack of payment or whatever and leave the box traffic in 0 as I do for the system displays a screen that the site these suspended or something similar, and whether to send their mail accounts the system returns an email indicating that the account is full or suspended?. The idea that does not display the image below with the error 403 for customers that account know that the site is suspended.

    [​IMG]

    [​IMG]

    Thanks
    David Lagos S.
    Coquimbo-Chile
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please make sure that you have quota installed and configured for the partition where the emails are stored.
     
  3. metaldrummer

    metaldrummer New Member

    this is my fstab:

    And is output from repquota -u -a:
    web14_jaraya is admin user for this site

    Regards
    David Lagos S.
    Coquimbo.Chile
     
  4. falko

    falko Super Moderator ISPConfig Developer

    What's in your mail log when you send a mail to an account that is over quota?
     
  5. metaldrummer

    metaldrummer New Member

    I can see this: Dec 13 18:06:36 ns1 imapd: Failed to create cache file: maildir_lock (web14_ourbina)
    but web14_ourbina like receives emails....why?

    And this is for mail.errr

    You can view this:
    [​IMG]
    like receives emails
    Regards
    David Lagos S.
     
  6. falko

    falko Super Moderator ISPConfig Developer

    IMAPD is just for reading mails on the server, it has nothing to do with the delivery, so that should not be the problem.

    In the mail log there seems to be no error regarding Postfix...
    What's the output of
    Code:
    grep web14_ourbina /etc/postfix/virtusertable
    and
    Code:
    grep web14_ourbina /etc/aliases
    ? What's the output of
    Code:
    df -h
    ?
     
  7. metaldrummer

    metaldrummer New Member

    Code:
    grep web14_ourbina /etc/postfix/virtusertable
    [email][email protected][/email]    web14_ourbina
    [email][email protected][/email]    web14_ourbina
    [email][email protected][/email]    web14_ourbina
    [email][email protected][/email]    web14_ourbina

    Code:
    grep web14_ourbina /etc/aliases
    nothing show
    Code:
    df -h
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/hda2              72G   33G   36G  48% /
    udev                  237M  132K  237M   1% /dev
    Regards
    David Lagos S.
    Coquimbo-Chile
     

Share This Page