Problem in setting quota in postfix

Discussion in 'Server Operation' started by Talat, May 22, 2006.

  1. Talat

    Talat New Member

    hi guys

    I have postfix runing for two virtual domain now i am trying to set quota for there users.I try to use VDA patch but when i do VDA configuration with my running system the email does go outside but does not comes in properly although in the log file it showes mail is delivered to maildir of that user but when i go and see his INBOX i did not find those emails.Following is my
    #postconf -n |grep virtual


    mailbox_transport = virtual
    virtual_alias_maps = hash:/etc/postfix/valias.txt
    virtual_create_maildirsize = yes
    virtual_gid_maps = static:1000
    virtual_mailbox_base = /var/spool/vmail
    virtual_mailbox_domains = /etc/postfix/vhosts.txt
    virtual_mailbox_limit = 100000000
    virtual_mailbox_limit_inbox = yes
    virtual_mailbox_limit_maps = hash:/etc/postfix/vquota
    virtual_mailbox_limit_override = yes
    virtual_mailbox_maps = hash:/etc/postfix/vmaps.txt
    virtual_maildir_extended = yes
    virtual_maildir_suffix = maildir/
    virtual_minimum_uid = 999
    virtual_uid_maps = static:1000

    can you guys tell me what to do
    although when i send over quota email in the log it does give error messege that quota is fill and email is bounced but even that bounced email is not coming in my inbox which is the user on same machine having same or different virtual domain

    Regard
    Talat
     
  2. falko

    falko Super Moderator ISPConfig Developer

Share This Page