Version 1.27.1

Released: 2006-05-12

Administrivia option in mailing lists (SKINS) new

Added an option to the interface to turn on/off the administrivia option in majordomo lists.

SKINS:

user/email/list_modify.html

add:

<td class=list>Administrivia</td><td class=list>|administrivia|</td></tr>

CMD_EMAIL_ACCOUNT_QUOTA to have quota limit as well new

When calling the CMD_EMAIL_ACCOUNT_QUOTA command, you can also include "quota=yes" in the request and DA will return:

quota=1234

where 1234 is the bytes limit for that account.

0 is unlimited.

If it's the system account:

quota=system

is returned as the quotas are not stored in the /etc/virtual/domain.com/quota file like the virtual pop accounts are.

Month is off by one in the bandwidth details page. fixed

The format:

2006 04 10

is off by one month.

The "struct tm time" structure uses the tm_mon value from 0-11, so the fix is a simple +1.

Last Updated: