VirtualMailManager/constants.py
branchv0.7.x
changeset 715 c6a33da1aa93
parent 713 74ee0a62039c
equal deleted inserted replaced
714:95252b15fffb 715:c6a33da1aa93
    26 # limits
    26 # limits
    27 
    27 
    28 MIN_GID = 70000
    28 MIN_GID = 70000
    29 MIN_UID = 70000
    29 MIN_UID = 70000
    30 
    30 
       
    31 MIN_DOVECOT_VERSION = 0x20000f00
    31 
    32 
    32 # exit codes
    33 # exit codes
    33 
    34 
    34 EX_SUCCESS = 0
    35 EX_SUCCESS = 0
    35 EX_MISSING_ARGS = 1
    36 EX_MISSING_ARGS = 1