Problem with DEFAULT_POP_QUOTA and OWNEDIP tokens

javiern

Verified User
Joined
May 6, 2014
Messages
98
Hi,

Recently we have been experiencing some problems with DEFAULT_POP_QUOTA and OWNEDIP tokens. Our skin makes use of these tokens to create direct links to create email and ftp accounts out of pop.html and ftp.html, and the values for these tokens are none, getting these links:

http://hostname:2222/HTM_EMAIL_POP_CREATE?DOMAIN=domain1.com&DEFAULT_POP_QUOTA=none
http://hostname:2222/HTM_FTP_CREATE?DOMAIN=domain1.com&owned=none

The same tokens resolve ok in pop.html and ftp.html:

http://hostname:2222/HTM_EMAIL_POP_CREATE?DOMAIN=domain1.com&DEFAULT_POP_QUOTA=50&USER_CAN_SET_SEND_LIMIT=yes&GLOBAL_PER_EMAIL_LIMIT=0
http://hostname:2222/HTM_FTP_CREATE?DOMAIN=domain1.com&owned=no

Some hint for where is the problem?
 
Back
Top