psa.smtp_poplocks
Overview
Column Descriptions
id –
CREATE TABLE `smtp_poplocks` (
`ip_address` varchar(39) CHARACTER SET ascii NOT NULL,
`ip_mask` int(10) unsigned NOT NULL DEFAULT '32',
`lock_time` datetime DEFAULT NULL,
KEY `ip_address` (`ip_address`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1
Related documentation
March 13th, 2013 in
Uncategorized