Maildir Quotas

Discussion in 'General' started by nveid, Jan 18, 2006.

  1. nveid

    nveid ISPConfig Developer ISPConfig Developer

    In Thread 2091
    How hard would it be to configure ISPConfig to work with postfix-vda which can do maildir quotas through SQL? Cause if I plan to use ISPConfig, i'd be considering making a hack to have it interface my postfix-vda SQL quotas.
     
  2. falko

    falko Super Moderator ISPConfig Developer

    You cannot use ISPConfig with Postfix using MySQL as backend! :eek:
     
  3. nveid

    nveid ISPConfig Developer ISPConfig Developer

    Oh.. I assumed thats how you managed non-shell users.

    Then how do you manage butloads of email addresses from different domains? All of 'em can't be system users.. Can they? How else would you differiate [email protected] from [email protected]?
     
  4. nveid

    nveid ISPConfig Developer ISPConfig Developer

    postfix file

    is this the only file that directly handles with postfix btw..

    install_ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php
     
  5. falko

    falko Super Moderator ISPConfig Developer

    They can.

    Have a look at the file /etc/postfix/virtusertable, and you'll understand.

    You'll find something like
    Code:
    [email protected]  web1_tom
    [email protected]  web2_tom
    which means email for [email protected] go to the user web1_tom, whereas mails for [email protected] go to user web2_tom.
     
  6. falko

    falko Super Moderator ISPConfig Developer

    Yes. After the installation the file is here:
    /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php
     

Share This Page