ISPConfig 3 postfix problem: mysql-virtual_mailbox_limit_maps.cf is missing

Discussion in 'Developers' Forum' started by -= AD =-, Apr 2, 2011.

  1. -= AD =-

    -= AD =- New Member

    There is the following line in postfix main.cf file:

    Code:
    virtual_mailbox_limit_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf
    But /etc/postfix/mysql-virtual_mailbox_limit_maps.cf file is missing on ISPconfig3 servers. Checked on Centos and several Ubuntu servers. Also, can't see any template for this file in "ispconfig3_install/install/tpl/" directory for the latest stable release.

    I suppose the content of mysql-virtual_mailbox_limit_maps.cf template file should be the following:
    I've tested this config file and postfix worked fine with it, it was rejecting emails for overquoted email boxes, etc.

    Could you please check?

    Regards
    --
    Alex
     
  2. falko

    falko Super Moderator Howtoforge Staff

    I've added this to our bugtracker, so we will check that.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    The fix is to remove irtual_mailbox_limit_maps line in postfix main.cf and restart postfix. Quota is handled by the LDA (courier maildrop or dovecot deliver) in a ispconfig 3 setup. I've fixed that in SVN.
     
  4. -= AD =-

    -= AD =- New Member

    OK, will update my postfix config. Thanks!

    Regards
    --
    Alex
     
  5. djtremors

    djtremors New Member

    What i've noticed is that dovecot has the maildirsize file and if you increase the quota, nothing resets the header sized value in that file and the user is still limited to the original size for some reason..


    RETRACK that comment. left overs of courier..
     
    Last edited: Apr 9, 2011

Share This Page